[totem/wip/hadess/trim-plugin-decl: 2/12] im-status: Simplify plugin declaration
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/trim-plugin-decl: 2/12] im-status: Simplify plugin declaration
- Date: Thu, 6 Jan 2022 12:47:01 +0000 (UTC)
commit ee5c98d5bf11f6bc116de8c2f51586e3e6d393ef
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 3 14:09:55 2021 +0100
im-status: Simplify plugin declaration
src/plugins/im-status/totem-im-status.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/plugins/im-status/totem-im-status.c b/src/plugins/im-status/totem-im-status.c
index f5f5dd359..8400b1bc1 100644
--- a/src/plugins/im-status/totem-im-status.c
+++ b/src/plugins/im-status/totem-im-status.c
@@ -41,10 +41,6 @@
#define TOTEM_TYPE_IM_STATUS_PLUGIN (totem_im_status_plugin_get_type ())
#define TOTEM_IM_STATUS_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o),
TOTEM_TYPE_IM_STATUS_PLUGIN, TotemImStatusPlugin))
-#define TOTEM_IM_STATUS_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k),
TOTEM_TYPE_IM_STATUS_PLUGIN, TotemImStatusPluginClass))
-#define TOTEM_IS_IM_STATUS_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o),
TOTEM_TYPE_IM_STATUS_PLUGIN))
-#define TOTEM_IS_IM_STATUS_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k),
TOTEM_TYPE_IM_STATUS_PLUGIN))
-#define TOTEM_IM_STATUS_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TOTEM_TYPE_IM_STATUS_PLUGIN,
TotemImStatusPluginClass))
typedef struct {
guint handler_id_fullscreen;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]