diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 10:37:17 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 10:38:38 +0100 |
commit | 9389054da2c5e125b140a3af9cbaa3b8e664b51f (patch) | |
tree | fb1afabc4f22c918fcd16c3cf27eeff42cec2b65 /gtk/gtkselection.c | |
parent | b29af18a268d595f84d0904ea97c67d03e2b984b (diff) | |
download | gtk+-9389054da2c5e125b140a3af9cbaa3b8e664b51f.tar.gz |
[GI] Add (type) annotations to real types
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r-- | gtk/gtkselection.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 4063bb2d05..2385c969a3 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -1213,7 +1213,7 @@ gtk_selection_data_get_format (const GtkSelectionData *selection_data) } /** - * gtk_selection_data_get_data: + * gtk_selection_data_get_data: (skip) * @selection_data: a pointer to a #GtkSelectionData structure. * * Retrieves the raw data of the selection. @@ -1596,9 +1596,9 @@ gtk_selection_data_set_text (GtkSelectionData *selection_data, * * Gets the contents of the selection data as a UTF-8 string. * - * Return value: if the selection data contained a recognized - * text type and it could be converted to UTF-8, a newly allocated - * string containing the converted text, otherwise %NULL. + * Return value: (type utf8): if the selection data contained a + * recognized text type and it could be converted to UTF-8, a newly + * allocated string containing the converted text, otherwise %NULL. * If the result is non-%NULL it must be freed with g_free(). **/ guchar * |