From 73a95385f4034998cc78199dc8bb9ee22d90d6aa Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 1 Sep 2003 23:20:17 +0000 Subject: Mega-patch, changelog too long to paste here. --- src/ephy-location-action.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ephy-location-action.h') 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 +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 -- cgit v1.2.3