Virtual Method

HitakiAlsaFirewireopen

Declaration [src]

gboolean
open (
  HitakiAlsaFirewire* self,
  const gchar* path,
  gint open_flag,
  GError** error
)

Description [src]

Open the special file for ALSA HwDep character device.

Parameters

path const gchar*
 

A path to special file for ALSA HwDep character device.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
open_flag gint
 

The flag of open(2) system call.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the overall operation finished successfully, else FALSE.