mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
Bug 562613 – Missing const modifier in string parameters
2009-03-03 Alexander Larsson <alexl@redhat.com> Bug 562613 – Missing const modifier in string parameters * gfileinputstream.[ch]: * gfileoutputstream.[ch]: * glocalfileinfo.[ch]: Make string arguments const if used as such. svn path=/trunk/; revision=7952
This commit is contained in:
committed by
Alexander Larsson
parent
0b9f24c1e1
commit
f891d4e04e
@@ -60,7 +60,7 @@ GFileInfo *_g_local_file_info_get (const char *basename,
|
||||
GLocalParentFileInfo *parent_info,
|
||||
GError **error);
|
||||
GFileInfo *_g_local_file_info_get_from_fd (int fd,
|
||||
char *attributes,
|
||||
const char *attributes,
|
||||
GError **error);
|
||||
char * _g_local_file_info_create_etag (GLocalFileStat *statbuf);
|
||||
gboolean _g_local_file_info_set_attribute (char *filename,
|
||||
|
Reference in New Issue
Block a user