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
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
void gedit_commands_save_document (GeditWindow *window
,GeditDocument *document
);