Documentation updates
authorAlberto Garcia <agarcia@igalia.com>
Fri, 4 Sep 2009 11:46:33 +0000 (13:46 +0200)
committerAlberto Garcia <agarcia@igalia.com>
Fri, 4 Sep 2009 11:46:33 +0000 (13:46 +0200)
* hildon/hildon-entry.c
* hildon/hildon-text-view.c:
Documentation updates

ChangeLog
hildon/hildon-entry.c
hildon/hildon-text-view.c

index 498da14..2e9282b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-09-04  Alberto Garcia  <agarcia@igalia.com>
 
+       * hildon/hildon-entry.c
+       * hildon/hildon-text-view.c:
+       Documentation updates
+
+2009-09-04  Alberto Garcia  <agarcia@igalia.com>
+
        * hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
        Redraw menu when the number of items change.
 
index 370a049..5268586 100644 (file)
  * SECTION:hildon-entry
  * @short_description: Text entry in the Hildon framework.
  *
- * The #HildonEntry is text entry derived from the #GtkEntry widget providing
- * additional commodities specific to the Hildon framework.
+ * #HildonEntry is text entry derived from the #GtkEntry widget but
+ * with a slightly different appearance designed for the Hildon 2.2
+ * framework.
  *
- * A #HildonEntry can have a placeholder text. This text will be shown
- * if the entry is empty and doesn't have the input focus, but it's
+ * Text entries in Hildon 2.2 can have a placeholder text, set with
+ * hildon_gtk_entry_set_placeholder_text(). This text will be shown if
+ * the entry is empty and doesn't have the input focus, but it's
  * otherwise ignored. Thus, calls to gtk_entry_get_text() will never
  * return the placeholder text, not even when it's being displayed.
  *
index 4308a64..0a67ac2 100644 (file)
  * SECTION:hildon-text-view
  * @short_description: Text view within the Hildon framework.
  *
- * The #HildonTextView is a text
- * view derived from the #GtkTextView widget that provides
- * additional commodities specific to the Hildon framework.
- *
- * A #HildonTextView can also have a placeholder text. This text will
- * be shown if the text view is empty and doesn't have the input
- * focus, but it's otherwise ignored. Thus, calls to
+ * #HildonTextView is a text view derived from the #GtkTextView widget
+ * but with a slightly different appearance designed for the Hildon
+ * 2.2 framework.
+ *
+ * Text views in Hildon 2.2 can have a placeholder text, set with
+ * hildon_gtk_text_view_set_placeholder_text(). This text will be
+ * shown if the text view is empty and doesn't have the input focus,
+ * but it's otherwise ignored. Thus, calls to
  * gtk_text_view_get_buffer() will never return the placeholder text,
  * not even when it's being displayed.
  *