From c85e7ec6d8d7bb0b1ea3dd6153edc8b985b51141 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Feb 2010 14:15:45 -0500 Subject: [PATCH] Add a missing introspection annotation for gdk_screen_get_default_colormap --- gdk/x11/gdkscreen-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c index 5b0cb17846..1d274f4ed5 100644 --- a/gdk/x11/gdkscreen-x11.c +++ b/gdk/x11/gdkscreen-x11.c @@ -234,7 +234,7 @@ gdk_screen_get_root_window (GdkScreen *screen) * * Gets the default colormap for @screen. * - * Returns: the default #GdkColormap. + * Returns: (transfer none): the default #GdkColormap. * * Since: 2.2 **/