Method

IdeDoapload_from_data

Declaration

gboolean
ide_doap_load_from_data (
  IdeDoap* self,
  const gchar* data,
  gsize length,
  GError** error
)

Description

No description available.

Parameters

data const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
length gsize
  No description available.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
  No description available.