aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-module-loader.h
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-09-14 05:52:00 +0800
committerAdam Hooper <adamh@src.gnome.org>2004-09-14 05:52:00 +0800
commit809f1aca44d03364d59d33780684ad8c524a0025 (patch)
tree7bef6e9dc63f82fc2b9318ad1acbaa5f915e979c /lib/ephy-module-loader.h
parent25a80e3d76c1c74e810271f0cf46832f7b6e127d (diff)
downloadgsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar
gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.gz
gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.bz2
gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.lz
gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.xz
gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.zst
gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.zip
Load/unload extensions based on GConf key
/apps/epiphany/general/active_extensions. Update documentation a bit (i.e., make sure it actually builds).
Diffstat (limited to 'lib/ephy-module-loader.h')
-rw-r--r--lib/ephy-module-loader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-module-loader.h b/lib/ephy-module-loader.h
index 6b5b29a66..fe25712a7 100644
--- a/lib/ephy-module-loader.h
+++ b/lib/ephy-module-loader.h
@@ -38,6 +38,8 @@ GType ephy_module_loader_get_type (void);
EphyModuleLoader *ephy_module_loader_new (const char *path);
+const char *ephy_module_loader_get_path (EphyModuleLoader *loader);
+
GObject *ephy_module_loader_factory (EphyModuleLoader *loader);
G_END_DECLS