Function
Idesource_search_context_backward_finish2
Declaration
gboolean
ide_source_search_context_backward_finish2 (
GtkSourceSearchContext* search,
GAsyncResult* result,
GtkTextIter* match_begin,
GtkTextIter* match_end,
gboolean* has_wrapped_around,
GError** error
)
Parameters
search |
GtkSourceSearchContext |
A |
|
The data is owned by the caller of the function. | |
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
match_begin |
GtkTextIter |
A |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. | |
match_end |
GtkTextIter |
A |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. | |
has_wrapped_around |
gboolean* |
A location to a boolean. |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |