diff options
author | Alexander van der Meij <[email protected]> | 2014-08-29 20:52:13 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-27 11:23:51 +0100 |
commit | 451eef9b275ce006b270a3569d96e531e24dd15a (patch) | |
tree | c69beecbd84db9fc21479f4b0b5c2246c466d819 /libcaja-private/caja-module.h | |
parent | 2ce11c50a5f7cca914af7646cae5fb6d5362b5cf (diff) | |
download | caja-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.h | 2 |
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 } |