Function

Lfbinit

Declaration [src]

gboolean
lfb_init (
  const gchar* app_id,
  GError** error
)

Description [src]

Initialize libfeedback. This must be called before any other of libfeedback’s functions.

Parameters

app_id const gchar*
 

The application id.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if successful, or FALSE on error.