Returns the list of the names of all the loaded plugins, or an array containing a single %NULL element if there is no plugin currently loaded.
Please note that the returned array is a newly allocated one: you will need to free it using g_strfreev().
A newly-allocated %NULL-terminated array of strings.
See Implementation
Returns the list of the names of all the loaded plugins, or an array containing a single %NULL element if there is no plugin currently loaded.
Please note that the returned array is a newly allocated one: you will need to free it using g_strfreev().