mirror of
https://github.com/brl/mutter.git
synced 2025-04-26 19:59:38 +00:00
Annotate ClutterTexture::load-finished with the correct type for error.
https://bugzilla.gnome.org/show_bug.cgi?id=653307
This commit is contained in:
parent
478014041b
commit
2dc8e2f866
@ -1215,10 +1215,10 @@ clutter_texture_class_init (ClutterTextureClass *klass)
|
|||||||
G_SIGNAL_RUN_LAST,
|
G_SIGNAL_RUN_LAST,
|
||||||
G_STRUCT_OFFSET (ClutterTextureClass, load_finished),
|
G_STRUCT_OFFSET (ClutterTextureClass, load_finished),
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
_clutter_marshal_VOID__POINTER,
|
_clutter_marshal_VOID__BOXED,
|
||||||
G_TYPE_NONE,
|
G_TYPE_NONE,
|
||||||
1,
|
1,
|
||||||
G_TYPE_POINTER);
|
G_TYPE_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
static ClutterScriptableIface *parent_scriptable_iface = NULL;
|
static ClutterScriptableIface *parent_scriptable_iface = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user