Possibility to add 2 plugins with same type name.



It is possible to add 2 plugins containing same type name (which is marked by -fvisbility=hidden) via g_module_open ?

For example, I have an GObject Interface, and compile it as -fvisibiliy=hidden to 2 shared libraries. It is possible to use this shared libraries both in same time via g_module_open?

Or I will see:
GLib-GObject-WARNING **: cannot register existing type


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]