aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.defs
diff options
context:
space:
mode:
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r--src/epiphany.defs64
1 files changed, 0 insertions, 64 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs
index 76c0e0322..34ce537de 100644
--- a/src/epiphany.defs
+++ b/src/epiphany.defs
@@ -404,32 +404,6 @@
)
)
-(define-enum ShellError
- (in-module "Ephy")
- (c-name "EphyShellError")
- (gtype-id "EPHY_TYPE_SHELL_ERROR")
- (values
- '("missing-server" "EPHY_SHELL_ERROR_MISSING_SERVER")
- '("object-reg-failed" "EPHY_SHELL_ERROR_OBJECT_REG_FAILED")
- '("factory-reg-failed" "EPHY_SHELL_ERROR_FACTORY_REG_FAILED")
- )
-)
-
-(define-flags ShellStartupFlags
- (in-module "Ephy")
- (c-name "EphyShellStartupFlags")
- (gtype-id "EPHY_TYPE_SHELL_STARTUP_FLAGS")
- (values
- '("tabs" "EPHY_SHELL_STARTUP_TABS")
- '("existing-window" "EPHY_SHELL_STARTUP_EXISTING_WINDOW")
- '("fullscreen" "EPHY_SHELL_STARTUP_FULLSCREEN")
- '("bookmarks-editor" "EPHY_SHELL_STARTUP_BOOKMARKS_EDITOR")
- '("session" "EPHY_SHELL_STARTUP_SESSION")
- '("import-bookmarks" "EPHY_SHELL_STARTUP_IMPORT_BOOKMARKS")
- '("add-bookmark" "EPHY_SHELL_STARTUP_ADD_BOOKMARK")
- )
-)
-
(define-flags NewTabFlags
(in-module "Ephy")
(c-name "EphyNewTabFlags")
@@ -3033,16 +3007,6 @@
;; From ../../src/ephy-shell.h
-(define-function ephy_shell_error_get_type
- (c-name "ephy_shell_error_get_type")
- (return-type "GType")
-)
-
-(define-function ephy_shell_startup_flags_get_type
- (c-name "ephy_shell_startup_flags_get_type")
- (return-type "GType")
-)
-
(define-function ephy_new_tab_flags_get_type
(c-name "ephy_new_tab_flags_get_type")
(return-type "GType")
@@ -3053,11 +3017,6 @@
(return-type "GType")
)
-(define-function ephy_shell_error_quark
- (c-name "ephy_shell_error_quark")
- (return-type "GQuark")
-)
-
(define-function ephy_shell_get_default
(c-name "ephy_shell_get_default")
(return-type "EphyShell*")
@@ -3069,19 +3028,6 @@
(return-type "EphyShell*")
)
-(define-method startup
- (of-object "EphyShell")
- (c-name "ephy_shell_startup")
- (return-type "gboolean")
- (parameters
- '("EphyShellStartupFlags" "flags")
- '("guint32" "user_time")
- '("const-char**" "args")
- '("const-char*" "string_arg")
- '("GError**" "error")
- )
-)
-
(define-method new_tab
(of-object "EphyShell")
(c-name "ephy_shell_new_tab")
@@ -3518,16 +3464,6 @@
(return-type "GType")
)
-(define-function ephy_shell_error_get_type
- (c-name "ephy_shell_error_get_type")
- (return-type "GType")
-)
-
-(define-function ephy_shell_startup_flags_get_type
- (c-name "ephy_shell_startup_flags_get_type")
- (return-type "GType")
-)
-
(define-function ephy_new_tab_flags_get_type
(c-name "ephy_new_tab_flags_get_type")
(return-type "GType")