aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index cac87a89e..b12b30af8 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -38,6 +38,10 @@ G_BEGIN_DECLS
#define EPHY_IS_SHELL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EPHY_TYPE_SHELL))
#define EPHY_IS_SHELL_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_SHELL))
#define EPHY_SHELL_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_SHELL, EphyShellClass))
+#define EPHY_TYPE_SHELL_ERROR (ephy_shell_error_get_type())
+#define EPHY_TYPE_SHELL_STARTUP_FLAGS (ephy_shell_startup_flags_get_type())
+#define EPHY_TYPE_NEW_TAB_FLAGS (ephy_new_tab_flags_get_type())
+
typedef struct EphyShell EphyShell;
typedef struct EphyShellClass EphyShellClass;
@@ -96,6 +100,12 @@ struct EphyShellClass
EphyEmbedShellClass parent_class;
};
+GType ephy_shell_error_get_type (void) G_GNUC_CONST;
+
+GType ephy_shell_startup_flags_get_type (void) G_GNUC_CONST;
+
+GType ephy_new_tab_flags_get_type (void) G_GNUC_CONST;
+
GType ephy_shell_get_type (void);
GQuark ephy_shell_error_quark (void);