s/parent/parent_instance/ in GObjects
[platform/upstream/glib.git] / gio / gvfs.h
index 21219af..3abc9b4 100644 (file)
@@ -44,7 +44,7 @@ typedef struct _GVfs         GVfs; /* Dummy typedef */
 typedef struct _GVfsClass    GVfsClass;
 
 struct _GVfs {
-  GObject parent;
+  GObject parent_instance;
 };
 
 struct _GVfsClass