Home
last modified time | relevance | path

Searched refs:g_build_path (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_file_manager.c66 remminadir = g_build_path("/", g_get_home_dir(), dir, NULL); in remmina_file_get_datadir()
71 remminadir = g_build_path("/", g_get_user_data_dir(), "remmina", NULL); in remmina_file_get_datadir()
79 remminadir = g_build_path("/", dirs[i], "remmina", NULL); in remmina_file_get_datadir()
85 remminadir = g_build_path("/", g_get_user_data_dir(), "remmina", NULL); in remmina_file_get_datadir()
115 cachedir = g_build_path("/", g_get_user_cache_dir(), "remmina", NULL); in remmina_file_manager_init()
119 remminadir = g_build_path("/", g_get_home_dir(), legacy, NULL); in remmina_file_manager_init()
124 g_build_path("/", remminadir, filename, NULL), in remmina_file_manager_init()
125 g_build_path("/", g_get_user_data_dir(), in remmina_file_manager_init()
134 remminadir = g_build_path("/", dirs[i], "remmina", NULL); in remmina_file_manager_init()
139 g_build_path("/", remminadir, filename, NULL), in remmina_file_manager_init()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgfileutils.inc62 …function g_build_path(separator:Pgchar; first_element:Pgchar; args:array of const):Pgchar;cdecl;ov…
63 …function g_build_path(separator:Pgchar; first_element:Pgchar):Pgchar;cdecl;overload;varargs;extern…
67 …function g_build_path(separator:Pgchar; first_element:Pgchar):Pgchar;varargs;cdecl;external glibli…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgfileutils.inc62 …function g_build_path(separator:Pgchar; first_element:Pgchar; args:array of const):Pgchar;cdecl;ov…
63 …function g_build_path(separator:Pgchar; first_element:Pgchar):Pgchar;cdecl;overload;varargs;extern…
67 …function g_build_path(separator:Pgchar; first_element:Pgchar):Pgchar;varargs;cdecl;external glibli…
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dfileutils.c74 check_string (g_build_path ("", "", NULL), ""); in test_build_path()
75 check_string (g_build_path ("", "x", NULL), "x"); in test_build_path()
76 check_string (g_build_path ("", "x", "y", NULL), "xy"); in test_build_path()
80 check_string (g_build_path (":", ":", NULL), ":"); in test_build_path()
81 check_string (g_build_path (":", ":x", NULL), ":x"); in test_build_path()
82 check_string (g_build_path (":", "x:", NULL), "x:"); in test_build_path()
83 check_string (g_build_path (":", "", "x", NULL), "x"); in test_build_path()
84 check_string (g_build_path (":", "", ":x", NULL), ":x"); in test_build_path()
87 check_string (g_build_path (":", "x", "", NULL), "x"); in test_build_path()
104 check_string (g_build_path ("::", "::", NULL), "::"); in test_build_path()
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/thunderbolt/
H A Dbolt-names.c41 return g_build_path ("/", "/", base, id, NULL); in bolt_gen_object_path()
43 return g_build_path ("/", "/", base, NULL); in bolt_gen_object_path()
45 return g_build_path ("/", "/", id, NULL); in bolt_gen_object_path()
/dports/sysutils/tracker/tracker-2.3.4/tests/libtracker-data/
H A Dtracker-backup-test.c117 data_prefix = g_build_path (G_DIR_SEPARATOR_S, in test_backup_and_restore_helper()
121 ontologies = g_build_path (G_DIR_SEPARATOR_S, in test_backup_and_restore_helper()
172 meta_db = g_build_path (G_DIR_SEPARATOR_S, db_location, "meta.db", NULL); in test_backup_and_restore_helper()
178 meta_db = g_build_path (G_DIR_SEPARATOR_S, db_location, "data", "tracker-store.journal", NULL); in test_backup_and_restore_helper()
182 …meta_db = g_build_path (G_DIR_SEPARATOR_S, db_location, "data", "tracker-store.ontology.journal", … in test_backup_and_restore_helper()
188 meta_db = g_build_path (G_DIR_SEPARATOR_S, db_location, "data", ".meta.isrunning", NULL); in test_backup_and_restore_helper()
243 info->data_location = g_build_path (G_DIR_SEPARATOR_S, tests_data_dir, basename, NULL); in setup()
/dports/editors/gummi/gummi-0.8.1/src/
H A Dconstants.h115 #define C_GUMMI_CONFDIR g_build_path (G_DIR_SEPARATOR_S, g_get_user_config_dir(), "gummi", NULL)
116 #define C_GUMMI_TEMPLATEDIR g_build_path (G_DIR_SEPARATOR_S, C_GUMMI_CONFDIR, "templates", NULL)
140 #define C_TMPDIR g_build_path(G_DIR_SEPARATOR_S, g_get_user_cache_dir(), "gummi", NULL)
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/debugger/src/
H A Dgui.c37 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_button()
75 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in create_toggle_button()
92 gchar *path = g_build_path(G_DIR_SEPARATOR_S, DBGPLUG_DATA_DIR, icon, NULL); in set_button_image()

12345678910>>...36