Home
last modified time | relevance | path

Searched refs:g_get_home_dir (Results 1 – 25 of 1487) sorted by relevance

12345678910>>...60

/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-emblem-utils.c274 dir = g_build_filename (g_get_home_dir (), in caja_emblem_install_custom_emblem()
277 stat_dir = g_build_filename (g_get_home_dir (), in caja_emblem_install_custom_emblem()
357 g_get_home_dir (), keyword); in caja_emblem_can_remove_emblem()
376 g_get_home_dir (), keyword); in caja_emblem_can_rename_emblem()
397 g_get_home_dir ()); in caja_emblem_remove_emblem()
399 g_get_home_dir ()); in caja_emblem_remove_emblem()
451 g_get_home_dir ()); in caja_emblem_rename_emblem()
453 g_get_home_dir ()); in caja_emblem_rename_emblem()
H A Dcaja-file-utilities.c275 dir.path = g_build_filename (g_get_home_dir (), unescaped, NULL); in parse_xdg_dirs()
443 if (strcmp (cached_xdg_dirs[i].path, g_get_home_dir ()) != 0) in update_xdg_dir_cache()
493 return g_build_filename (g_get_home_dir (), DESKTOP_DIRECTORY_NAME, NULL); in caja_get_xdg_dir()
497 return g_build_filename (g_get_home_dir (), "Templates", NULL); in caja_get_xdg_dir()
500 return g_strdup (g_get_home_dir ()); in caja_get_xdg_dir()
508 return g_strdup (g_get_home_dir()); in get_desktop_path()
586 return g_filename_to_uri (g_get_home_dir (), NULL, NULL); in caja_get_home_directory_uri()
597 res = strcmp (dir, g_get_home_dir ()) != 0; in caja_should_use_templates_directory()
689 dirname = g_path_get_dirname (g_get_home_dir ()); in caja_is_home_directory_file()
692 home_dir_filename = g_path_get_basename (g_get_home_dir ()); in caja_is_home_directory_file()
[all …]
/dports/deskutils/genius/genius-1.0.27/src/
H A Dplugin.c123 dir_name = g_build_filename (g_get_home_dir (), in gel_read_plugin_list()
245 path = g_build_filename (g_get_home_dir (), in gel_save_plugins()
248 path = g_build_filename (g_get_home_dir (), in gel_save_plugins()
298 path = g_build_filename (g_get_home_dir (), in gel_restore_plugins()
302 path = g_build_filename (g_get_home_dir (), in gel_restore_plugins()
306 path = g_build_filename (g_get_home_dir (), in gel_restore_plugins()
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/savers/
H A Dslideshow.c91 g_chdir (g_get_home_dir ()); in main()
106 strcmp (location, g_get_home_dir ()) == 0) in main()
109 location = g_build_filename (g_get_home_dir (), "Pictures", NULL); in main()
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/savers/
H A Dslideshow.c87 g_chdir (g_get_home_dir ()); in main()
101 strcmp (location, g_get_home_dir ()) == 0) { in main()
103 location = g_build_filename (g_get_home_dir (), "Pictures", NULL); in main()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_dirs.c96 user_config_dir = g_build_filename (g_get_home_dir (), in gsb_dirs_init()
98 user_data_dir = g_build_filename (g_get_home_dir (), in gsb_dirs_init()
100 user_default_dir = g_strdup (g_get_home_dir()); in gsb_dirs_init()
139 user_default_dir = g_strdup (g_get_home_dir()); in gsb_dirs_init()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dtrash.c51 g_assert_cmpint (g_stat (g_get_home_dir (), &home_stat), ==, 0); in test_trash_not_supported()
53 g_get_home_dir (), (guint64) home_stat.st_dev); in test_trash_not_supported()
110 target = g_build_filename (g_get_home_dir (), ".local", NULL); in test_trash_symlinks()
161 g_file_make_symbolic_link (symlink, g_get_home_dir (), NULL, &error); in test_trash_symlinks()
/dports/mail/balsa/balsa-2.5.1/libinit_balsa/
H A Dassistant_init.c72 address_book = g_build_filename(g_get_home_dir(), "GnomeCard.gcrd", NULL); in balsa_initdruid_apply()
78 address_book = g_build_filename(g_get_home_dir(), in balsa_initdruid_apply()
87 address_book = g_build_filename(g_get_home_dir(), in balsa_initdruid_apply()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/io/
H A Dide-path.c64 ret = g_build_filename (g_get_home_dir (), freeme, NULL); in ide_path_expand()
93 if (g_str_has_prefix (expanded, g_get_home_dir ())) in ide_path_collapse()
95 expanded + strlen (g_get_home_dir ()), in ide_path_collapse()
/dports/x11-wm/emerald/emerald-0.8.8/libengine/
H A Demerald.c26 gchar * opath = g_strdup_printf("%s/.emerald/theme",g_get_home_dir()); in copy_from_defaults_if_needed()
31 opath = g_strdup_printf("%s/.emerald/settings.ini",g_get_home_dir()); in copy_from_defaults_if_needed()
41 opath = g_strdup_printf("%s/.emerald/theme/theme.ini",g_get_home_dir()); in copy_from_defaults_if_needed()
52 gchar * npath = g_strdup_printf("%s/.emerald/theme/%s",g_get_home_dir(),n); in copy_from_defaults_if_needed()
69 return g_strdup_printf("%s/.emerald/theme/%s.%s.%s",g_get_home_dir(),sect,key,ext); in make_filename()
/dports/x11-themes/lxappearance/lxappearance-0.6.3/src/
H A Dlxappearance.c122 fpath = g_build_filename(g_get_home_dir(), ".icons", cursor_theme, in verify_cursor_theme()
158 dir_path = g_build_filename(g_get_home_dir(), ".icons/default", NULL); in save_cursor_theme_name()
253 if (g_str_has_prefix(gtkrc_files[0], g_get_home_dir())) in lxappearance_save_gtkrc()
261 g_debug("none found, use hardcoded %s/.gtkrc-2.0",g_get_home_dir()); in lxappearance_save_gtkrc()
262 file_path = g_build_filename(g_get_home_dir(), ".gtkrc-2.0", NULL); in lxappearance_save_gtkrc()
272 g_get_home_dir()); in lxappearance_save_gtkrc()
561 char* fpath = g_build_filename(g_get_home_dir(), ".icons/default/index.theme", NULL); in settings_init()
609 char* gtkrc_file = g_build_filename(g_get_home_dir(), ".gtkrc-2.0", NULL); in settings_init()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/flatpak/
H A Dgbp-flatpak-aux.c72 cache_dir = g_build_filename (g_get_home_dir (), ".cache", NULL); in gbp_flatpak_aux_init()
73 data_dir = g_build_filename (g_get_home_dir (), ".local", "share", NULL); in gbp_flatpak_aux_init()
124 user2 = g_file_new_build_filename (g_get_home_dir (), ".fonts", NULL); in gbp_flatpak_aux_init()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-file-utilities.c118 home_file = g_file_new_for_path (g_get_home_dir ()); in nemo_compute_search_title_for_location()
448 if (strcmp (cached_xdg_dirs[i].path, g_get_home_dir ()) != 0) { in update_xdg_dir_cache()
492 return g_build_filename (g_get_home_dir (), "Templates", NULL); in nemo_get_xdg_dir()
495 return g_strdup (g_get_home_dir ()); in nemo_get_xdg_dir()
502 return g_strdup (g_get_home_dir()); in get_desktop_path()
589 return g_filename_to_uri (g_get_home_dir (), NULL, NULL); in nemo_get_home_directory_uri()
600 res = strcmp (dir, g_get_home_dir ()) != 0; in nemo_should_use_templates_directory()
703 dirname = g_path_get_dirname (g_get_home_dir ()); in nemo_is_home_directory_file()
706 home_dir_filename = g_path_get_basename (g_get_home_dir ()); in nemo_is_home_directory_file()
719 home_dir = g_file_new_for_path (g_get_home_dir ()); in nemo_is_home_directory()
[all …]
/dports/www/gnome-user-share/gnome-user-share-3.14.0/src/
H A Duser_share-common.c38 if (special_dir != NULL && strcmp (special_dir, g_get_home_dir ()) != 0) { in lookup_special_dir()
44 dir = g_build_filename (g_get_home_dir (), name, NULL); in lookup_special_dir()
/dports/comms/libticables2/libticables2-1.3.5/src/
H A Dlog_nsp.c47 ifn = g_strconcat(g_get_home_dir(), G_DIR_SEPARATOR_S, LOG_DIR, G_DIR_SEPARATOR_S, HEX_FILE, NULL); in log_nsp_start()
48 …ofn = g_strconcat(g_get_home_dir(), G_DIR_SEPARATOR_S, LOG_DIR, G_DIR_SEPARATOR_S, LOG_NSP_FILE, N… in log_nsp_start()
H A Dlog_dbus.c47 ifn = g_strconcat(g_get_home_dir(), G_DIR_SEPARATOR_S, LOG_DIR, G_DIR_SEPARATOR_S, HEX_FILE, NULL); in log_dbus_start()
48 …ofn = g_strconcat(g_get_home_dir(), G_DIR_SEPARATOR_S, LOG_DIR, G_DIR_SEPARATOR_S, LOG_DBUS_FILE, … in log_dbus_start()
H A Dlog_dusb.c47 ifn = g_strconcat(g_get_home_dir(), G_DIR_SEPARATOR_S, LOG_DIR, G_DIR_SEPARATOR_S, HEX_FILE, NULL); in log_dusb_start()
48 …ofn = g_strconcat(g_get_home_dir(), G_DIR_SEPARATOR_S, LOG_DIR, G_DIR_SEPARATOR_S, LOG_DUSB_FILE, … in log_dusb_start()
/dports/net/liferea/liferea-1.12.7/src/fl_sources/
H A Ddefault_source.c74 gchar *filename14 = g_strdup_printf ("%s/.liferea_1.4/feedlist.opml", g_get_home_dir ()); in default_source_import()
75 gchar *filename16 = g_strdup_printf ("%s/.liferea_1.6/feedlist.opml", g_get_home_dir ()); in default_source_import()
76 gchar *filename18 = g_strdup_printf ("%s/.liferea_1.8/feedlist.opml", g_get_home_dir ()); in default_source_import()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dglocalvfs.c161 user_prefix = g_strdup (g_get_home_dir ()); in g_local_vfs_parse_name()
175 user_prefix = g_strdup (g_get_home_dir ()); in g_local_vfs_parse_name()
180 user_prefix = g_strdup (g_get_home_dir ()); in g_local_vfs_parse_name()
/dports/audio/gvolwheel/gvolwheel-1.0.3/src/
H A Dconf.c30 config_filename = g_build_filename(g_get_home_dir(), in load_config()
51 gchar *config_filename = g_build_filename(g_get_home_dir(), in save_config()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Duae_host.cpp46 printf("... %s\n", g_build_filename(g_get_home_dir(), src, NULL)); in uae_expand_path()
47 return g_build_filename(g_get_home_dir(), src, NULL); in uae_expand_path()
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dfile_autosave.c120 gchar *path, *dir = g_strconcat(g_get_home_dir(), "/." PACKAGE "/autosave/", NULL); in create_autosave_path()
151 gchar *path = g_strdup_printf("%s/." PACKAGE "/autosave_journal.%d", g_get_home_dir(), getpid()); in autosave_save_journal()
382 dir = g_strconcat(g_get_home_dir(), "/." PACKAGE "/autosave/", NULL); in autosave_cleanup_old_autosaves()
420 dir = g_strconcat(g_get_home_dir(), "/." PACKAGE "/autosave/", NULL);
426 dir = g_strconcat(g_get_home_dir(), "/." PACKAGE "/", NULL);
492 gchar *path = g_strdup_printf("%s/." PACKAGE "/autosave_journal.%d", g_get_home_dir(), getpid());
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/projects/
H A Dide-projects-global.c91 projects = g_build_filename (g_get_home_dir (), "Projects", NULL); in ide_get_projects_dir()
105 translated = g_build_filename (g_get_home_dir (), _("Projects"), NULL); in ide_get_projects_dir()
/dports/textproc/sdcv/sdcv-0.5.2/src/
H A Dreadline.cpp73 … const std::string histname = std::string(g_get_home_dir()) + G_DIR_SEPARATOR + ".sdcv_history"; in real_readline()
79 … const std::string histname = std::string(g_get_home_dir()) + G_DIR_SEPARATOR + ".sdcv_history"; in ~real_readline()
/dports/comms/grig/grig-77ab785/src/
H A Dcompat.c151 dir = g_strconcat (g_get_home_dir(), G_DIR_SEPARATOR_S, in get_conf_dir()
156 dir = g_strconcat (g_get_home_dir(), G_DIR_SEPARATOR_S, in get_conf_dir()

12345678910>>...60