summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-interface.idl
diff options
context:
space:
mode:
authorRobey Pointer <robey@src.gnome.org>2000-08-26 01:44:08 +0000
committerRobey Pointer <robey@src.gnome.org>2000-08-26 01:44:08 +0000
commit480d2b633d4be7ca960cbf7ad3af9c4369176586 (patch)
treea4375eb947080bcfb1bc9f91fa334b831a943999 /src/nautilus-shell-interface.idl
parent360710bc272cab40c4c030011680e9311835b096 (diff)
downloadnautilus-480d2b633d4be7ca960cbf7ad3af9c4369176586.tar.gz
add corba 'restart' call to the IDL, and match it with command-line option '--restart'; on restart, nautilus goes through all the exit code, then does an exec() on itself instead of exit()
Diffstat (limited to 'src/nautilus-shell-interface.idl')
-rw-r--r--src/nautilus-shell-interface.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-shell-interface.idl b/src/nautilus-shell-interface.idl
index 9b32c2892..3b9d982ba 100644
--- a/src/nautilus-shell-interface.idl
+++ b/src/nautilus-shell-interface.idl
@@ -14,6 +14,7 @@ module Nautilus {
oneway void start_desktop ();
oneway void stop_desktop ();
oneway void quit ();
+ oneway void restart ();
};
};