[gnome-builder/wip/libide] libide: IdeDevice is an IdeObject, not GObject



commit 1a62c554655b89b503d93fddc5cd8df13790a3dd
Author: Christian Hergert <christian hergert me>
Date:   Thu Feb 26 16:45:37 2015 -0800

    libide: IdeDevice is an IdeObject, not GObject

 libide/ide-device.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-device.h b/libide/ide-device.h
index 2d37988..91c7c8b 100644
--- a/libide/ide-device.h
+++ b/libide/ide-device.h
@@ -29,7 +29,7 @@ G_DECLARE_DERIVABLE_TYPE (IdeDevice, ide_device, IDE, DEVICE, IdeObject)
 
 struct _IdeDeviceClass
 {
-  GObjectClass parent;
+  IdeObjectClass parent;
 
   GKeyFile    *(*get_config)      (IdeDevice *device);
   const gchar *(*get_system_type) (IdeDevice *device);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]