From 5ea254ae8e27f177a62a7a6f9c10c256aed6500b Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Fri, 4 Sep 2009 13:46:33 +0200 Subject: [PATCH] Documentation updates * hildon/hildon-entry.c * hildon/hildon-text-view.c: Documentation updates --- ChangeLog | 6 ++++++ hildon/hildon-entry.c | 10 ++++++---- hildon/hildon-text-view.c | 15 ++++++++------- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 498da14..2e9282b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-09-04 Alberto Garcia + * hildon/hildon-entry.c + * hildon/hildon-text-view.c: + Documentation updates + +2009-09-04 Alberto Garcia + * hildon/hildon-app-menu.c (hildon_app_menu_repack_items): Redraw menu when the number of items change. diff --git a/hildon/hildon-entry.c b/hildon/hildon-entry.c index 370a049..5268586 100644 --- a/hildon/hildon-entry.c +++ b/hildon/hildon-entry.c @@ -18,11 +18,13 @@ * 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. * diff --git a/hildon/hildon-text-view.c b/hildon/hildon-text-view.c index 4308a64..0a67ac2 100644 --- a/hildon/hildon-text-view.c +++ b/hildon/hildon-text-view.c @@ -18,13 +18,14 @@ * 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. * -- 1.7.9.5