From 905e6b8b75cc300991db0a7b9fe98d8a1a8f930f Mon Sep 17 00:00:00 2001 From: Luc Pionchon Date: Wed, 10 May 2006 21:44:42 +0000 Subject: [PATCH] * hildon-widgets/hildon-caption.c (hildon_caption_set_label_alignment) (hildon_caption_get_label_alignment): added gtk-doc "Since" marker * doc/hildon-libs-docs.sgml: added index for 0.12.0 new symbols --- ChangeLog | 17 +++++++++++++---- doc/hildon-libs-docs.sgml | 17 +++++------------ hildon-widgets/hildon-caption.c | 4 ++++ 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7956dc1..b30d55a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-05-11 Luc Pionchon + + * hildon-widgets/hildon-caption.c + (hildon_caption_set_label_alignment) + (hildon_caption_get_label_alignment): added gtk-doc "Since" marker + + * doc/hildon-libs-docs.sgml: added index for 0.12.0 new symbols + + 2006-05-10 Luc Pionchon * hildon-widgets/hildon-time-editor.c: @@ -590,7 +599,7 @@ From Murray Cumming. - * hildon-lgpl/hildon-caption.c: + * hildon-libs/hildon-caption.c: (hildon_caption_init): Do the hildon_caption_set_child_expand() here. (hildon_caption_new): Use the child property from GtkContainer @@ -945,7 +954,7 @@ 2006-03-15 Luc Pionchon - * hildon-lgpl/hildon-find-toolbar.c (hildon_find_toolbar_filter): + * hildon-libs/hildon-find-toolbar.c (hildon_find_toolbar_filter): calculates correctly which items will be visible. Fixes N#16991. @@ -1066,7 +1075,7 @@ Cleanup Caption widget, - * hildon-lgpl/hildon-caption.[ch] + * hildon-libs/hildon-caption.[ch] (hildon_caption_status_get_type, hildon_caption_get_type): G_CONST_RETURN removed, G_GNUC_CONST added @@ -1101,7 +1110,7 @@ Cleanup AppView, - * hildon-lgpl/hildon-appview-c: + * hildon-libs/hildon-appview-c: (hildon_app_view_init): Fixed a problem that prevented to set an arbitrary value for TOOLBAR_MIDDLE (the distance, in pixel, between toolbars). This fix involves a change in the default gtkrc diff --git a/doc/hildon-libs-docs.sgml b/doc/hildon-libs-docs.sgml index 0a05b78..1afa6b7 100644 --- a/doc/hildon-libs-docs.sgml +++ b/doc/hildon-libs-docs.sgml @@ -95,17 +95,10 @@ - - Index of new symbols in 0.12.2 - - - Index of new symbols in 0.12.4 - - - Index of new symbols in 0.12.8 - - - Index of new symbols in 0.12.10 - + Index of new symbols in 0.12.0 + Index of new symbols in 0.12.2 + Index of new symbols in 0.12.4 + Index of new symbols in 0.12.8 + Index of new symbols in 0.12.10 diff --git a/hildon-widgets/hildon-caption.c b/hildon-widgets/hildon-caption.c index e403ca3..91585b6 100644 --- a/hildon-widgets/hildon-caption.c +++ b/hildon-widgets/hildon-caption.c @@ -1114,6 +1114,8 @@ hildon_caption_set_label_text( HildonCaptionPrivate *priv ) * Sets the vertical alignment to be used for the * text part of the caption. Applications need to * align the child control themselves. + * + * Since: 0.12.0 */ void hildon_caption_set_label_alignment(HildonCaption *caption, gfloat alignment) @@ -1135,6 +1137,8 @@ void hildon_caption_set_label_alignment(HildonCaption *caption, * Gets current vertical alignment for the text part. * * Returns: vertical alignment + * + * Since: 0.12.0 */ gfloat hildon_caption_get_label_alignment(HildonCaption *caption) { -- 1.7.9.5