[totem/wip/hadess/trim-plugin-decl: 4/10] properties: Simplify plugin declaration
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/trim-plugin-decl: 4/10] properties: Simplify plugin declaration
- Date: Wed, 3 Nov 2021 13:10:17 +0000 (UTC)
commit 9f921e5f0591d86f0298bb6ea80f6dc309bc2415
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 3 14:09:55 2021 +0100
properties: Simplify plugin declaration
src/plugins/properties/totem-movie-properties.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/plugins/properties/totem-movie-properties.c b/src/plugins/properties/totem-movie-properties.c
index a86537428..44ccf46b3 100644
--- a/src/plugins/properties/totem-movie-properties.c
+++ b/src/plugins/properties/totem-movie-properties.c
@@ -43,10 +43,6 @@
#define TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN (totem_movie_properties_plugin_get_type ())
#define TOTEM_MOVIE_PROPERTIES_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o),
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN, TotemMoviePropertiesPlugin))
-#define TOTEM_MOVIE_PROPERTIES_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k),
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN, TotemMoviePropertiesPluginClass))
-#define TOTEM_IS_MOVIE_PROPERTIES_PLUGIN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o),
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN))
-#define TOTEM_IS_MOVIE_PROPERTIES_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k),
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN))
-#define TOTEM_MOVIE_PROPERTIES_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o),
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN, TotemMoviePropertiesPluginClass))
typedef struct {
GtkWidget *props;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]