aboutsummaryrefslogtreecommitdiffstats
path: root/idl/EphyAutomation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl/EphyAutomation.idl')
-rw-r--r--idl/EphyAutomation.idl31
1 files changed, 0 insertions, 31 deletions
diff --git a/idl/EphyAutomation.idl b/idl/EphyAutomation.idl
deleted file mode 100644
index c3e21c347..000000000
--- a/idl/EphyAutomation.idl
+++ /dev/null
@@ -1,31 +0,0 @@
-#include <Bonobo.idl>
-
-module GNOME {
-
- interface EphyAutomation : Bonobo::Unknown {
- void loadurl (in string url,
- in boolean fullscreen,
- in boolean open_in_existing_tab,
- in boolean open_in_new_tab);
-
- void addBookmark (in string url);
-
- void importBookmarks (in string filename);
-
- void loadSession (in string filename);
-
- void openBookmarksEditor ();
-
- void loadUrlWithStartupId (in string url,
- in boolean fullscreen,
- in boolean open_in_existing_tab,
- in boolean open_in_new_tab,
- in unsigned long startup_id);
-
- void loadSessionWithStartupId (in string filename,
- in unsigned long startup_id);
-
- void openBookmarksEditorWithStartupId (in unsigned long startup_id);
- };
-};
-