aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2003-09-02 07:20:17 +0800
committerChristian Persch <chpe@src.gnome.org>2003-09-02 07:20:17 +0800
commit73a95385f4034998cc78199dc8bb9ee22d90d6aa (patch)
tree499d78ab52e8937f672e3659105dda083a34c988 /src/ephy-location-action.h
parent3375c1878c4c0ebf4f5067d128024ea484208f62 (diff)
downloadgsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.gz
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.bz2
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.lz
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.xz
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.zst
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.zip
Mega-patch, changelog too long to paste here.
Diffstat (limited to 'src/ephy-location-action.h')
-rw-r--r--src/ephy-location-action.h4
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