From d974a8b72c5bfd3b53199ec2acaf29ccc95f2e49 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 25 Oct 2012 11:33:20 -0400 Subject: [PATCH] UDisksLinuxDevice: Don't include the parent_instance member in the docs Signed-off-by: David Zeuthen --- src/udiskslinuxdevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/udiskslinuxdevice.h b/src/udiskslinuxdevice.h index 67e3467..6b5512a 100644 --- a/src/udiskslinuxdevice.h +++ b/src/udiskslinuxdevice.h @@ -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; -- 2.7.4