Method

AppStreamDeveloperset_name

Declaration [src]

void
as_developer_set_name (
  AsDeveloper* devp,
  const gchar* value,
  const gchar* locale
)

Description [src]

Set the the developer or development team name.

Parameters

value const gchar*
 

The developer or developer team name.

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

The BCP47 locale, or NULL. e.g. “en-GB

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