MIRAGE_Plugin object

MIRAGE_Plugin object

Synopsis

#include <mirage.h>

                    MIRAGE_Plugin;
MIRAGE_Plugin *     mirage_plugin_new                   (const gchar *filename);

Description

Details

MIRAGE_Plugin

typedef struct {
    GTypeModule parent;
} MIRAGE_Plugin;

Contains private data only, and should be accessed using the functions below.


mirage_plugin_new ()

MIRAGE_Plugin *     mirage_plugin_new                   (const gchar *filename);

Creates new plugin.

filename :

plugin's filename

Returns :

a new MIRAGE_Plugin object that represents plugin. It should be released with g_object_unref() when no longer needed.