Searched refs:g_get_home_dir (Results 1 – 20 of 20) sorted by relevance
156 user_prefix = g_strdup (g_get_home_dir ()); in g_local_vfs_parse_name()172 user_prefix = g_strdup (g_get_home_dir ()); in g_local_vfs_parse_name()
1288 filename = g_build_filename (g_get_home_dir (), in get_thumbnail_attributes()1297 filename = g_build_filename (g_get_home_dir (), in get_thumbnail_attributes()1578 if (strcmp (path, g_get_home_dir ()) == 0) in _g_local_file_info_get()
1978 if (g_str_has_prefix (mount_path, g_get_home_dir ()) && in g_unix_mount_guess_should_display()1979 mount_path[strlen (g_get_home_dir())] == G_DIR_SEPARATOR) in g_unix_mount_guess_should_display()
1643 g_stat (g_get_home_dir (), &home_stat); in _g_local_file_has_trash_dir()1730 homedir = g_get_home_dir (); in g_local_file_trash()
116 #define g_get_home_dir g_get_home_dir_utf8 macro122 G_CONST_RETURN gchar* g_get_home_dir (void);
1863 g_get_home_dir (void) in g_get_home_dir() function3426 #undef g_get_home_dir3429 g_get_home_dir (void) in g_get_home_dir() function
3626 #undef g_get_home_dir 3627 extern __typeof (g_get_home_dir) g_get_home_dir __attribute((alias("IA__g_get_home_dir"), visibilit…
3615 extern __typeof (g_get_home_dir) IA__g_get_home_dir __attribute((visibility("hidden")));3616 #define g_get_home_dir IA__g_get_home_dir macro
177 return filenameToString(g_get_home_dir()); in homeDirectoryPath()
189 home_dir = g_get_home_dir(); in GetHomeDir()
192 Fix g_get_tmp_dir() and g_get_home_dir() to actually return UTF-81001 * glib/gutils.c (g_get_home_dir): Remove a misleading comment.1147 * glib/gutils.c (g_get_user_data_dir): Don't call g_get_home_dir()
119 Bug 550104 – trivial documentation fix for g_get_home_dir121 * glib/gutils.c (g_get_home_dir): Fix up the docs.
439 * glib/gutils.c (g_get_home_dir): Add some motivation.1341 * glib/gutils.c (g_get_home_dir): Clarify docs. (#394687,
586 for both temp directory and home directory. g_get_home_dir() now
464 550104 trivial documentation fix for g_get_home_dir
2315 g_get_home_dir(), g_get_tmp_dir(), g_get_prgname() and g_set_prgname().
3597 (g_get_home_dir): G_CONST_RETURN
1434 g_get_home_dir
700 homedir = g_get_home_dir (); in test_info()
2378 docs of g_get_home_dir().