diff options
Diffstat (limited to 'src/ephy-plugin.h')
-rw-r--r-- | src/ephy-plugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-plugin.h b/src/ephy-plugin.h index 243cfdb6a..132305111 100644 --- a/src/ephy-plugin.h +++ b/src/ephy-plugin.h @@ -21,6 +21,8 @@ #include <glib-object.h> +G_BEGIN_DECLS + #define EPHY_TYPE_PLUGIN (ephy_plugin_get_type ()) #define EPHY_PLUGIN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPHY_TYPE_PLUGIN, EphyPlugin)) #define EPHY_PLUGIN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EPHY_TYPE_PLUGIN, EphyPluginClass)) @@ -34,4 +36,6 @@ GType ephy_plugin_get_type (void); EphyPlugin *ephy_plugin_new (const char *name); +G_END_DECLS + #endif |