diff options
author | Aleksander Morgado <aleksander@gnu.org> | 2011-09-05 21:16:23 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:19 +0100 |
commit | 51a8dc6ff3d2d92dfe1e8fc99c73ec84e4948354 (patch) | |
tree | 140ac6a4a62efad50fff19b74cfe450bfd6d0315 /src/mm-plugin-manager.h | |
parent | 03655fcf9fd34d1153d8c0f8ae9f306baf974da3 (diff) |
plugin-manager: let it be initable
Looking for plugins and loading them will be done during the object creation,
so the operation may fail and we need to report it.
Diffstat (limited to 'src/mm-plugin-manager.h')
-rw-r--r-- | src/mm-plugin-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin-manager.h b/src/mm-plugin-manager.h index c70592da..906c7ef3 100644 --- a/src/mm-plugin-manager.h +++ b/src/mm-plugin-manager.h @@ -38,6 +38,6 @@ typedef struct { GType mm_plugin_manager_get_type (void); -MMPluginManager *mm_plugin_manager_new (void); +MMPluginManager *mm_plugin_manager_new (GError **error); #endif /* MM_PLUGIN_MANAGER_H */ |