Trivial doc fix
svn path=/trunk/; revision=20829
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-07-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtklabel.c: Trivial doc fix.
|
||||||
|
|
||||||
2008-07-14 Matthias Clasen <mclasen@redhat.com>
|
2008-07-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 542853 – jasper test fails due to incomplete library arguments
|
Bug 542853 – jasper test fails due to incomplete library arguments
|
||||||
|
|||||||
@ -1756,7 +1756,7 @@ set_markup (GtkLabel *label,
|
|||||||
* g_markup_printf_escaped()<!-- -->:
|
* g_markup_printf_escaped()<!-- -->:
|
||||||
* |[
|
* |[
|
||||||
* char *markup;
|
* char *markup;
|
||||||
*
|
*
|
||||||
* markup = g_markup_printf_escaped ("<span style=\"italic\">%s</span>", str);
|
* markup = g_markup_printf_escaped ("<span style=\"italic\">%s</span>", str);
|
||||||
* gtk_label_set_markup (GTK_LABEL (label), markup);
|
* gtk_label_set_markup (GTK_LABEL (label), markup);
|
||||||
* g_free (markup);
|
* g_free (markup);
|
||||||
|
|||||||
Reference in New Issue
Block a user