Home
last modified time | relevance | path

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

1234

/dports/x11/libxfce4util/libxfce4util-4.16.0/libxfce4util/
H A Dxfce-rc-private.h32 void (*close) (XfceRc *rc);
33 void (*flush) (XfceRc *rc);
34 void (*rollback) (XfceRc *rc);
35 gboolean (*is_dirty) (const XfceRc *rc);
36 gboolean (*is_readonly) (const XfceRc *rc);
37 gchar **(*get_groups) (const XfceRc *rc);
38 gchar **(*get_entries) (const XfceRc *rc,
40 void (*delete_group) (XfceRc *rc,
43 gboolean (*has_group) (const XfceRc *rc,
45 void (*set_group) (XfceRc *rc,
[all …]
H A Dxfce-rc.h34 typedef struct _XfceRc XfceRc; typedef
37 #define XFCE_RC(obj) ((XfceRc *) (obj))
38 #define XFCE_RC_CONST(obj) ((const XfceRc *) (obj))
49 void xfce_rc_close (XfceRc *rc);
50 void xfce_rc_flush (XfceRc *rc);
51 void xfce_rc_rollback (XfceRc *rc);
59 gchar** xfce_rc_get_entries (const XfceRc *rc,
62 void xfce_rc_delete_group (XfceRc *rc,
66 gboolean xfce_rc_has_group (const XfceRc *rc,
68 void xfce_rc_set_group (XfceRc *rc,
[all …]
H A Dxfce-rc.c68 static XfceRc *
69 xfce_rc_copy (const XfceRc *rc) in xfce_rc_copy()
71 return g_slice_dup (XfceRc, rc); in xfce_rc_copy()
75 xfce_rc_free (XfceRc *rc) in xfce_rc_free()
79 g_slice_free (XfceRc, rc); in xfce_rc_free()
88 _xfce_rc_init (XfceRc *rc) in G_DEFINE_BOXED_TYPE()
129 XfceRc*
173 XfceRc*
199 xfce_rc_close (XfceRc *rc) in xfce_rc_close()
228 xfce_rc_flush (XfceRc *rc) in xfce_rc_flush()
[all …]
H A Dxfce-rc-config.c47 XfceRc __parent__;
48 XfceRc *save;
192 _xfce_rc_config_close (XfceRc *rc) in _xfce_rc_config_close()
203 _xfce_rc_config_flush (XfceRc *rc) in _xfce_rc_config_flush()
229 _xfce_rc_config_rollback (XfceRc *rc) in _xfce_rc_config_rollback()
239 _xfce_rc_config_is_dirty (const XfceRc *rc) in _xfce_rc_config_is_dirty()
259 _xfce_rc_config_get_groups (const XfceRc *rc) in _xfce_rc_config_get_groups()
321 _xfce_rc_config_get_group (const XfceRc *rc) in _xfce_rc_config_get_group()
331 _xfce_rc_config_has_group (const XfceRc *rc, in _xfce_rc_config_has_group()
348 _xfce_rc_config_set_group (XfceRc *rc, in _xfce_rc_config_set_group()
[all …]
H A Dxfce-rc-simple.c87 XfceRc __parent__;
630 XfceRc *rc; in _xfce_rc_simple_parse()
675 _xfce_rc_simple_close (XfceRc *rc) in _xfce_rc_simple_close()
699 _xfce_rc_simple_flush (XfceRc *rc) in _xfce_rc_simple_flush()
731 _xfce_rc_simple_rollback (XfceRc *rc) in _xfce_rc_simple_rollback()
741 _xfce_rc_simple_is_dirty (const XfceRc *rc) in _xfce_rc_simple_is_dirty()
771 _xfce_rc_simple_get_groups (const XfceRc *rc) in _xfce_rc_simple_get_groups()
895 _xfce_rc_simple_get_group (const XfceRc *rc) in _xfce_rc_simple_get_group()
908 _xfce_rc_simple_has_group (const XfceRc *rc, in _xfce_rc_simple_has_group()
928 _xfce_rc_simple_set_group (XfceRc *rc, in _xfce_rc_simple_set_group()
[all …]
H A Dxfce-kiosk.c73 XfceRc *module_rc;
88 static XfceRc *kioskrc = NULL;
/dports/x11/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.7.1/panel-plugin/
H A Dsettings.h48 void load(XfceRc* rc);
49 void save(XfceRc* rc);
77 void load(XfceRc* rc);
78 void save(XfceRc* rc);
123 void load(XfceRc* rc);
124 void save(XfceRc* rc);
173 void load(XfceRc* rc);
174 void save(XfceRc* rc);
217 void load(XfceRc* rc);
218 void save(XfceRc* rc);
H A Dsettings.cpp193 XfceRc* rc = xfce_rc_simple_open(file, true); in load()
376 void Boolean::load(XfceRc* rc) in load()
383 void Boolean::save(XfceRc* rc) in save()
413 void Integer::load(XfceRc* rc) in load()
420 void Integer::save(XfceRc* rc) in save()
449 void String::load(XfceRc* rc) in load()
456 void String::save(XfceRc* rc) in save()
532 void StringList::load(XfceRc* rc) in load()
579 void StringList::save(XfceRc* rc) in save()
626 void SearchActionList::load(XfceRc* rc) in load()
[all …]
H A Dicon-size.h66 void load(XfceRc* rc);
67 void save(XfceRc* rc);
H A Dicon-size.cpp72 void IconSize::load(XfceRc* rc) in load()
79 void IconSize::save(XfceRc* rc) in save()
H A Dcommand.h78 void load(XfceRc* rc);
79 void save(XfceRc* rc);
H A Dcommand.cpp244 void Command::load(XfceRc* rc) in load()
253 void Command::save(XfceRc* rc) in save()
/dports/sysutils/xfce4-settings/xfce4-settings-4.16.2/dialogs/mime-settings/
H A Dxfce-mime-helper.c161 XfceRc *rc) in xfce_mime_helper_new()
563 XfceRc *rc; in xfce_mime_helper_database_lookup()
668 XfceRc *rc; in xfce_mime_helper_database_get_default()
695 static XfceRc*
698 XfceRc *rc; in mimeapps_open()
730 XfceRc *rc, *desktop_file; in xfce_mime_helper_database_set_default()
965 clear_bad_entry (XfceRc *rc, in clear_bad_entry()
1012 clear_bad_entries (XfceRc *rc) in clear_bad_entries()
1138 XfceRc *rc; in xfce_mime_helper_database_set_custom()
1228 XfceRc *rc; in xfce_mime_helper_database_get_dismissed()
[all …]
/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/xfce4-session/
H A Dxfsm-legacy.h31 void xfsm_legacy_store_session (XfceRc *rc);
32 void xfsm_legacy_load_session (XfceRc *rc);
H A Dxfsm-properties.h66 XfceRc *rc,
69 XfsmProperties* xfsm_properties_load (XfceRc *rc, const gchar *prefix);
/dports/sysutils/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.5/xfce4++/util/
H A Drc.h36 XfceRc *rc;
40 Rc(XfceRc *rc);
H A Drc.cc28 Rc::Rc(XfceRc *_rc) : rc(_rc) {} in Rc()
58 XfceRc *rc = xfce_rc_simple_open(filename.c_str(), readonly); in simple_open()
/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/libxfsm/
H A Dxfsm-util.h77 XfceRc *settings_list_sessions_open_rc (void);
79 GList *settings_list_sessions (XfceRc *rc);
H A Dxfsm-util.c229 XfceRc *
232 XfceRc *rc; in settings_list_sessions_open_rc()
259 settings_list_sessions (XfceRc *rc) in settings_list_sessions()
409 XfceRc *rc; in settings_list_sessions_delete_session()
/dports/multimedia/xfce4-parole/parole-4.16.0/src/common/
H A Dparole-rc-utils.c36 XfceRc *
39 XfceRc *rc; in parole_get_resource_file()
H A Dparole-rc-utils.h34 XfceRc *parole_get_resource_file (const gchar *group,
/dports/graphics/ristretto/ristretto-0.12.1/src/
H A Dmime_db.c53 XfceRc *rc;
132 XfceRc *rc = NULL; in rstto_mime_db_new()
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dpreferences.c233 XfceRc* rc = NULL; in xfmpc_preferences_load()
234 XfceRc* _tmp0_; in xfmpc_preferences_load()
235 XfceRc* _tmp1_; in xfmpc_preferences_load()
236 XfceRc* _tmp2_; in xfmpc_preferences_load()
270 XfceRc* _tmp7_; in xfmpc_preferences_load()
310 XfceRc* rc = NULL; in xfmpc_preferences_store()
311 XfceRc* _tmp0_; in xfmpc_preferences_store()
312 XfceRc* _tmp1_; in xfmpc_preferences_store()
313 XfceRc* _tmp2_; in xfmpc_preferences_store()
378 XfceRc* _tmp17_; in xfmpc_preferences_store()
/dports/x11/libxfce4util/libxfce4util-4.16.0/
H A DNEWS152 - Fix XfceRc group parsing with brackets in name (bug #8150).
153 - Reduce XfceRc structure size from from 216 to 176 bytes.
154 - Use some macros and drop unneeded strlen's in XfceRc.
264 - Do not use GMemChunk for XfceRc due to memory leaks (Bug #2427).
265 - Fix buglet when deleting XfceRc groups.
266 - Fix invalid use of g_slice_free1() in XfceRc (Bug #2854).
/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/settings/
H A Dmain.c56 XfceRc *rc, in xfce4_session_settings_show_saved_sessions()
87 XfceRc *rc; in main()

1234