mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Fix gtk_text_tag_table_lookup transfer introspection notes
transfer should be none for return value of gtk_text_tag_table_lookup
This commit is contained in:
parent
68e833dc1b
commit
2e00e16650
@ -253,7 +253,7 @@ gtk_text_tag_table_add (GtkTextTagTable *table,
|
||||
*
|
||||
* Look up a named tag.
|
||||
*
|
||||
* Return value: The tag, or %NULL if none by that name is in the table.
|
||||
* Return value: (transfer none): The tag, or %NULL if none by that name is in the table.
|
||||
**/
|
||||
GtkTextTag*
|
||||
gtk_text_tag_table_lookup (GtkTextTagTable *table,
|
||||
|
Loading…
Reference in New Issue
Block a user