Bind get_bounds and use out instead of out caller-allocates.

There is no need to use caller-allocates if the scanner already detects it.
(cherry picked from commit f50d06baea)
This commit is contained in:
Ignacio Casal Quinteiro
2010-07-05 18:25:09 +02:00
committed by Matthias Clasen
parent 3b62411040
commit ef3ec85bac

View File

@@ -4022,8 +4022,8 @@ gtk_text_buffer_copy_clipboard (GtkTextBuffer *buffer,
/**
* gtk_text_buffer_get_selection_bounds:
* @buffer: a #GtkTextBuffer a #GtkTextBuffer
* @start: iterator to initialize with selection start
* @end: iterator to initialize with selection end
* @start: (out): iterator to initialize with selection start
* @end: (out): iterator to initialize with selection end
*
* Returns %TRUE if some text is selected; places the bounds
* of the selection in @start and @end (if the selection has length 0,