diff options
author | Milan Bouchet-Valat <nalimilan@club.fr> | 2010-11-24 20:13:09 +0100 |
---|---|---|
committer | Milan Bouchet-Valat <nalimilan@club.fr> | 2010-11-24 21:37:20 +0100 |
commit | 2e3935ba9db3a7864b3eefed5da800b26aef97ef (patch) | |
tree | f75e12f0b3fd560e6e1b1f7905c77fd3ce20bb82 /gdk/gdkkeys.c | |
parent | c00b85bf3f9cb1dc77dd22f138eb53048eb355b7 (diff) | |
download | gtk+-2e3935ba9db3a7864b3eefed5da800b26aef97ef.tar.gz |
Fix missing (transfer) annotations in GDK
Mostly missing (transfer none).
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r-- | gdk/gdkkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c index e72b8eab98..102b6f08e0 100644 --- a/gdk/gdkkeys.c +++ b/gdk/gdkkeys.c @@ -412,7 +412,7 @@ gdk_keyval_is_lower (guint keyval) * * Returns the #GdkKeymap attached to the default display. * - * Returns: the #GdkKeymap attached to the default display. + * Returns: (transfer none): the #GdkKeymap attached to the default display. */ GdkKeymap* gdk_keymap_get_default (void) |