forked from AuroraMiddleware/gtk
TextBuffer: Add missing transfer full annotations
This commit is contained in:
parent
c3d759c3b6
commit
536f713a1c
@ -1848,7 +1848,7 @@ gtk_text_buffer_delete_interactive (GtkTextBuffer *buffer,
|
||||
* and character indexes into the buffer. Contrast with
|
||||
* gtk_text_buffer_get_slice().
|
||||
*
|
||||
* Returns: an allocated UTF-8 string
|
||||
* Returns: (transfer full): an allocated UTF-8 string
|
||||
**/
|
||||
gchar*
|
||||
gtk_text_buffer_get_text (GtkTextBuffer *buffer,
|
||||
@ -1886,7 +1886,7 @@ gtk_text_buffer_get_text (GtkTextBuffer *buffer,
|
||||
* text as well, so it is not a reliable indicator that a pixbuf or
|
||||
* widget is in the buffer.
|
||||
*
|
||||
* Returns: an allocated UTF-8 string
|
||||
* Returns: (transfer full): an allocated UTF-8 string
|
||||
**/
|
||||
gchar*
|
||||
gtk_text_buffer_get_slice (GtkTextBuffer *buffer,
|
||||
|
Loading…
Reference in New Issue
Block a user