Virtual Method

HitakiAlsaFirewirecreate_source

Declaration [src]

gboolean
create_source (
  HitakiAlsaFirewire* self,
  GSource** source,
  GError** error
)

Description [src]

Allocate GSource to handle events from ALSA HwDep character device.

Parameters

source GSource
 

A GSource to handle events from ALSA HwDep character device.

 The argument will be set by the function.
 The called function takes ownership of the data, and is responsible for freeing it.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the overall operation finished successfully, else FALSE.