diff options
author | Christian Persch <chpe@gnome.org> | 2007-07-10 19:56:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-07-10 19:56:30 +0800 |
commit | c2f115303625175ec4d3936c7121501193f5f630 (patch) | |
tree | c7a3fe32d25d026d1961018fbf7b204e08b796cf /src/ephy-statusbar.h | |
parent | b9c8581d793e52e73c99d41e83f5b33bd20b1af5 (diff) | |
download | gsoc2013-epiphany-c2f115303625175ec4d3936c7121501193f5f630.tar gsoc2013-epiphany-c2f115303625175ec4d3936c7121501193f5f630.tar.gz gsoc2013-epiphany-c2f115303625175ec4d3936c7121501193f5f630.tar.bz2 gsoc2013-epiphany-c2f115303625175ec4d3936c7121501193f5f630.tar.lz gsoc2013-epiphany-c2f115303625175ec4d3936c7121501193f5f630.tar.xz gsoc2013-epiphany-c2f115303625175ec4d3936c7121501193f5f630.tar.zst gsoc2013-epiphany-c2f115303625175ec4d3936c7121501193f5f630.zip |
Update gtk+ req to 2.11.6.
2007-07-10 Christian Persch <chpe@gnome.org>
* configure.ac:
Update gtk+ req to 2.11.6.
* src/ephy-statusbar.c: (ephy_statusbar_class_init),
(create_caret_indicator), (ephy_statusbar_init),
(ephy_statusbar_set_security_state),
(ephy_statusbar_set_popups_state):
* src/ephy-statusbar.h:
* src/epiphany.defs:
Port EphyStatusbar to the new tooltips API.
svn path=/trunk/; revision=7127
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index c1a3d4146..16d88377e 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -24,7 +24,6 @@ #define EPHY_STATUSBAR_H #include <gtk/gtkstatusbar.h> -#include <gtk/gtktooltips.h> G_BEGIN_DECLS @@ -43,9 +42,6 @@ struct _EphyStatusbar { GtkStatusbar parent; - /*< public >*/ - GtkTooltips *tooltips; - /*< private >*/ EphyStatusbarPrivate *priv; }; @@ -62,8 +58,6 @@ GType ephy_statusbar_get_type (void); GtkWidget *ephy_statusbar_new (void); -GtkTooltips *ephy_statusbar_get_tooltips (EphyStatusbar *statusbar); - GtkWidget *ephy_statusbar_get_security_frame (EphyStatusbar *statusbar); void ephy_statusbar_set_caret_mode (EphyStatusbar *statusbar, |