mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
switch glibmm/giomm to 2.18
git-svn-id: svn://localhost/ardour2/branches/3.0@5306 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e6c240a691
commit
a73d15e989
423 changed files with 142369 additions and 23979 deletions
34
libs/glibmm2/gio/src/gio_others.defs
Normal file
34
libs/glibmm2/gio/src/gio_others.defs
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
; 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")
|
||||
)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue