summaryrefslogtreecommitdiff
path: root/gio/gfileinputstream.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-12-12 14:33:20 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-12-12 14:33:20 +0000
commitab7ff4c6a04a9c29e4f1e8cb3fd1f39610c58c37 (patch)
treed3fb71ecc6dc14782a5afaf1900d30df966cd959 /gio/gfileinputstream.h
parent01e1ab6e681a40b389d25ca12c3bd091f63a9b51 (diff)
downloadglib-ab7ff4c6a04a9c29e4f1e8cb3fd1f39610c58c37.tar.gz
s/parent/parent_instance/ in GObjects
2007-12-12 Alexander Larsson <alexl@redhat.com> * gbufferedinputstream.h: * gbufferedoutputstream.h: * gdatainputstream.h: * gdataoutputstream.h: * gdirectorymonitor.h: * gfileenumerator.h: * gfileinputstream.h: * gfilemonitor.h: * gfileoutputstream.h: * gfilterinputstream.h: * gfilteroutputstream.h: * ginputstream.h: * glocalfileinputstream.h: * glocalfileoutputstream.h: * gmemoryinputstream.h: * gmemoryoutputstream.h: * gnativevolumemonitor.h: * goutputstream.h: * gunixinputstream.h: * gunixoutputstream.h: * gvfs.h: * gvolumemonitor.h: s/parent/parent_instance/ in GObjects svn path=/trunk/; revision=6102
Diffstat (limited to 'gio/gfileinputstream.h')
-rw-r--r--gio/gfileinputstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfileinputstream.h b/gio/gfileinputstream.h
index c737f4f5b..77e7f9f8d 100644
--- a/gio/gfileinputstream.h
+++ b/gio/gfileinputstream.h
@@ -49,7 +49,7 @@ typedef struct _GFileInputStreamPrivate GFileInputStreamPrivate;
struct _GFileInputStream
{
- GInputStream parent;
+ GInputStream parent_instance;
/*< private >*/
GFileInputStreamPrivate *priv;