#include "plugin.h"#include <gwenhywfar/inherit.h>#include <gwenhywfar/misc.h>#include <gwenhywfar/error.h>#include <gwenhywfar/libloader.h>#include <gwenhywfar/plugindescr.h>#include <gwenhywfar/stringlist.h>#include <gwenhywfar/pathmanager.h>

Go to the source code of this file.
Functions | |
| void | GWEN_Plugin_Attach (GWEN_PLUGIN *p) |
| int | GWEN_Plugin_ModuleFini () |
| int | GWEN_Plugin_ModuleInit () |
| void GWEN_Plugin_Attach | ( | GWEN_PLUGIN * | p | ) |
Definition at line 121 of file plugin.c.
References DBG_MEM_INC.
| int GWEN_Plugin_ModuleFini | ( | ) |
Definition at line 72 of file plugin.c.
References gwen_plugin_manager__list.
Referenced by GWEN_Fini().

| int GWEN_Plugin_ModuleInit | ( | ) |
Definition at line 65 of file plugin.c.
References gwen_plugin_manager__list.
Referenced by GWEN_Init().

1.6.3