[totem/wip/hadess/trim-plugin-decl: 10/12] skipto: Simplify plugin declaration
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/trim-plugin-decl: 10/12] skipto: Simplify plugin declaration
- Date: Wed, 10 Nov 2021 09:35:37 +0000 (UTC)
commit 03c81f02379f650339c8fce07e7d054a4dcc20a9
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 3 14:09:55 2021 +0100
skipto: Simplify plugin declaration
src/plugins/skipto/totem-skipto-plugin.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/plugins/skipto/totem-skipto-plugin.c b/src/plugins/skipto/totem-skipto-plugin.c
index 5a7600f2c..834e132aa 100644
--- a/src/plugins/skipto/totem-skipto-plugin.c
+++ b/src/plugins/skipto/totem-skipto-plugin.c
@@ -40,10 +40,6 @@
#define TOTEM_TYPE_SKIPTO_PLUGIN (totem_skipto_plugin_get_type ())
#define TOTEM_SKIPTO_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TOTEM_TYPE_SKIPTO_PLUGIN,
TotemSkiptoPlugin))
-#define TOTEM_SKIPTO_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), TOTEM_TYPE_SKIPTO_PLUGIN,
TotemSkiptoPluginClass))
-#define TOTEM_IS_SKIPTO_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TOTEM_TYPE_SKIPTO_PLUGIN))
-#define TOTEM_IS_SKIPTO_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k),
TOTEM_TYPE_SKIPTO_PLUGIN))
-#define TOTEM_SKIPTO_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TOTEM_TYPE_SKIPTO_PLUGIN,
TotemSkiptoPluginClass))
typedef struct {
TotemObject *totem;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]