mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
File attribute renames: std:: -> standard:: fs:: -> filesystem:: id::fs ->
2007-12-20 Alexander Larsson <alexl@redhat.com> * gfile.c: * gfileattribute.c: * gfileinfo.c: * gfileinfo.h: * gfilenamecompleter.c: * glocalfile.c: * glocalfileinfo.c: * gpollfilemonitor.c: File attribute renames: std:: -> standard:: fs:: -> filesystem:: id::fs -> id::filesystem svn path=/trunk/; revision=6170
This commit is contained in:
committed by
Alexander Larsson
parent
33c055feb1
commit
71768c8426
@@ -318,7 +318,7 @@ schedule_load_basenames (GFilenameCompleter *completer,
|
||||
completer->basename_loader = data;
|
||||
|
||||
g_file_enumerate_children_async (dir,
|
||||
G_FILE_ATTRIBUTE_STD_NAME "," G_FILE_ATTRIBUTE_STD_TYPE,
|
||||
G_FILE_ATTRIBUTE_STANDARD_NAME "," G_FILE_ATTRIBUTE_STANDARD_TYPE,
|
||||
0, 0,
|
||||
data->cancellable,
|
||||
got_enum, data);
|
||||
|
Reference in New Issue
Block a user