Constructor
PidginMessagenew
unstable since: 3.0
Declaration [src]
GtkWidget*
pidgin_message_new (
PurpleMessage* message
)
Parameters
message
-
Type:
PurpleMessage
The message to display.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GtkWidget
The new instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |