Function

Phoshmunge_app_id

Declaration [src]

gchar*
phosh_munge_app_id (
  const gchar* app_id
)

Description [src]

Munges an app_id according to the rules used by gnome-shell, feedbackd and phoc for gsettings:

Parameters

app_id const gchar*
 

The app_id.

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

Return value

Returns: gchar*
 

The munged_app id.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.