docs: fix parameter reference in gtk_bitset_contains()

This fixes an error in the doc comments where the first parameter was
referred to as @bitset instead of @self.
This commit is contained in:
David Lechner 2021-01-05 05:36:19 +00:00
parent f974c5343e
commit a5b88a53c2

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
**/