Constructor
HeTipnew
Declaration
HeTip*
he_tip_new (
const gchar* title,
const gchar* image,
const gchar* message,
const gchar* action_label
)
Parameters
title-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. image-
Type:
const gchar*No description available.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. message-
Type:
const gchar*No description available.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. action_label-
Type:
const gchar*No description available.
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: HeTip
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |