Searched refs:removed_count (Results 1 – 3 of 3) sorted by relevance
153 gint removed_count = 0; in basic() local161 …signal_connect (server, "notification-removed", G_CALLBACK (notification_removed), &removed_count); in basic()168 g_assert_cmpint (removed_count, ==, 1); in basic()
244 removed_count = len(self._callbacks) - len(filtered_callbacks)245 if removed_count:247 return removed_count
1070 size_t removed_count = unmanaged_fds_.erase(fd); in RemoveUnmanagedFd() local1071 if (removed_count == 0) { in RemoveUnmanagedFd()