aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-icon-entry.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-07-17 01:51:01 +0800
committerSrinivasa Ragavan <sragavan@novell.com>2009-07-17 01:57:42 +0800
commit52c6958571696c8fcce89e021669725be982bcfc (patch)
tree1880ca7fb1977b1f7b56d6cc08e1f5b8233f8648 /widgets/misc/e-icon-entry.h
parent6ed8ba1cb10554913fcea2cc3fcccfa63ae0cb82 (diff)
downloadgsoc2013-evolution-52c6958571696c8fcce89e021669725be982bcfc.tar
gsoc2013-evolution-52c6958571696c8fcce89e021669725be982bcfc.tar.gz
gsoc2013-evolution-52c6958571696c8fcce89e021669725be982bcfc.tar.bz2
gsoc2013-evolution-52c6958571696c8fcce89e021669725be982bcfc.tar.lz
gsoc2013-evolution-52c6958571696c8fcce89e021669725be982bcfc.tar.xz
gsoc2013-evolution-52c6958571696c8fcce89e021669725be982bcfc.tar.zst
gsoc2013-evolution-52c6958571696c8fcce89e021669725be982bcfc.zip
Search bar stuff for Anjal.
Diffstat (limited to 'widgets/misc/e-icon-entry.h')
-rw-r--r--widgets/misc/e-icon-entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-icon-entry.h b/widgets/misc/e-icon-entry.h
index f8e4740d36..cde735ba6f 100644
--- a/widgets/misc/e-icon-entry.h
+++ b/widgets/misc/e-icon-entry.h
@@ -79,6 +79,8 @@ void e_icon_entry_pack_widget (EIconEntry *entry,
GtkWidget *e_icon_entry_get_entry (EIconEntry *entry);
GtkWidget *e_icon_entry_create_button (const gchar *stock);
+GtkWidget * e_icon_entry_create_text (const gchar *text);
+GtkWidget * e_icon_entry_create_separator (void);
G_END_DECLS