Method

PidginNotificationset_child

unstable since: 3.0

Declaration [src]

void
pidgin_notification_set_child (
  PidginNotification* notification,
  GtkWidget* child
)

Description [src]

Sets the child of notification to child.

Available since: 3.0

Parameters

child

Type: GtkWidget

The new child widget.

The argument can be NULL.
The data is owned by the caller of the method.