mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +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
@@ -40,7 +40,7 @@ G_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* GVolumeMonitor:
|
||||
* @parent: The parent class.
|
||||
* @parent_instance: The parent instance.
|
||||
*
|
||||
* A Volume Monitor that watches for volume events.
|
||||
**/
|
||||
@@ -48,7 +48,7 @@ typedef struct _GVolumeMonitor GVolumeMonitor;
|
||||
typedef struct _GVolumeMonitorClass GVolumeMonitorClass;
|
||||
|
||||
struct _GVolumeMonitor {
|
||||
GObject parent;
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
gpointer priv;
|
||||
|
Reference in New Issue
Block a user