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:
Alexander Larsson
2009-03-17 11:21:37 +00:00
committed by Alexander Larsson
parent 6cdd01bfcc
commit a3fe428081
3 changed files with 11 additions and 4 deletions

View File

@@ -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)
{