Method

GckAttributesto_string

Declaration [src]

gchar*
gck_attributes_to_string (
  GckAttributes* attrs
)

Description [src]

Print out attributes to a string in aform that’s useful for debugging or logging.

The format of the string returned may change in the future.

Return value

Returns: utf8
 

A newly allocated string.

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