Method

PidginInviteDialogset_message

since: 3.0

Declaration [src]

void
pidgin_invite_dialog_set_message (
  PidginInviteDialog* dialog,
  const gchar* message
)

Description [src]

Sets the message to be displayed in dialog. The main use case is to prepopulate the message.

Available since: 3.0

Parameters

message

Type: const gchar*

The message that should be displayed.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.