summaryrefslogtreecommitdiff
path: root/gusb/gusb-context-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-09-05 11:20:56 +0100
committerRichard Hughes <richard@hughsie.com>2022-09-05 12:03:22 +0100
commit7f0a5e27f5007fcc17272da7483b283f862592a4 (patch)
tree2e3968fff0da07ad84aa084aa84a7aec3e266b51 /gusb/gusb-context-private.h
parentb82f6acf0c6c1d2f4b1afdbd2c240061344e14c7 (diff)
downloadgusb-7f0a5e27f5007fcc17272da7483b283f862592a4.tar.gz
trivial: Use @self for instance data
Diffstat (limited to 'gusb/gusb-context-private.h')
-rw-r--r--gusb/gusb-context-private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gusb/gusb-context-private.h b/gusb/gusb-context-private.h
index 6824308..9527055 100644
--- a/gusb/gusb-context-private.h
+++ b/gusb/gusb-context-private.h
@@ -13,11 +13,11 @@
G_BEGIN_DECLS
libusb_context *
-_g_usb_context_get_context(GUsbContext *context);
+_g_usb_context_get_context(GUsbContext *self);
const gchar *
-_g_usb_context_lookup_vendor(GUsbContext *context, guint16 vid, GError **error);
+_g_usb_context_lookup_vendor(GUsbContext *self, guint16 vid, GError **error);
const gchar *
-_g_usb_context_lookup_product(GUsbContext *context, guint16 vid, guint16 pid, GError **error);
+_g_usb_context_lookup_product(GUsbContext *self, guint16 vid, guint16 pid, GError **error);
G_END_DECLS