Method
GUsbSourceset_callback
since: 0.1.0
Declaration
void
g_usb_source_set_callback (
  GUsbSource* self,
  GSourceFunc func,
  gpointer data,
  GDestroyNotify notify
)
Parameters
- func
- 
            Type: GSourceFuncA function to call. 
- data
- 
            Type: gpointerData to pass to func.The argument can be NULL.The data is owned by the caller of the method. 
- notify
- 
            Type: GDestroyNotifyA GDestroyNotify.