[gnome-commander] noop: code cleanup (gnome_cmd_profile_component_get_type() -> GNOME_CMD_TYPE_PROFILE_COMPONENT)



commit 7e51eda6eb0c38309e30e3ea6293f885d07872d6
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Jan 29 23:20:47 2011 +0100

    noop: code cleanup (gnome_cmd_profile_component_get_type() -> GNOME_CMD_TYPE_PROFILE_COMPONENT)

 src/gnome-cmd-profile-component.h |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-cmd-profile-component.h b/src/gnome-cmd-profile-component.h
index 0eb10d5..48a801e 100644
--- a/src/gnome-cmd-profile-component.h
+++ b/src/gnome-cmd-profile-component.h
@@ -22,9 +22,12 @@
 
 #include "gnome-cmd-data.h"
 
-#define GNOME_CMD_TYPE_PROFILE_COMPONENT          (gnome_cmd_profile_component_get_type())
-#define GNOME_CMD_PROFILE_COMPONENT(obj)          (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNOME_CMD_TYPE_PROFILE_COMPONENT, GnomeCmdProfileComponent))
-#define GNOME_CMD_IS_PROFILE_COMPONENT(obj)       (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNOME_CMD_TYPE_PROFILE_COMPONENT)
+#define GNOME_CMD_TYPE_PROFILE_COMPONENT              (gnome_cmd_profile_component_get_type ())
+#define GNOME_CMD_PROFILE_COMPONENT(obj)              (G_TYPE_CHECK_INSTANCE_CAST((obj), GNOME_CMD_TYPE_PROFILE_COMPONENT, GnomeCmdProfileComponent))
+#define GNOME_CMD_PROFILE_COMPONENT_CLASS(klass)      (G_TYPE_CHECK_CLASS_CAST((klass), GNOME_CMD_TYPE_PROFILE_COMPONENT, GnomeCmdProfileComponentClass))
+#define GNOME_CMD_IS_PROFILE_COMPONENT(obj)           (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNOME_CMD_TYPE_PROFILE_COMPONENT))
+#define GNOME_CMD_IS_PROFILE_COMPONENT_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GNOME_CMD_TYPE_PROFILE_COMPONENT))
+#define GNOME_CMD_PROFILE_COMPONENT_GET_CLASS(obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), GNOME_CMD_TYPE_PROFILE_COMPONENT, GnomeCmdProfileComponentClass))
 
 
 GType gnome_cmd_profile_component_get_type ();



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