Function
RBfind_plugin_resource
Declaration [src]
char*
rb_find_plugin_resource (
GObject* plugin,
const char* name
)
Parameters
plugin
-
Type:
GObject
The plugin object.
The data is owned by the caller of the function. name
-
Type:
const char*
Name of the file to find.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.