diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-05-26 09:42:23 -0700 |
---|---|---|
committer | Evan Nemerson <evan@nemerson.com> | 2014-05-27 21:10:33 -0700 |
commit | a77765f17229ee1d0ab93134b426bb2838179bac (patch) | |
tree | 359ffee466e44a34cbe89b491d5a0986f8a3a595 /gtk/gtkmain.c | |
parent | 07d825574f62ee9575d10a3fa3c60001c7ffddfb (diff) | |
download | gtk+-a77765f17229ee1d0ab93134b426bb2838179bac.tar.gz |
gtk: add missing ownership annotations ported from Vala
https://bugzilla.gnome.org/show_bug.cgi?id=730745
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r-- | gtk/gtkmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index c1a6076de4..78692357bb 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -808,8 +808,8 @@ gtk_set_debug_flags (guint flags) * with g_option_context_add_group(), if you are using * g_option_context_parse() to parse your commandline arguments. * - * Returns: a #GOptionGroup for the commandline arguments recognized - * by GTK+ + * Returns: (transfer full): a #GOptionGroup for the commandline + * arguments recognized by GTK+ * * Since: 2.6 */ |