From 1f98484b29d6832481a0109b3446e16d66b210ea Mon Sep 17 00:00:00 2001 From: Michael Dominic Kostrzewa Date: Sun, 4 Feb 2007 17:38:52 +0000 Subject: [PATCH] Fixing documentation for the find toolbar. --- ChangeLog.2 | 5 +++++ src/hildon-find-toolbar.c | 15 ++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ChangeLog.2 b/ChangeLog.2 index 5067a3b..3e718da 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,3 +1,8 @@ +2007-02-04 Michael Dominic Kostrzewa + + * src/hildon-find-toolbar.c: Fixing the documentation for the + FindToolbar. + 2007-02-02 Michael Dominic Kostrzewa * doc/Makefile.am: diff --git a/src/hildon-find-toolbar.c b/src/hildon-find-toolbar.c index 22cdc33..c8fde82 100644 --- a/src/hildon-find-toolbar.c +++ b/src/hildon-find-toolbar.c @@ -24,17 +24,14 @@ /** * SECTION:hildon-find-toolbar - * @short_description: A special toolbar to be used with HildonWindow. + * @short_description: A toolbar with a search field * @see_also: #HildonWindow * - * HildonFindToolbar is a predefined toolbar for text searching purpose. - * It contains a GtkListStore which has the text items that the user has - * searched. But once the application is terminated, or HildonFindToolbar - * is trashed. Programmer is responsible for getting the GtkListStore through - * property "list", if he/she wants to use the information in the future. - * And through the same property, programmer is able to set the GtkListStore. - * Note, once the search button is pressed, string in the GtkComboxEntry is - * automatically added to the existing model, unless it is empty. + * HildonFindToolbar is a toolbar that contains a search entry and a dropdown + * list with previously searched strings. The list is represented using a + * #GtkListStore and can be accesed using a property 'list'. Entries are added + * automatically to the list when the search button is pressed. + * */ #ifdef HAVE_CONFIG_H -- 1.7.9.5