From bc77408e3c33b2395b367a46fbca6d3d8c714947 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 2 Mar 2015 09:45:57 +0100 Subject: [PATCH] gtk_misc_set_alignment(): Improve the deprecation documenation. To link to GtkWidget.halign/valign and to mention GtkLabel.xalign/yalign. --- gtk/deprecated/gtkmisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/deprecated/gtkmisc.c b/gtk/deprecated/gtkmisc.c index bdd6eaccca..124516f697 100644 --- a/gtk/deprecated/gtkmisc.c +++ b/gtk/deprecated/gtkmisc.c @@ -219,7 +219,7 @@ gtk_misc_get_property (GObject *object, * * Sets the alignment of the widget. * - * Deprecated: 3.14: Use #GtkWidget alignment and margin properties. + * Deprecated: 3.14: Use #GtkWidget's alignment (#GtkWidget:halign and #GtkWidget:valign) and margin properties or #GtkLabel's #GtkLabel:xalign and #GtkLabel:yalign properties. */ void gtk_misc_set_alignment (GtkMisc *misc,