Home
last modified time | relevance | path

Searched refs:load_timeout_cb (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooserwidget.c3801 load_timeout_cb (gpointer data) in load_timeout_cb() function
3824 impl->load_timeout_id = g_timeout_add (MAX_LOADING_TIME, load_timeout_cb, impl); in load_setup_timer()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserwidget.c4464 load_timeout_cb (gpointer data) in load_timeout_cb() function
4494 priv->load_timeout_id = gdk_threads_add_timeout (MAX_LOADING_TIME, load_timeout_cb, impl); in load_setup_timer()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechooserdefault.c6231 load_timeout_cb (gpointer data) in load_timeout_cb() function
6259 impl->load_timeout_id = gdk_threads_add_timeout (MAX_LOADING_TIME, load_timeout_cb, impl); in load_setup_timer()
/dports/graphics/gthumb/gthumb-3.10.1/
H A DChangeLog.pre-git3117 * src/gth-browser.c (load_timeout_cb): update the mtime to force a
3374 (load_timeout_cb): no need to update the file info here.
3999 (gth_browser_go_to_directory), (load_timeout_cb):
8009 * src/gth-browser.c (load_timeout_cb):
8910 * src/gth-browser.c (load_timeout_cb): no need to fire a warning
11543 * src/gthumb-window.c (load_timeout_cb): do not preload the (pos + 2)
11594 * src/gthumb-window.c (get_image_to_preload, load_timeout_cb):
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-84571 (load_timeout_cb): Likewise. Switch to the LOAD_LOADING state.