Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop-web-view.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-21 12:48:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-21 12:48:33 (GMT)
commitd12924c8d523bccd11954b5a524da50998b4826b (patch)
treee84d1cb3ee6955f1a56649d75368af46fd25901e /src/hulahop-web-view.h
parente4a8e189e7cf25236ffebc72ac8d7bed6893b70d (diff)
Split functions out of WebView
Diffstat (limited to 'src/hulahop-web-view.h')
-rw-r--r--src/hulahop-web-view.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hulahop-web-view.h b/src/hulahop-web-view.h
index 28b44a3..e47431b 100644
--- a/src/hulahop-web-view.h
+++ b/src/hulahop-web-view.h
@@ -35,11 +35,6 @@ typedef struct _HulahopWebViewClass HulahopWebViewClass;
#define HULAHOP_IS_WEB_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), HULAHOP_TYPE_WEB_VIEW))
#define HULAHOP_WEB_VIEW_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), HULAHOP_TYPE_WEB_VIEW, HulahopWebViewClass))
-gboolean hulahop_startup (void);
-void hulahop_shutdown (void);
-void hulahop_set_profile_path (const char *path);
-void hulahop_add_components_path (const char *path);
-
GType hulahop_web_view_get_type (void);
PyObject *hulahop_web_view_get_browser (HulahopWebView *web_view);
PyObject *hulahop_web_view_get_window_root (HulahopWebView *web_view);