aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-icon-entry.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-08 04:31:32 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-08 04:31:32 +0800
commit250865f24a1a5fbcacf892cf014c6b0b85428ea2 (patch)
treebd01642b8b090b08fa532e2d45d68271e531ed40 /lib/widgets/ephy-icon-entry.h
parentb04fefa6c0e46938090bd56cf9918748e1e48000 (diff)
downloadgsoc2013-epiphany-250865f24a1a5fbcacf892cf014c6b0b85428ea2.tar
gsoc2013-epiphany-250865f24a1a5fbcacf892cf014c6b0b85428ea2.tar.gz
gsoc2013-epiphany-250865f24a1a5fbcacf892cf014c6b0b85428ea2.tar.bz2
gsoc2013-epiphany-250865f24a1a5fbcacf892cf014c6b0b85428ea2.tar.lz
gsoc2013-epiphany-250865f24a1a5fbcacf892cf014c6b0b85428ea2.tar.xz
gsoc2013-epiphany-250865f24a1a5fbcacf892cf014c6b0b85428ea2.tar.zst
gsoc2013-epiphany-250865f24a1a5fbcacf892cf014c6b0b85428ea2.zip
Add switch to disable focus fix, and to disable PSM. Error out if PSM
2005-08-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Add switch to disable focus fix, and to disable PSM. Error out if PSM isn't found but --disable-psm not given. Should prevent accidental compilation without PSM. * lib/widgets/ephy-icon-entry.c: (ephy_icon_entry_get_entry): * lib/widgets/ephy-icon-entry.h: Add ephy_icon_entry_get_entry. * src/epiphany.defs: Updated python bindings.
Diffstat (limited to 'lib/widgets/ephy-icon-entry.h')
-rw-r--r--lib/widgets/ephy-icon-entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/ephy-icon-entry.h b/lib/widgets/ephy-icon-entry.h
index 5077a0ecd..adff95628 100644
--- a/lib/widgets/ephy-icon-entry.h
+++ b/lib/widgets/ephy-icon-entry.h
@@ -69,6 +69,8 @@ void ephy_icon_entry_pack_widget (EphyIconEntry *entry,
GtkWidget *widget,
gboolean start);
+GtkWidget *ephy_icon_entry_get_entry (EphyIconEntry *entry);
+
G_END_DECLS
#endif