mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
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:
parent
f974c5343e
commit
a5b88a53c2
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user