ardour/libs/glibmm2/gio/src/gio_others.defs
Paul Davis a73d15e989 switch glibmm/giomm to 2.18
git-svn-id: svn://localhost/ardour2/branches/3.0@5306 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-02 16:00:45 +00:00

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")
)