Home
last modified time | relevance | path

Searched refs:refresh_source (Results 1 – 12 of 12) sorted by relevance

/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_main.c67 static guint refresh_source = 0;
769 if (refresh_source == 0)
770 refresh_source = g_timeout_add (REFRESH_INTERVAL, _refresh_music_info, NULL);
776 if (refresh_source > 0)
778 g_source_remove (refresh_source);
779 refresh_source = 0;
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-tag-use-reference.h61 void refresh_source();
H A Dsp-use-reference.h65 void refresh_source();
H A Dsp-use-reference.cpp188 void SPUsePath::refresh_source() in refresh_source() function in SPUsePath
H A Dsp-tspan.cpp365 tp->sourcePath->refresh_source(); in refresh_textpath_source()
/dports/x11-fm/deforaos-browser/Browser-0.5.1/src/
H A Ddesktop.c109 guint refresh_source; member
625 if(desktop->refresh_source != 0) in desktop_delete()
626 g_source_remove(desktop->refresh_source); in desktop_delete()
1017 if(desktop->refresh_source != 0) in desktop_refresh()
1018 g_source_remove(desktop->refresh_source); in desktop_refresh()
1053 desktop->refresh_source = 0; in _refresh_files()
1078 if(desktop->refresh_source != 0) in desktop_reset()
1079 g_source_remove(desktop->refresh_source); in desktop_reset()
1080 desktop->refresh_source = g_idle_add(_reset_on_idle, desktop); in desktop_reset()
1229 desktop->refresh_source = 0; in _reset_on_idle()
[all …]
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dui_history.py127 return crm_report().refresh_source(force)
160 crm_report().refresh_source()
H A Dhistory.py520 return self.refresh_source(force=True)
634 def refresh_source(self, force=False): member in Report
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Ddconf-model.vala21 …[CCode (notify = false)] internal bool refresh_source { private get; internal set; default = true;…
61 if (refresh_source) // TODO better: stops the I/O, but not the wakeup
/dports/security/py-zkg/package-manager-2.12.0/
H A Dzkg1159 error = manager.refresh_source(source, False, args.push)
H A Dzkg.py1159 error = manager.refresh_source(source, False, args.push)
/dports/security/py-zkg/package-manager-2.12.0/zeekpkg/
H A Dmanager.py867 def refresh_source(self, name, aggregate=False, push=False): member in Manager