Instance.extensionData
const(void) * extensionData(const(char) * uri) @nogc nothrowGet extension data from the plugin instance. Real-time safe. The type and semantics of the data returned is specific to the particular extension.
Parameters
uri | URI (zero terminated C string) |
Returns
Extension data which must not be modified or freed
const(void) * extensionData(string uri) nothrowGet extension data from the plugin instance. NOT real-time safe (may allocate). The type and semantics of the data returned is specific to the particular extension.
Parameters
uri | URI string |
Returns
Extension data which must not be modified or freed