Home
last modified time | relevance | path

Searched refs:darktable_launcher (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/control/
H A Dprogress.c57 UnityLauncherEntry *darktable_launcher; member
70 progress->darktable_launcher = unity_launcher_entry_get_for_desktop_id("darktable.desktop"); in global_progress_start()
71 unity_launcher_entry_set_progress(progress->darktable_launcher, 0.0); in global_progress_start()
72 unity_launcher_entry_set_progress_visible(progress->darktable_launcher, TRUE); in global_progress_start()
136 unity_launcher_entry_set_progress(progress->darktable_launcher, value); in global_progress_set()
195 unity_launcher_entry_set_progress(progress->darktable_launcher, 1.0); in global_progress_end()
196 unity_launcher_entry_set_progress_visible(progress->darktable_launcher, FALSE); in global_progress_end()
256 …UnityLauncherEntry *darktable_launcher = unity_launcher_entry_get_for_desktop_id("darktable.deskto… in dt_control_progress_init() local
257 unity_launcher_entry_set_progress_visible(darktable_launcher, FALSE); in dt_control_progress_init()
/dports/graphics/darktable38/darktable-3.8.0/src/control/
H A Dprogress.c57 UnityLauncherEntry *darktable_launcher; member
70 progress->darktable_launcher = unity_launcher_entry_get_for_desktop_id("darktable.desktop"); in global_progress_start()
71 unity_launcher_entry_set_progress(progress->darktable_launcher, 0.0); in global_progress_start()
72 unity_launcher_entry_set_progress_visible(progress->darktable_launcher, TRUE); in global_progress_start()
136 unity_launcher_entry_set_progress(progress->darktable_launcher, value); in global_progress_set()
195 unity_launcher_entry_set_progress(progress->darktable_launcher, 1.0); in global_progress_end()
196 unity_launcher_entry_set_progress_visible(progress->darktable_launcher, FALSE); in global_progress_end()
257 …UnityLauncherEntry *darktable_launcher = unity_launcher_entry_get_for_desktop_id("darktable.deskto… in dt_control_progress_init() local
258 unity_launcher_entry_set_progress_visible(darktable_launcher, FALSE); in dt_control_progress_init()