mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Rename all struct members named: read, write, close, truncate, or mount to
2007-12-05 Alexander Larsson <alexl@redhat.com> * gbufferedinputstream.c: * gbufferedoutputstream.c: * gdrive.[ch]: * gfile.[ch]: * gfileenumerator.[ch]: * gfileinputstream.c: * gfileoutputstream.[ch]: * gfilterinputstream.c: * gfilteroutputstream.c: * ginputstream.[ch]: * glocalfile.c: * glocalfileenumerator.c: * glocalfileinputstream.c: * glocalfileoutputstream.c: * gmemoryinputstream.c: * gmemoryoutputstream.c: * goutputstream.[ch]: * gseekable.[ch]: * gunixdrive.c: * gunixinputstream.c: * gunixoutputstream.c: Rename all struct members named: read, write, close, truncate, or mount to foo_fn, as these are reserved names and could be defined as macros in libc. (#501645) svn path=/trunk/; revision=6048
This commit is contained in:
committed by
Alexander Larsson
parent
a8a42c8b15
commit
2c362b7f9e
@@ -1815,7 +1815,7 @@ g_local_file_file_iface_init (GFileIface *iface)
|
||||
iface->query_writable_namespaces = g_local_file_query_writable_namespaces;
|
||||
iface->set_attribute = g_local_file_set_attribute;
|
||||
iface->set_attributes_from_info = g_local_file_set_attributes_from_info;
|
||||
iface->read = g_local_file_read;
|
||||
iface->read_fn = g_local_file_read;
|
||||
iface->append_to = g_local_file_append_to;
|
||||
iface->create = g_local_file_create;
|
||||
iface->replace = g_local_file_replace;
|
||||
|
Reference in New Issue
Block a user