[totem/wip/hadess/trim-plugin-decl: 7/12] save-file: Simplify plugin declaration
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/trim-plugin-decl: 7/12] save-file: Simplify plugin declaration
- Date: Wed, 10 Nov 2021 09:35:37 +0000 (UTC)
commit 5e5ec363ca15e73b24ac8e8fe9c680a45fb7f2b3
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 3 14:09:55 2021 +0100
save-file: Simplify plugin declaration
src/plugins/save-file/totem-save-file.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/plugins/save-file/totem-save-file.c b/src/plugins/save-file/totem-save-file.c
index eb2ec67f5..7c80902c1 100644
--- a/src/plugins/save-file/totem-save-file.c
+++ b/src/plugins/save-file/totem-save-file.c
@@ -36,10 +36,6 @@
#define TOTEM_TYPE_SAVE_FILE_PLUGIN (totem_save_file_plugin_get_type ())
#define TOTEM_SAVE_FILE_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o),
TOTEM_TYPE_SAVE_FILE_PLUGIN, TotemSaveFilePlugin))
-#define TOTEM_SAVE_FILE_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), TOTEM_TYPE_SAVE_FILE_PLUGIN,
TotemSaveFilePluginClass))
-#define TOTEM_IS_SAVE_FILE_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TOTEM_TYPE_SAVE_FILE_PLUGIN))
-#define TOTEM_IS_SAVE_FILE_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TOTEM_TYPE_SAVE_FILE_PLUGIN))
-#define TOTEM_SAVE_FILE_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TOTEM_TYPE_SAVE_FILE_PLUGIN,
TotemSaveFilePluginClass))
typedef struct {
TotemObject *totem;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]