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 <mpgritti@gmail.com>2008-10-15 10:08:06 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-15 10:08:06 (GMT)
commitc0518123f7a236b2eef924aa4af85bbe92e58727 (patch)
treefe3534571f4456e5d54fc0b898c5b6a9d5a55e9c /src/hulahop-web-view.h
parentfe68d402ad560edd6bdb265a14cbd80b5f281ca7 (diff)
Refactor initialization some more.
Diffstat (limited to 'src/hulahop-web-view.h')
-rw-r--r--src/hulahop-web-view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hulahop-web-view.h b/src/hulahop-web-view.h
index f54fecf..cd3b710 100644
--- a/src/hulahop-web-view.h
+++ b/src/hulahop-web-view.h
@@ -35,6 +35,12 @@ 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))
+struct _HulahopWebViewClass {
+ GtkBinClass base_class;
+
+ void (* setup) (HulahopWebView *web_view);
+};
+
GType hulahop_web_view_get_type (void);
void hulahop_web_view_grab_focus (HulahopWebView *web_view);