aboutsummaryrefslogtreecommitdiffstats
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/EphyAutomation.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/idl/EphyAutomation.idl b/idl/EphyAutomation.idl
index 83f0c1f92..c3e21c347 100644
--- a/idl/EphyAutomation.idl
+++ b/idl/EphyAutomation.idl
@@ -15,6 +15,17 @@ module GNOME {
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);
};
};