Constructor
PurpleRequestGroupnew
unstable since: 3.0
Declaration [src]
PurpleRequestGroup*
purple_request_group_new (
const char* title
)
Parameters
title
-
Type:
const char*
The title to give the group.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: PurpleRequestGroup
A new fields group.
The caller of the function takes ownership of the data, and is responsible for freeing it. |