diff options
Diffstat (limited to 'src/ephy-location-action.h')
-rw-r--r-- | src/ephy-location-action.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-location-action.h b/src/ephy-location-action.h index 2c169c462..fd27ec8b8 100644 --- a/src/ephy-location-action.h +++ b/src/ephy-location-action.h @@ -21,6 +21,8 @@ #include <gtk/gtkaction.h> +G_BEGIN_DECLS + #define EPHY_TYPE_LOCATION_ACTION (ephy_location_action_get_type ()) #define EPHY_LOCATION_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPHY_TYPE_LOCATION_ACTION, EphyLocationAction)) #define EPHY_LOCATION_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EPHY_TYPE_LOCATION_ACTION, EphyLocationActionClass)) @@ -47,4 +49,6 @@ GType ephy_location_action_get_type (void); GtkWidget *ephy_location_action_get_widget (EphyLocationAction *action); +G_END_DECLS + #endif |