UDisksLinuxDevice: Don't include the parent_instance member in the docs
authorDavid Zeuthen <zeuthen@gmail.com>
Thu, 25 Oct 2012 15:33:20 +0000 (11:33 -0400)
committerDavid Zeuthen <zeuthen@gmail.com>
Thu, 25 Oct 2012 15:33:20 +0000 (11:33 -0400)
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
src/udiskslinuxdevice.h

index 67e3467..6b5512a 100644 (file)
@@ -31,7 +31,6 @@ G_BEGIN_DECLS
 
 /**
  * UDisksLinuxDevice:
- * @parent_instance: The parent instance.
  * @udev_device: A #GUdevDevice.
  * @ata_identify_device_data: 512-byte array containing the result of the IDENTIY DEVICE command or %NULL.
  * @ata_identify_packet_device_data: 512-byte array containing the result of the IDENTIY PACKET DEVICE command or %NULL.
@@ -43,8 +42,9 @@ G_BEGIN_DECLS
  */
 struct _UDisksLinuxDevice
 {
-  /*< public >*/
+  /*< private >*/
   GObject parent_instance;
+  /*< public >*/
   GUdevDevice *udev_device;
   guchar *ata_identify_device_data;
   guchar *ata_identify_packet_device_data;