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

/macosx-10.10/Libnotify-133.1.1/
H A Dlibnotify.h57 #define NOTIFY_FLAG_REGEN 0x40000000 macro
H A Dnotify_client.c591 if ((t->flags & NOTIFY_FLAG_REGEN) == 0) return;
1426 token_table_add(name, namelen, nid, token, cid, slot, NOTIFY_TYPE_MEMORY | NOTIFY_FLAG_REGEN, SIGNAL_NONE, FD_NONE, MACH_PORT_NULL, 0);
1430 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_TYPE_PLAIN | NOTIFY_FLAG_REGEN, SIGNAL_NONE, FD_NONE, MACH_PORT_NULL, 0);
1492 token_table_add(name, namelen, NID_UNSET, token, cid, SLOT_NONE, NOTIFY_TYPE_PLAIN | NOTIFY_FLAG_REGEN, SIGNAL_NONE, FD_NONE, MACH_PORT_NULL, 0);
1558 token_table_add(name, namelen, NID_UNSET, token, cid, SLOT_NONE, NOTIFY_TYPE_SIGNAL | NOTIFY_FLAG_REGEN, sig, FD_NONE, MACH_PORT_NULL, 0);
1693 if (port == globals->notify_common_port) tflags |= NOTIFY_FLAG_REGEN;

Completed in 182 milliseconds