summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-module.h
diff options
context:
space:
mode:
authorAlexander van der Meij <[email protected]>2014-08-29 20:52:13 +0200
committerStefano Karapetsas <[email protected]>2014-10-27 11:23:51 +0100
commit451eef9b275ce006b270a3569d96e531e24dd15a (patch)
treec69beecbd84db9fc21479f4b0b5c2246c466d819 /libcaja-private/caja-module.h
parent2ce11c50a5f7cca914af7646cae5fb6d5362b5cf (diff)
downloadcaja-451eef9b275ce006b270a3569d96e531e24dd15a.tar.bz2
caja-451eef9b275ce006b270a3569d96e531e24dd15a.tar.xz
implementation of extension interface and status management (gsoc2014)
Diffstat (limited to 'libcaja-private/caja-module.h')
-rw-r--r--libcaja-private/caja-module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-module.h b/libcaja-private/caja-module.h
index b89cbf34..c02ad17a 100644
--- a/libcaja-private/caja-module.h
+++ b/libcaja-private/caja-module.h
@@ -37,7 +37,7 @@ extern "C" {
/* Add a type to the module interface - allows caja to add its own modules
* without putting them in separate shared libraries */
- void caja_module_add_type (GType type);
+ GObject *caja_module_add_type (GType type);
#ifdef __cplusplus
}