mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
fix attributes argument of query_info methods to be "const char *".
2009-03-17 Alexander Larsson <alexl@redhat.com> * glocalfileinputstream.c: * glocalfileoutputstream.c: fix attributes argument of query_info methods to be "const char *". svn path=/trunk/; revision=8000
This commit is contained in:
committed by
Alexander Larsson
parent
6cdd01bfcc
commit
a3fe428081
@@ -71,7 +71,7 @@ static gboolean g_local_file_input_stream_seek (GFileInputStream *strea
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
static GFileInfo *g_local_file_input_stream_query_info (GFileInputStream *stream,
|
||||
char *attributes,
|
||||
const char *attributes,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
@@ -319,7 +319,7 @@ g_local_file_input_stream_seek (GFileInputStream *stream,
|
||||
|
||||
static GFileInfo *
|
||||
g_local_file_input_stream_query_info (GFileInputStream *stream,
|
||||
char *attributes,
|
||||
const char *attributes,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
{
|
||||
|
Reference in New Issue
Block a user