[clutter] Annotate ClutterTexture::load-finished with the correct type for error.
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Annotate ClutterTexture::load-finished with the correct type for error.
- Date: Mon, 27 Jun 2011 10:51:54 +0000 (UTC)
commit 2dc8e2f866b3c1c352a00358109ac858a9f40eec
Author: Peter Ward <peteraward gmail com>
Date: Fri Jun 24 14:31:31 2011 +1000
Annotate ClutterTexture::load-finished with the correct type for error.
https://bugzilla.gnome.org/show_bug.cgi?id=653307
clutter/clutter-texture.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c
index 3ad53b9..9022a32 100644
--- a/clutter/clutter-texture.c
+++ b/clutter/clutter-texture.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]