summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clutter-gtk/gtk-clutter-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter-gtk/gtk-clutter-util.h b/clutter-gtk/gtk-clutter-util.h
index b7b57b7..6621a2a 100644
--- a/clutter-gtk/gtk-clutter-util.h
+++ b/clutter-gtk/gtk-clutter-util.h
@@ -32,13 +32,13 @@
G_BEGIN_DECLS
ClutterInitError gtk_clutter_init (int *argc,
- char ***argv);
+ char ***argv) G_GNUC_WARN_UNUSED_RESULT;
ClutterInitError gtk_clutter_init_with_args (int *argc,
char ***argv,
const char *parameter_string,
GOptionEntry *entries,
const char *translation_domain,
- GError **error);
+ GError **error) G_GNUC_WARN_UNUSED_RESULT;
GOptionGroup *gtk_clutter_get_option_group (void);
G_END_DECLS