summaryrefslogtreecommitdiff
path: root/gusb/gusb-context.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-09-12 14:03:04 +0100
committerRichard Hughes <richard@hughsie.com>2022-09-12 14:37:47 +0100
commit83c5e963843f8cbfa5c61204c1d15efd3692551d (patch)
treec726d03fd6ffb84b331a7686ce4910bc61b1dcae /gusb/gusb-context.c
parent42c7b8d28410471a81f37dedcde09c704bc88f50 (diff)
downloadgusb-83c5e963843f8cbfa5c61204c1d15efd3692551d.tar.gz
trivial: Fix some docs warnings when compiling the tarball
Diffstat (limited to 'gusb/gusb-context.c')
-rw-r--r--gusb/gusb-context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gusb/gusb-context.c b/gusb/gusb-context.c
index 19d534f..0ca8282 100644
--- a/gusb/gusb-context.c
+++ b/gusb/gusb-context.c
@@ -357,7 +357,7 @@ g_usb_context_remove_device(GUsbContext *self, struct libusb_device *dev)
/**
* g_usb_context_load:
- * @context: a #GUsbContext
+ * @self: a #GUsbContext
* @json_object: a #JsonObject
* @error: a #GError, or %NULL
*
@@ -403,7 +403,7 @@ g_usb_context_load(GUsbContext *self, JsonObject *json_object, GError **error)
/**
* g_usb_context_save:
- * @context: a #GUsbContext
+ * @self: a #GUsbContext
* @json_builder: a #JsonBuilder
* @error: a #GError, or %NULL
*