mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
cogl: Export two more functions
cogl_object_[get|set]_value_object() are annotated as [get|set]-value-func for objects and primitives, so they must be visible for any derived types to be usable from introspection. https://gitlab.gnome.org/GNOME/mutter/-/issues/1146
This commit is contained in:
parent
86f2885e98
commit
8748841094
@ -269,8 +269,10 @@ void _cogl_gtype_object_class_base_finalize (CoglObjectClass *klass);
|
||||
void _cogl_gtype_object_class_init (CoglObjectClass *klass);
|
||||
void _cogl_gtype_object_init (CoglObject *object);
|
||||
|
||||
COGL_EXPORT
|
||||
void cogl_object_value_set_object (GValue *value,
|
||||
gpointer object);
|
||||
COGL_EXPORT
|
||||
gpointer cogl_object_value_get_object (const GValue *value);
|
||||
|
||||
void _cogl_gtype_dummy_iface_init (gpointer iface);
|
||||
|
Loading…
Reference in New Issue
Block a user