summaryrefslogtreecommitdiff
path: root/caja/engrampa-module.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:40:17 +0200
committerraveit65 <[email protected]>2021-12-11 15:59:33 +0100
commit6c55334ad9b03006686e2db6c6f6167677a2f510 (patch)
treeb558cc0ad6d97c36b449dbcb2afecb3b9002a565 /caja/engrampa-module.c
parent85909393571d91b3c267afe5341e54bfae5a6d50 (diff)
downloadengrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2
engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz
Use a blank line at most
Diffstat (limited to 'caja/engrampa-module.c')
-rw-r--r--caja/engrampa-module.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/caja/engrampa-module.c b/caja/engrampa-module.c
index cda7e43..42b0b3b 100644
--- a/caja/engrampa-module.c
+++ b/caja/engrampa-module.c
@@ -27,7 +27,6 @@
#include <glib/gi18n-lib.h>
#include "caja-engrampa.h"
-
void
caja_module_initialize (GTypeModule*module)
{
@@ -37,13 +36,11 @@ caja_module_initialize (GTypeModule*module)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
}
-
void
caja_module_shutdown (void)
{
}
-
void
caja_module_list_types (const GType **types,
int *num_types)