mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05: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_STRUCT_OFFSET (ClutterTextureClass, load_finished),
|
||||
NULL, NULL,
|
||||
_clutter_marshal_VOID__POINTER,
|
||||
_clutter_marshal_VOID__BOXED,
|
||||
G_TYPE_NONE,
|
||||
1,
|
||||
G_TYPE_POINTER);
|
||||
G_TYPE_ERROR);
|
||||
}
|
||||
|
||||
static ClutterScriptableIface *parent_scriptable_iface = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user