Add HildonAppMenu::changed signal
[hildon] / hildon / hildon-entry.c
index 398696f..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.
  *
@@ -43,6 +45,8 @@
  * </example>
  */
 
+#undef                                          HILDON_DISABLE_DEPRECATED
+
 #include                                        "hildon-entry.h"
 
 G_DEFINE_TYPE                                   (HildonEntry, hildon_entry, GTK_TYPE_ENTRY);