Fix annotations

The function gtk_label_set_attributes() is also used to
unset attributes, by passing %NULL. Reflect that in the
argument annotations.
This commit is contained in:
Matthias Clasen 2015-02-08 21:02:07 +01:00
parent 5666522ab3
commit 4dee1646a1

View File

@ -2232,10 +2232,10 @@ gtk_label_set_text (GtkLabel *label,
/**
* gtk_label_set_attributes:
* @label: a #GtkLabel
* @attrs: a #PangoAttrList
*
* @attrs: (allow-none): a #PangoAttrList, or %NULL
*
* Sets a #PangoAttrList; the attributes in the list are applied to the
* label text.
* label text.
*
* The attributes set with this function will be applied
* and merged with any other attributes previously effected by way