Function gnunet_sys::GNUNET_notification_context_create[][src]

pub unsafe extern "C" fn GNUNET_notification_context_create(
    queue_length: c_uint
) -> *mut GNUNET_NotificationContext

Create a new notification context.

@param queue_length maximum number of messages to keep in the notification queue; optional messages are dropped if the queue gets longer than this number of messages @return handle to the notification context