Function

GUsbstrerror

Declaration

const gchar*
g_usb_strerror (
  gint error_code
)

Description

Converts the error code into a string.

Available since:0.1.0

Parameters

error_code gint
 

A libusb error code.

Return value

Returns: utf8
 

String, or NULL.

 The data is owned by the called function.
 The string is a NUL terminated UTF-8 string.