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

Type: const gchar*

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

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