| libMirage Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <mirage.h>
MIRAGE_Plugin;
MIRAGE_Plugin * mirage_plugin_new (const gchar *filename);
typedef struct {
GTypeModule parent;
} MIRAGE_Plugin;
Contains private data only, and should be accessed using the functions below.
MIRAGE_Plugin * mirage_plugin_new (const gchar *filename);
Creates new plugin.
|
plugin's filename |
Returns : |
a new MIRAGE_Plugin object that represents plugin. It should be
released with g_object_unref() when no longer needed. |