summaryrefslogtreecommitdiff
path: root/gusb/gusb-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-interface.h')
-rw-r--r--gusb/gusb-interface.h34
1 files changed, 22 insertions, 12 deletions
diff --git a/gusb/gusb-interface.h b/gusb/gusb-interface.h
index 0e1ca36..c1c13f0 100644
--- a/gusb/gusb-interface.h
+++ b/gusb/gusb-interface.h
@@ -12,18 +12,28 @@
G_BEGIN_DECLS
-#define G_USB_TYPE_INTERFACE (g_usb_interface_get_type ())
-G_DECLARE_FINAL_TYPE (GUsbInterface, g_usb_interface, G_USB, INTERFACE, GObject)
+#define G_USB_TYPE_INTERFACE (g_usb_interface_get_type())
+G_DECLARE_FINAL_TYPE(GUsbInterface, g_usb_interface, G_USB, INTERFACE, GObject)
-guint8 g_usb_interface_get_length (GUsbInterface *interface);
-guint8 g_usb_interface_get_kind (GUsbInterface *interface);
-guint8 g_usb_interface_get_number (GUsbInterface *interface);
-guint8 g_usb_interface_get_alternate (GUsbInterface *interface);
-guint8 g_usb_interface_get_class (GUsbInterface *interface);
-guint8 g_usb_interface_get_subclass (GUsbInterface *interface);
-guint8 g_usb_interface_get_protocol (GUsbInterface *interface);
-guint8 g_usb_interface_get_index (GUsbInterface *interface);
-GBytes *g_usb_interface_get_extra (GUsbInterface *interface);
-GPtrArray *g_usb_interface_get_endpoints (GUsbInterface *interface);
+guint8
+g_usb_interface_get_length(GUsbInterface *interface);
+guint8
+g_usb_interface_get_kind(GUsbInterface *interface);
+guint8
+g_usb_interface_get_number(GUsbInterface *interface);
+guint8
+g_usb_interface_get_alternate(GUsbInterface *interface);
+guint8
+g_usb_interface_get_class(GUsbInterface *interface);
+guint8
+g_usb_interface_get_subclass(GUsbInterface *interface);
+guint8
+g_usb_interface_get_protocol(GUsbInterface *interface);
+guint8
+g_usb_interface_get_index(GUsbInterface *interface);
+GBytes *
+g_usb_interface_get_extra(GUsbInterface *interface);
+GPtrArray *
+g_usb_interface_get_endpoints(GUsbInterface *interface);
G_END_DECLS