mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
gio: Add g_file_new_build_filenamev
This commit is contained in:
committed by
Philip Withnall
parent
9f4f8702e5
commit
0b73d72a44
@@ -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
|
||||
|
Reference in New Issue
Block a user