gio: Add g_file_new_build_filenamev

This commit is contained in:
Sonny Piers
2023-05-23 10:14:28 +00:00
committed by Philip Withnall
parent 9f4f8702e5
commit 0b73d72a44
4 changed files with 50 additions and 1 deletions

View File

@@ -650,6 +650,8 @@ GFile * g_file_parse_name (const char
GIO_AVAILABLE_IN_2_56
GFile * g_file_new_build_filename (const gchar *first_element,
...) G_GNUC_NULL_TERMINATED;
GIO_AVAILABLE_IN_2_78
GFile * g_file_new_build_filenamev (const gchar * const *args);
GIO_AVAILABLE_IN_ALL
GFile * g_file_dup (GFile *file);
GIO_AVAILABLE_IN_ALL