Method

AppStreamDeveloperset_id

Declaration [src]

void
as_developer_set_id (
  AsDeveloper* devp,
  const gchar* id
)

Description [src]

Sets the unique ID of this developer.

Parameters

id const gchar*
 

A developer ID, e.g. “mozilla.org”

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