Method
GioApplicationset_application_id
since: 2.28
Declaration [src]
void
g_application_set_application_id (
GApplication* application,
const gchar* application_id
)
Description [src]
Sets the unique identifier for application
.
The application id can only be modified if application
has not yet
been registered.
If non-NULL
, the application id must be valid. See g_application_id_is_valid().
Available since: 2.28
Sets property | Gio.Application:application-id |