Function

Purplenotify_close

since: 2.0

Declaration [src]

void
purple_notify_close (
  PurpleNotifyType type,
  void* ui_handle
)

Description [src]

Closes a notification.

This should be used only by the UI operation functions and part of the core.

Available since: 2.0

Parameters

type

Type: PurpleNotifyType

The notification type.

ui_handle

Type: void*

The notification UI handle.

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