mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
Re-add glibmm2 properly.
git-svn-id: svn://localhost/ardour2/trunk@2644 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
89f1f09c04
commit
a313924b77
335 changed files with 139518 additions and 0 deletions
12
libs/glibmm2/glib/src/gmodule_enums.defs
Normal file
12
libs/glibmm2/glib/src/gmodule_enums.defs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
;; From /home/murrayc/cvs/gnome212/glib/gmodule/gmodule.h
|
||||
|
||||
(define-flags-extended ModuleFlags
|
||||
(in-module "G")
|
||||
(c-name "GModuleFlags")
|
||||
(values
|
||||
'("lazy" "G_MODULE_BIND_LAZY" "1 << 0")
|
||||
'("local" "G_MODULE_BIND_LOCAL" "1 << 1")
|
||||
'("mask" "G_MODULE_BIND_MASK" "0x03")
|
||||
)
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue