George Kiagiadakis
|
b6d1df6d68
|
plugin: remove WP_PLUGIN_DEFINE_TYPE - bad idea
|
2019-04-23 16:30:36 +03:00 |
|
George Kiagiadakis
|
4fcdb931be
|
proxy/plugin: hold a pointer to the core instead of the respective registry
This makes it more intuitive to get other attached interfaces
from the core
|
2019-04-22 17:48:02 +03:00 |
|
George Kiagiadakis
|
ce43cf5f0c
|
refactoring around the registries
* make the registries available as dynamic interfaces of the core
* improve a bit the C API of WpObject & WpInterfaceImpl
|
2019-04-17 19:09:39 +03:00 |
|
George Kiagiadakis
|
fad4682df6
|
lib: move gtype out of WpPluginMetadata and simplify plugin macros
the GType cannot be in statically allocated data,
since it's not known at compile time
|
2019-04-16 18:14:59 +03:00 |
|
George Kiagiadakis
|
6f6e2b0e3e
|
lib: implement plugin mechanism and a basic proxy object
|
2019-04-12 12:37:36 +03:00 |
|