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

/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_client.c183 * _notify_lib_init is called for each new registration (event = EVENT_INIT).
188 _notify_lib_init(uint32_t event) function
567 /* _notify_lib_init returns an error if regeneration is unnecessary */
568 if (_notify_lib_init(EVENT_REGEN) == NOTIFY_STATUS_OK)
896 /* call _notify_lib_init to create ports / dispatch sources as required */
897 _notify_lib_init(EVENT_INIT);
966 status = _notify_lib_init(EVENT_INIT);
1058 status = _notify_lib_init(EVENT_INIT);
1087 status = _notify_lib_init(EVENT_INIT);
1116 status = _notify_lib_init(EVENT_INI
[all...]

Completed in 104 milliseconds