X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/90b53df329f9a114770dccab6b7e41f9094dfac9..b46bbe4f64a68fdec38675690f9576c2cbdf4cd3:/src/module.h diff --git a/src/module.h b/src/module.h index 103bf26..7372bfb 100644 --- a/src/module.h +++ b/src/module.h @@ -32,4 +32,6 @@ UPkgModule *upkg_module_new(const char *name); int module_init(void); int module_exit(void); +GType module_get_class(const char *package, const char *class); + #endif