Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bindings/gecko/gecko-browser.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-26 19:58:54 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-26 19:58:54 (GMT)
commit5d78b148ffe14e1653882bb352afdc8384d8c8e2 (patch)
treeaa671a6c26d022f87520313ee4b6721f867b6ee9 /bindings/gecko/gecko-browser.h
parent92e37fd9048ae5a89a65eec1915e588108125d3c (diff)
Add a gecko module. Disable popups.
Diffstat (limited to 'bindings/gecko/gecko-browser.h')
-rw-r--r--bindings/gecko/gecko-browser.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/bindings/gecko/gecko-browser.h b/bindings/gecko/gecko-browser.h
new file mode 100644
index 0000000..d9564bc
--- /dev/null
+++ b/bindings/gecko/gecko-browser.h
@@ -0,0 +1,30 @@
+/*
+ * Copyright (C) 2006 Red Hat, Inc
+ *
+ * Sugar is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * Sugar 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __GECKO_BROWSER_H__
+#define __GECKO_BROWSER_H__
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+void gecko_startup (void);
+
+G_END_DECLS
+
+#endif