diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:01:17 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:18 +0100 |
commit | 2f0d40335b83d70d04a205dd17e8a5514b79f2d4 (patch) | |
tree | e154bd17faf149c40807461f9e671983e32b6f82 /gdk/x11/gdkvisual-x11.c | |
parent | 9b88eb356dde2578ff652511fcfc083b66be7b0b (diff) | |
download | gtk+-2f0d40335b83d70d04a205dd17e8a5514b79f2d4.tar.gz |
[GI] Add missing (transfer) annotations
Diffstat (limited to 'gdk/x11/gdkvisual-x11.c')
-rw-r--r-- | gdk/x11/gdkvisual-x11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c index eb394f6fc2..7d80a12ac7 100644 --- a/gdk/x11/gdkvisual-x11.c +++ b/gdk/x11/gdkvisual-x11.c @@ -462,8 +462,8 @@ _gdk_x11_screen_list_visuals (GdkScreen *screen) * * Looks up the #GdkVisual for a particular screen and X Visual ID. * - * Returns: the #GdkVisual (owned by the screen object), or %NULL - * if the visual ID wasn't found. + * Returns: (transfer none): the #GdkVisual (owned by the screen + * object), or %NULL if the visual ID wasn't found. * * Since: 2.2 */ |