Open files from command line.

This commit is contained in:
2011-02-19 13:22:06 +01:00
parent 7fa6efbaec
commit 781273c236
3 changed files with 17 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ struct _LdWindowMainClass
GType ld_window_main_get_type (void) G_GNUC_CONST;
GtkWidget *ld_window_main_new (void);
GtkWidget *ld_window_main_new (const gchar *filename);
G_END_DECLS