diff options
Diffstat (limited to 'plugins/fullscreen/eom-fullscreen-plugin.h')
-rw-r--r-- | plugins/fullscreen/eom-fullscreen-plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/fullscreen/eom-fullscreen-plugin.h b/plugins/fullscreen/eom-fullscreen-plugin.h index defe3b5..17db056 100644 --- a/plugins/fullscreen/eom-fullscreen-plugin.h +++ b/plugins/fullscreen/eom-fullscreen-plugin.h @@ -47,10 +47,10 @@ struct _EomFullscreenPluginClass { /* * Public methods */ -GType eom_fullscreen_plugin_get_type(void) G_GNUC_CONST; +GType eom_fullscreen_plugin_get_type (void) G_GNUC_CONST; /* All the plugins must implement this function */ -G_MODULE_EXPORT GType register_eom_plugin(GTypeModule* module); +G_MODULE_EXPORT GType register_eom_plugin (GTypeModule* module); G_END_DECLS |