[vinagre/plugin] Fix correct name of plugin macros



commit 7e6f6b09494e0f05909791a63394f1391d616058
Author: Jorge Pereira <jpereira gnome org>
Date:   Sun Jul 26 20:59:18 2009 -0300

    Fix correct name of plugin macros

 plugins/vnc/vinagre-vnc-plugin.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/plugins/vnc/vinagre-vnc-plugin.h b/plugins/vnc/vinagre-vnc-plugin.h
index 7235884..ac0d5ff 100644
--- a/plugins/vnc/vinagre-vnc-plugin.h
+++ b/plugins/vnc/vinagre-vnc-plugin.h
@@ -30,12 +30,12 @@ G_BEGIN_DECLS
 /*
  * Type checking and casting macros
  */
-#define VINAGRE_TYPE_SORT_PLUGIN		(vinagre_vnc_plugin_get_type ())
-#define VINAGRE_SORT_PLUGIN(o)			(G_TYPE_CHECK_INSTANCE_CAST ((o), VINAGRE_TYPE_SORT_PLUGIN, VinagreVncPlugin))
-#define VINAGRE_SORT_PLUGIN_CLASS(k)		(G_TYPE_CHECK_CLASS_CAST((k), VINAGRE_TYPE_SORT_PLUGIN, VinagreVncPluginClass))
-#define VINAGRE_IS_SORT_PLUGIN(o)		(G_TYPE_CHECK_INSTANCE_TYPE ((o), VINAGRE_TYPE_SORT_PLUGIN))
-#define VINAGRE_IS_SORT_PLUGIN_CLASS(k)		(G_TYPE_CHECK_CLASS_TYPE ((k), VINAGRE_TYPE_SORT_PLUGIN))
-#define VINAGRE_SORT_PLUGIN_GET_CLASS(o)	(G_TYPE_INSTANCE_GET_CLASS ((o), VINAGRE_TYPE_SORT_PLUGIN, VinagreVncPluginClass))
+#define VINAGRE_TYPE_VNC_PLUGIN                 (vinagre_vnc_plugin_get_type ())
+#define VINAGRE_VNC_PLUGIN(o)                   (G_TYPE_CHECK_INSTANCE_CAST ((o), VINAGRE_TYPE_VNC_PLUGIN, VinagreVncPlugin))
+#define VINAGRE_VNC_PLUGIN_CLASS(k)             (G_TYPE_CHECK_CLASS_CAST((k), VINAGRE_TYPE_VNC_PLUGIN, VinagreVncPluginClass))
+#define VINAGRE_IS_VNC_PLUGIN(o)                (G_TYPE_CHECK_INSTANCE_TYPE ((o), VINAGRE_TYPE_VNC_PLUGIN))
+#define VINAGRE_IS_VNC_PLUGIN_CLASS(k)          (G_TYPE_CHECK_CLASS_TYPE ((k), VINAGRE_TYPE_VNC_PLUGIN))
+#define VINAGRE_VNC_PLUGIN_GET_CLASS(o)         (G_TYPE_INSTANCE_GET_CLASS ((o), VINAGRE_TYPE_VNC_PLUGIN, VinagreVncPluginClass))
 
 /* Private structure type */
 typedef struct _VinagreVncPluginPrivate	VinagreVncPluginPrivate;



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