[maemo-commits] [maemo-commits] r9613 - in projects/haf/branches/hildon-libs/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Sun Feb 4 19:38:55 EET 2007
Author: mdk
Date: 2007-02-04 19:38:52 +0200 (Sun, 04 Feb 2007)
New Revision: 9613

Modified:
   projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2
   projects/haf/branches/hildon-libs/hildon-1/src/hildon-find-toolbar.c
Log:
Fixing documentation for the find toolbar.


Modified: projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2
===================================================================
--- projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2	2007-02-04 09:24:06 UTC (rev 9612)
+++ projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2	2007-02-04 17:38:52 UTC (rev 9613)
@@ -1,3 +1,8 @@
+2007-02-04  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* src/hildon-find-toolbar.c: Fixing the documentation for the
+	FindToolbar.
+
 2007-02-02  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* doc/Makefile.am:

Modified: projects/haf/branches/hildon-libs/hildon-1/src/hildon-find-toolbar.c
===================================================================
--- projects/haf/branches/hildon-libs/hildon-1/src/hildon-find-toolbar.c	2007-02-04 09:24:06 UTC (rev 9612)
+++ projects/haf/branches/hildon-libs/hildon-1/src/hildon-find-toolbar.c	2007-02-04 17:38:52 UTC (rev 9613)
@@ -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


More information about the maemo-commits mailing list