diff options
author | Alexander Larsson <alexl@redhat.com> | 2007-12-12 14:33:20 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-12-12 14:33:20 +0000 |
commit | ab7ff4c6a04a9c29e4f1e8cb3fd1f39610c58c37 (patch) | |
tree | d3fb71ecc6dc14782a5afaf1900d30df966cd959 /gio/gfileenumerator.h | |
parent | 01e1ab6e681a40b389d25ca12c3bd091f63a9b51 (diff) | |
download | glib-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/gfileenumerator.h')
-rw-r--r-- | gio/gfileenumerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gfileenumerator.h b/gio/gfileenumerator.h index 2126920c4..ffec2dd78 100644 --- a/gio/gfileenumerator.h +++ b/gio/gfileenumerator.h @@ -41,7 +41,7 @@ G_BEGIN_DECLS /** * GFileEnumerator: - * @parent: The parent class. + * @parent_instance: The parent class. * * A per matched file iterator. **/ @@ -52,7 +52,7 @@ typedef struct _GFileEnumeratorPrivate GFileEnumeratorPrivate; struct _GFileEnumerator { - GObject parent; + GObject parent_instance; /*< private >*/ GFileEnumeratorPrivate *priv; |