Signal
GtkSourceVimIMContext::edit
Declaration
void
edit (
GtkSourceVimIMContext* self,
GtkSourceView* view,
gchar* path,
gpointer user_data
)
Description [src]
Requests the application open the file found at path
.
If path
is NULL
, then the current file should be reloaded from storage.
This may be executed in relation to the user running the
:edit
or :e
commands.
Default handler: | The default handler is called after the handlers added via |
Available since: | 5.4 |
Parameters
view |
GtkSourceView |
The |
|
The data is owned by the caller of the function. | |
path |
gchar* |
The path if provided, otherwise |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |