Method

PanelSettingsget_user_value

Declaration [src]

GVariant*
panel_settings_get_user_value (
  PanelSettings* self,
  const char* key
)

Description

No description available.

Parameters

key const char*
 

The key to get the user value for.

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

Return value

Returns: GVariant
 

The user’s value, if set.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.