Constructor
PidginNotificationAddContactnew
Declaration [src]
GtkWidget*
pidgin_notification_add_contact_new (
PurpleNotification* notification
)
Description [src]
Creates a new PidginNotificationAddContact
instance that will display
notification
.
Parameters
notification
-
Type:
PurpleNotification
A
PurpleNotification
to display.The data is owned by the caller of the function.
Return value
Type: GtkWidget
The new PidginNotificationAddContact
instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |