Function

Purpleattrs_from_vargs

since: 3.0.0

Declaration [src]

GHashTable*
purple_attrs_from_vargs (
  va_list args
)

Description [src]

Returns a hash table of attributes constructed from args.

Available since: 3.0.0

This function is not directly available to language bindings.

Parameters

args

Type: va_list

A list of attributes to parse. This list is composed of key/value pairs, where each key is a valid attribute name for this PurpleStatusType. The list should be NULL terminated.

Return value

Type: GHashTable

The hash table of attributes.

The caller of the function takes ownership of the data container, but not the data inside it.