aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphyWrapper.h')
-rw-r--r--embed/mozilla/EphyWrapper.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/embed/mozilla/EphyWrapper.h b/embed/mozilla/EphyWrapper.h
index 64cf99026..3867d053d 100644
--- a/embed/mozilla/EphyWrapper.h
+++ b/embed/mozilla/EphyWrapper.h
@@ -48,6 +48,8 @@ public:
nsresult Init (GtkMozEmbed *mozembed);
nsresult Destroy (void);
+ nsresult DoCommand (const char *command);
+
nsresult SetZoom (float aTextZoom, PRBool reflow);
nsresult GetZoom (float *aTextZoom);
@@ -81,22 +83,8 @@ public:
nsresult GetEncodingInfo (EphyEncodingInfo **infoptr);
- nsresult CanCutSelection(PRBool *result);
-
- nsresult CanCopySelection(PRBool *result);
-
- nsresult CanPaste(PRBool *result);
-
- nsresult CutSelection(void);
-
- nsresult CopySelection(void);
-
- nsresult Paste(void);
-
nsresult GetMainDOMDocument (nsIDOMDocument **aDOMDocument);
- nsresult SelectAll (void);
-
nsresult PushTargetDocument (nsIDOMDocument *domDoc);
nsresult PopTargetDocument ();