Method
PidginNotificationget_child
unstable since: 3.0
Declaration [src]
GtkWidget*
pidgin_notification_get_child (
  PidginNotification* notification
)
      Description [src]
Gets the child widget from notification.
This child is meant to hold actions that can be performed for this notification.
Available since: 3.0
| Gets property | Pidgin.Notification:child | 
Return value
Type: GtkWidget
The child widget if set, otherwise
         NULL.
| The returned data is owned by the instance. | 
The return value can be NULL. |