Annotate ClutterTexture::load-finished with the correct type for error.

https://bugzilla.gnome.org/show_bug.cgi?id=653307
This commit is contained in:
Peter Ward 2011-06-24 14:31:31 +10:00 committed by Emmanuele Bassi
parent 478014041b
commit 2dc8e2f866

View File

@ -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;