Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop.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.h
parente4a8e189e7cf25236ffebc72ac8d7bed6893b70d (diff)
Split functions out of WebView
Diffstat (limited to 'src/hulahop.h')
-rw-r--r--src/hulahop.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/hulahop.h b/src/hulahop.h
new file mode 100644
index 0000000..b678d7e
--- /dev/null
+++ b/src/hulahop.h
@@ -0,0 +1,34 @@
+/*
+ * Copyright (C) 2006, Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __HULAHOP_H__
+#define __HULAHOP_H__
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+gboolean hulahop_startup (void);
+void hulahop_shutdown (void);
+void hulahop_set_profile_path (const char *path);
+void hulahop_add_components_path (const char *path);
+
+G_END_DECLS
+
+#endif