Home
last modified time | relevance | path

Searched refs:update_current_folder_cancellable (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechooserprivate.h231 GCancellable *update_current_folder_cancellable; member
H A Dgtkfilechooserdefault.c5626 if (impl->update_current_folder_cancellable) in cancel_all_operations()
5629 impl->update_current_folder_cancellable = NULL; in cancel_all_operations()
7084 if (cancellable != impl->update_current_folder_cancellable) in update_current_folder_mount_enclosing_volume_cb()
7087 impl->update_current_folder_cancellable = NULL; in update_current_folder_mount_enclosing_volume_cb()
7119 if (cancellable != impl->update_current_folder_cancellable) in update_current_folder_get_info_cb()
7122 impl->update_current_folder_cancellable = NULL; in update_current_folder_get_info_cb()
7146 impl->update_current_folder_cancellable = in update_current_folder_get_info_cb()
7174 impl->update_current_folder_cancellable = in update_current_folder_get_info_cb()
7303 if (impl->update_current_folder_cancellable) in gtk_file_chooser_default_update_current_folder()
7304 g_cancellable_cancel (impl->update_current_folder_cancellable); in gtk_file_chooser_default_update_current_folder()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooserwidget.c245 GCancellable *update_current_folder_cancellable; member
3071 if (impl->update_current_folder_cancellable) in cancel_all_operations()
3072 g_cancellable_cancel (impl->update_current_folder_cancellable); in cancel_all_operations()
3073 g_clear_object (&impl->update_current_folder_cancellable); in cancel_all_operations()
4858 g_clear_object (&impl->update_current_folder_cancellable); in update_current_folder_mount_enclosing_volume_cb()
4890 g_clear_object (&impl->update_current_folder_cancellable); in update_current_folder_get_info_cb()
5047 if (impl->update_current_folder_cancellable) in gtk_file_chooser_widget_update_current_folder()
5048 g_cancellable_cancel (impl->update_current_folder_cancellable); in gtk_file_chooser_widget_update_current_folder()
5049 g_clear_object (&impl->update_current_folder_cancellable); in gtk_file_chooser_widget_update_current_folder()
5060 impl->update_current_folder_cancellable = g_cancellable_new (); in gtk_file_chooser_widget_update_current_folder()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserwidget.c306 GCancellable *update_current_folder_cancellable; member
3604 if (priv->update_current_folder_cancellable) in cancel_all_operations()
3607 priv->update_current_folder_cancellable = NULL; in cancel_all_operations()
5575 if (cancellable != priv->update_current_folder_cancellable) in update_current_folder_mount_enclosing_volume_cb()
5578 priv->update_current_folder_cancellable = NULL; in update_current_folder_mount_enclosing_volume_cb()
5612 if (cancellable != priv->update_current_folder_cancellable) in update_current_folder_get_info_cb()
5615 priv->update_current_folder_cancellable = NULL; in update_current_folder_get_info_cb()
5639 priv->update_current_folder_cancellable = in update_current_folder_get_info_cb()
5667 priv->update_current_folder_cancellable = in update_current_folder_get_info_cb()
5787 if (priv->update_current_folder_cancellable) in gtk_file_chooser_widget_update_current_folder()
[all …]