KVIrc 5.2.4
Developer APIs
Classes | Typedefs
Plugin.h File Reference
#include "KviModule.h"
#include "KviPointerHashTable.h"
#include <QLibrary>

Go to the source code of this file.

Classes

class  Plugin
 
class  PluginManager
 

Typedefs

typedef int(* plugin_canunload) ()
 
typedef int(* plugin_free) (char *pBuffer)
 
typedef int(* plugin_function) (int argc, char *argv[], char **buffer)
 
typedef int(* plugin_load) ()
 
typedef int(* plugin_unload) ()
 

Typedef Documentation

◆ plugin_canunload

typedef int(* plugin_canunload) ()

◆ plugin_free

typedef int(* plugin_free) (char *pBuffer)

◆ plugin_function

typedef int(* plugin_function) (int argc, char *argv[], char **buffer)

◆ plugin_load

typedef int(* plugin_load) ()

◆ plugin_unload

typedef int(* plugin_unload) ()