Method

PanelSessionItemset_metadata

Declaration [src]

void
panel_session_item_set_metadata (
  PanelSessionItem* self,
  const char* key,
  const char* format,
  ...
)

Description [src]

A variadic helper to set metadata.

The format should be identical to g_variant_new().

This method is not directly available to language bindings.

Parameters

key const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
format const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
...
  No description available.