Top | ![]() |
![]() |
![]() |
![]() |
void | gedit_commands_load_location () |
GSList * | gedit_commands_load_locations () |
void | gedit_commands_save_document () |
void | gedit_commands_save_all_documents () |
void gedit_commands_load_location (GeditWindow *window
,GFile *location
,const GtkSourceEncoding *encoding
,gint line_pos
,gint column_pos
);
Loads location
. Ignores non-existing locations.
window |
||
location |
a GFile to load |
|
encoding |
the GtkSourceEncoding of |
[allow-none] |
line_pos |
the line position to place the cursor |
|
column_pos |
the line column to place the cursor |
GSList * gedit_commands_load_locations (GeditWindow *window
,const GSList *locations
,const GtkSourceEncoding *encoding
,gint line_pos
,gint column_pos
);
Loads locations
. Ignore non-existing locations.
window |
||
locations |
the locations to load. |
[element-type Gio.File] |
encoding |
the GtkSourceEncoding. |
[allow-none] |
line_pos |
the line position to place the cursor |
|
column_pos |
the line column to place the cursor |
void gedit_commands_save_document (GeditWindow *window
,GeditDocument *document
);