Method
VteTerminalevent_check_gregex_simple
Declaration [src]
gboolean
vte_terminal_event_check_gregex_simple (
VteTerminal* terminal,
GdkEvent* event,
GRegex** regexes,
gsize n_regexes,
GRegexMatchFlags match_flags,
char** matches
)
Description [src]
This function does nothing.
Available since: | 0.44 |
Deprecated since: | 0.46 |
Use |
Parameters
event |
GdkEvent* |
A |
|
The data is owned by the caller of the function. | |
regexes |
An array of GRegex* |
An array of |
|
The length of the array is specified in the n_regexes argument. | |
The data is owned by the caller of the function. | |
n_regexes |
gsize |
Number of items in |
|
The argument will be set by the function. | |
match_flags |
GRegexMatchFlags |
The |
|
matches |
An array of char* |
A location to store the matches. |
|
The argument will be set by the function. | |
The length of the array is specified in the n_regexes argument. | |
The data is owned by the caller of the function. |