summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_device.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2010-08-24 19:57:45 +0100
committerDaniel P. Berrange <berrange@redhat.com>2010-08-25 16:51:14 +0100
commit580af5d08777fbbd4bcb71f1e330ba4dd1c36669 (patch)
tree062ae2e269fca47567449d001a2bbcd362d416b2 /osinfo/osinfo_device.h
parentb183a0dfa4d64a3a316a49b1766cd7c03a27e106 (diff)
downloadlibosinfo-580af5d08777fbbd4bcb71f1e330ba4dd1c36669.tar.gz
Remove osinfo common module
Finally all objects are fully private and the common code module can be banished. * osinfo/osinfo_common.c, osinfo/osinfo_common.h: Delete * osinfo/Makefile.am, osinfo/osinfo.h: Remove osinfo_common.h * configure.ac: Use osinfo/osinfo_db.c in CONFIG_SRCDIR * osinfo/osinfo_dataread.c, osinfo/osinfo_db.c, osinfo/osinfo_db.h, osinfo/osinfo_device.h, osinfo/osinfo_devicelist.h, osinfo/osinfo_entity.c, osinfo/osinfo_entity.h, osinfo/osinfo_filter.c, osinfo/osinfo_hypervisor.h, osinfo/osinfo_hypervisorlist.h, osinfo/osinfo_list.h, osinfo/osinfo_os.c, osinfo/osinfo_os.h, osinfo/osinfo_oslist.h: Add the main object typedefs, previously in the common module. Rename osinfoRelationship to OsinfoOsRelationship.
Diffstat (limited to 'osinfo/osinfo_device.h')
-rw-r--r--osinfo/osinfo_device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/osinfo/osinfo_device.h b/osinfo/osinfo_device.h
index 555950a..ad88557 100644
--- a/osinfo/osinfo_device.h
+++ b/osinfo/osinfo_device.h
@@ -18,8 +18,7 @@
#define OSINFO_IS_DEVICE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), OSINFO_TYPE_DEVICE))
#define OSINFO_DEVICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), OSINFO_TYPE_DEVICE, OsinfoDeviceClass))
-//typedef struct _OsinfoDevice OsinfoDevice;
-// (defined in osinfo_objects.h)
+typedef struct _OsinfoDevice OsinfoDevice;
typedef struct _OsinfoDeviceClass OsinfoDeviceClass;