diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-02 02:45:15 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 06:22:58 +0800 |
commit | 7572ea1934778ab1b19376cde518b5571bda3947 (patch) | |
tree | 29684793d722083de198e6f052086e3d7b39ef66 /lib/widgets/ephy-search-entry.h | |
parent | f29b3148fd369e8100ef423424e3585db935e4d6 (diff) | |
download | gsoc2013-epiphany-7572ea1934778ab1b19376cde518b5571bda3947.tar gsoc2013-epiphany-7572ea1934778ab1b19376cde518b5571bda3947.tar.gz gsoc2013-epiphany-7572ea1934778ab1b19376cde518b5571bda3947.tar.bz2 gsoc2013-epiphany-7572ea1934778ab1b19376cde518b5571bda3947.tar.lz gsoc2013-epiphany-7572ea1934778ab1b19376cde518b5571bda3947.tar.xz gsoc2013-epiphany-7572ea1934778ab1b19376cde518b5571bda3947.tar.zst gsoc2013-epiphany-7572ea1934778ab1b19376cde518b5571bda3947.zip |
docs: ephy-search-entry
Diffstat (limited to 'lib/widgets/ephy-search-entry.h')
-rw-r--r-- | lib/widgets/ephy-search-entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-search-entry.h b/lib/widgets/ephy-search-entry.h index dd675d12a..5ea2526d2 100644 --- a/lib/widgets/ephy-search-entry.h +++ b/lib/widgets/ephy-search-entry.h @@ -43,7 +43,7 @@ struct _EphySearchEntryClass { GtkEntryClass parent; - void (*search) (EphySearchEntry *view, const char *text); + void (*search) (EphySearchEntry *entry, const char *text); }; struct _EphySearchEntry |