mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
35 lines
648 B
Text
35 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")
|
||
|
|
)
|
||
|
|
|
||
|
|
|