mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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
This commit is contained in:
committed by
Alexander Larsson
parent
01e1ab6e68
commit
ab7ff4c6a0
@@ -67,7 +67,7 @@ typedef struct _GOutputStreamPrivate GOutputStreamPrivate;
|
||||
|
||||
struct _GOutputStream
|
||||
{
|
||||
GObject parent;
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GOutputStreamPrivate *priv;
|
||||
|
Reference in New Issue
Block a user