[gtk: 1/2] docs: fix parameter reference in gtk_bitset_contains()
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/2] docs: fix parameter reference in gtk_bitset_contains()
- Date: Tue, 5 Jan 2021 18:11:00 +0000 (UTC)
commit a5b88a53c2c76cf3b7bcb1483f973da57a6e9a8a
Author: David Lechner <david lechnology com>
Date: Tue Jan 5 05:36:19 2021 +0000
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.
gtk/gtkbitset.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkbitset.c b/gtk/gtkbitset.c
index a248235e58..05953391b7 100644
--- a/gtk/gtkbitset.c
+++ b/gtk/gtkbitset.c
@@ -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
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]