diff options
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 } |