X-Git-Url: https://git.sur5r.net/?p=glabels;a=blobdiff_plain;f=src%2Ffile.h;fp=src%2Ffile.h;h=1aa2a9dde65ffea0b7126ae2cf2249f14a2441b2;hp=3ac975e1cb688f7678b27285cad9a88e3bdcc995;hb=38d44627bd551b2f3855ee44d2d1e3f03f30e2ce;hpb=80f8b7f229a635ac0bdcbe81cc260ab37a55d32e diff --git a/src/file.h b/src/file.h index 3ac975e1..1aa2a9dd 100644 --- a/src/file.h +++ b/src/file.h @@ -28,33 +28,36 @@ G_BEGIN_DECLS -void gl_file_new (glWindow *window); +void gl_file_new (glWindow *window); -void gl_file_properties (glLabel *label, - glWindow *window); +void gl_file_properties (glLabel *label, + glWindow *window); +void gl_file_choose_properties (glLabel *label, + glWindow *window); -void gl_file_open (glWindow *window); +void gl_file_open (glWindow *window); -void gl_file_open_recent (const gchar *filename, - glWindow *window); -gboolean gl_file_open_real (const gchar *filename, - glWindow *window); +void gl_file_open_recent (const gchar *filename, + glWindow *window); +gboolean gl_file_open_real (const gchar *filename, + glWindow *window); -gboolean gl_file_save (glLabel *label, - glWindow *window); -gboolean gl_file_save_as (glLabel *label, - glWindow *window); +gboolean gl_file_save (glLabel *label, + glWindow *window); +gboolean gl_file_save_as (glLabel *label, + glWindow *window); -gboolean gl_file_close (glWindow *window); -void gl_file_exit (void); +gboolean gl_file_close (glWindow *window); + +void gl_file_exit (void); G_END_DECLS