Home
last modified time | relevance | path

Searched refs:update_idle (Results 1 – 25 of 25) sorted by relevance

/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dmessage.h43 bool update_idle; variable
84 , update_idle(true) in MessageDetails()
/dports/irc/inspircd/inspircd-3.11.0/include/modules/
H A Dctctags.h100 bool update_idle; variable
114 , update_idle(true) in TagMessageDetails()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkdnd.c123 guint update_idle; /* Idle function to update the drag */ member
2819 if (info->update_idle) in gtk_drag_source_info_destroy()
2820 g_source_remove (info->update_idle); in gtk_drag_source_info_destroy()
2847 info->update_idle = 0; in gtk_drag_update_idle()
2890 if (!info->update_idle) in gtk_drag_add_update_idle()
2892 info->update_idle = gdk_threads_add_idle_full (GDK_PRIORITY_REDRAW + 5, in gtk_drag_add_update_idle()
2896 g_source_set_name_by_id (info->update_idle, "[gtk+] gtk_drag_update_idle"); in gtk_drag_add_update_idle()
2948 if (info->update_idle) in gtk_drag_end()
2950 g_source_remove (info->update_idle); in gtk_drag_end()
2951 info->update_idle = 0; in gtk_drag_end()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkImageContainer.h221 update_idle, enumerator
H A DDkImageContainer.cpp803 if (mWaitForUpdate != update_idle) { in loadingFinished()
813 mWaitForUpdate = update_idle; in loadingFinished()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkdnd.c121 guint update_idle; /* Idle function to update the drag */ member
3966 if (info->update_idle) in gtk_drag_source_info_destroy()
3967 g_source_remove (info->update_idle); in gtk_drag_source_info_destroy()
3984 info->update_idle = 0; in gtk_drag_update_idle()
4026 if (!info->update_idle) in gtk_drag_add_update_idle()
4027 info->update_idle = gdk_threads_add_idle_full (GDK_PRIORITY_REDRAW + 5, in gtk_drag_add_update_idle()
4085 if (info->update_idle) in gtk_drag_end()
4087 g_source_remove (info->update_idle); in gtk_drag_end()
4088 info->update_idle = 0; in gtk_drag_end()
/dports/net-im/libpurple/pidgin-2.14.8/doc/
H A Dblist-signals.dox64 void (*update_idle)();
/dports/net-im/pidgin/pidgin-2.14.8/doc/
H A Dblist-signals.dox64 void (*update_idle)();
/dports/net-im/finch/pidgin-2.14.8/doc/
H A Dblist-signals.dox64 void (*update_idle)();
/dports/deskutils/notification-daemon/notification-daemon-3.20.0/src/
H A Dnd-queue.c865 update_idle (NdQueue *queue) in update_idle() function
940 queue->priv->update_id = g_idle_add ((GSourceFunc)update_idle, queue); in queue_update()
/dports/irc/inspircd/inspircd-3.11.0/src/coremods/
H A Dcore_message.cpp126 if (lsource && msgdetails.update_idle && (msgdetails.type != MSG_NOTICE || !msgdetails.IsCTCP())) in FirePostEvent()
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_ircv3_ctctags.cpp60 if (lsource && msgdetails.update_idle) in FirePostEvent()
/dports/irc/evangeline/evangeline/modules/irc.mod/
H A Dchan.c38 static void update_idle(char *chname, char *nick) in update_idle() function
2033 update_idle(chan->dname, nick); in gotmsg()
2086 update_idle(chan->dname, nick); in gotmsg()
2168 update_idle(chan->dname, nick); in gotnotice()
2191 update_idle(chan->dname, nick); in gotnotice()
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/irc.mod/
H A Dchan.c78 static void update_idle(char *chname, char *nick) in update_idle() function
2449 update_idle(chan->dname, nick);
2493 update_idle(chan->dname, nick);
2570 update_idle(chan->dname, nick);
2585 update_idle(chan->dname, nick);
/dports/x11/gnome-session/gnome-session-40.1.1/gnome-session/
H A Dgsm-manager.c1335 update_idle (GsmManager *manager) in update_idle() function
1400 update_idle (manager); in start_phase()
2287 update_idle (manager); in on_store_inhibitor_added()
2319 update_idle (manager); in on_store_inhibitor_removed()
/dports/x11/cinnamon-session/cinnamon-session-4.8.0/cinnamon-session/
H A Dcsm-manager.c1541 update_idle (CsmManager *manager) in update_idle() function
1588 update_idle (manager); in start_phase()
3351 update_idle (manager); in on_store_inhibitor_added()
3385 update_idle (manager); in on_store_inhibitor_removed()
/dports/x11/mate-session-manager/mate-session-manager-1.26.0/mate-session/
H A Dgsm-manager.c1575 update_idle (GsmManager *manager) in update_idle() function
1625 update_idle (manager); in start_phase()
2593 update_idle (manager); in on_store_inhibitor_added()
2603 update_idle (manager); in on_store_inhibitor_removed()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkwindow.c5254 static guint update_idle = 0; variable
5395 if (!update_idle) in gdk_window_schedule_update()
5396 update_idle = in gdk_window_schedule_update()
5727 update_idle = 0; in gdk_window_process_all_updates()
5734 if (update_idle) in gdk_window_process_all_updates()
5735 g_source_remove (update_idle); in gdk_window_process_all_updates()
5738 update_idle = 0; in gdk_window_process_all_updates()
5771 if (got_recursive_update && !update_idle) in gdk_window_process_all_updates()
5772 update_idle = in gdk_window_process_all_updates()
/dports/x11-toolkits/libwnck3/libwnck-3.36.0/libwnck/
H A Dscreen.c2224 update_idle (gpointer data) in update_idle() function
2243 screen->priv->update_handler = g_idle_add (update_idle, screen); in queue_update()
H A Dwindow.c3326 update_idle (gpointer data) in update_idle() function
3341 window->priv->update_handler = g_idle_add (update_idle, window); in queue_update()
/dports/x11-toolkits/libwnck/libwnck-2.30.7/libwnck/
H A Dscreen.c2347 update_idle (gpointer data) in update_idle() function
2366 screen->priv->update_handler = g_idle_add (update_idle, screen); in queue_update()
H A Dwindow.c3181 update_idle (gpointer data) in update_idle() function
3196 window->priv->update_handler = g_idle_add (update_idle, window); in queue_update()
/dports/x11/gnome-session/gnome-session-40.1.1/
H A DChangeLog.pre-git824 (gsm_manager_is_idle_inhibited), (update_idle), (start_phase),
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-12801 update_idle here. Might fix #383003.
/dports/graphics/clutter/clutter-1.26.4/
H A DChangeLog.pre-1.010448 we clear stage->update_idle. (But want to clear update_idle() before actually