shell: Add --list command-line option

https://bugzilla.gnome.org/show_bug.cgi?id=655418
This commit is contained in:
Bastien Nocera 2013-01-10 17:14:47 +01:00
parent 1e85647bc5
commit 7c3d27f3a0
4 changed files with 38 additions and 0 deletions

View file

@ -29,6 +29,7 @@
G_BEGIN_DECLS
void cc_panel_loader_fill_model (CcShellModel *model);
GList *cc_panel_loader_get_panels (void);
CcPanel *cc_panel_loader_load_by_name (CcShell *shell,
const char *name,
const char **argv);