mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@5306 d708f5d6-7413-0410-9779-e7cbd77b26cf
34 lines
648 B
Text
34 lines
648 B
Text
; h2defs.py does not generate this. murrayc.
|
|
(define-function g_themed_icon_get_names
|
|
(c-name "g_themed_icon_get_names")
|
|
(return-type "const-char*const*")
|
|
)
|
|
|
|
|
|
; extra_defs does not generate these, for some reason. murrayc:
|
|
(define-signal changed
|
|
(of-object "GMount")
|
|
(return-type "void")
|
|
(when "last")
|
|
)
|
|
|
|
(define-signal unmounted
|
|
(of-object "GMount")
|
|
(return-type "void")
|
|
(when "last")
|
|
)
|
|
|
|
; extra_defs does not generate these, for some reason. murrayc:
|
|
(define-signal changed
|
|
(of-object "GVolume")
|
|
(return-type "void")
|
|
(when "last")
|
|
)
|
|
|
|
(define-signal removed
|
|
(of-object "GVolume")
|
|
(return-type "void")
|
|
(when "last")
|
|
)
|
|
|
|
|