mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Add declaration of clutter_binding_pool_get_type()
The function is automagically created by G_DEFINE_TYPE(), but it should also be declared in the header.
This commit is contained in:
parent
a074106ded
commit
0e1bbcdc02
@ -68,6 +68,8 @@ typedef gboolean (* ClutterBindingActionFunc) (GObject *gobject,
|
||||
guint key_val,
|
||||
ClutterModifierType modifiers);
|
||||
|
||||
GType clutter_binding_pool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
ClutterBindingPool * clutter_binding_pool_new (const gchar *name);
|
||||
ClutterBindingPool * clutter_binding_pool_get_for_class (gpointer klass);
|
||||
ClutterBindingPool * clutter_binding_pool_find (const gchar *name);
|
||||
|
Loading…
Reference in New Issue
Block a user