summaryrefslogtreecommitdiff
path: root/src/nautilus-application.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-05-24 13:48:46 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-05-24 13:55:16 -0400
commit5c949fffcb0de62fd5375f546fa94dd50ec7f86f (patch)
treeff8abe73f6964d7e390e8a513a7da0e79750d35d /src/nautilus-application.h
parentb9272618934a4c177166e5f7771e6ab6cabcc31b (diff)
downloadnautilus-5c949fffcb0de62fd5375f546fa94dd50ec7f86f.tar.gz
application: rewrite GApplication command line handling
Do the command line parsing in local_command_line for the set of options we're interested in parsing there (e.g. directories to open, self checks and --quit); move the rest of initialization in nautilus_application_startup() and use g_application_open() and a custom "quit" action to forward the requests to the main application. This also fixes these two bugs. https://bugzilla.gnome.org/show_bug.cgi?id=649336 https://bugzilla.gnome.org/show_bug.cgi?id=637157
Diffstat (limited to 'src/nautilus-application.h')
-rw-r--r--src/nautilus-application.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-application.h b/src/nautilus-application.h
index 13bedd31b..52e69cdd3 100644
--- a/src/nautilus-application.h
+++ b/src/nautilus-application.h
@@ -72,7 +72,6 @@ NautilusApplication *nautilus_application_dup_singleton (void);
void nautilus_application_quit (NautilusApplication *self);
NautilusWindow * nautilus_application_create_window (NautilusApplication *application,
- const char *startup_id,
GdkScreen *screen);
void nautilus_application_close_all_windows (NautilusApplication *self);