Merge branch 'dlech-master-patch-06007' into 'master'

docs: fix parameter reference in gtk_bitset_contains()

See merge request GNOME/gtk!3035
This commit is contained in:
Emmanuele Bassi 2021-01-05 18:10:59 +00:00
commit e3641d0568

View File

@ -107,7 +107,7 @@ gtk_bitset_unref (GtkBitset *self)
* @self: a #GtkBitset
* @value: the value to check
*
* Checks if the given @value has been added to @bitset
* Checks if the given @value has been added to @self
*
* Returns: %TRUE if @self contains @value
**/