Searched refs:_notify_lib_init (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_client.c246 * _notify_lib_init is called for each new registration (event = EVENT_INIT).
251 _notify_lib_init(uint32_t event) function
630 /* _notify_lib_init returns an error if regeneration is unnecessary */
631 if (_notify_lib_init(EVENT_REGEN) == NOTIFY_STATUS_OK)
989 /* call _notify_lib_init to create ports / dispatch sources as required */
990 _notify_lib_init(EVENT_INIT);
1059 status = _notify_lib_init(EVENT_INIT);
1151 status = _notify_lib_init(EVENT_INIT);
1180 status = _notify_lib_init(EVENT_INIT);
1209 status = _notify_lib_init(EVENT_INI
[all...]

Completed in 109 milliseconds