libpurple/plugin.h

changeset 25911
f22097dc8413
parent 25888
d0fdd378a635
parent 25630
f9fb8da4b5ec
child 26726
b81bcec8f359
equal deleted inserted replaced
25910:d24c4a9d28f2 25911:f22097dc8413
32 #include <glib/glist.h> 32 #include <glib/glist.h>
33 #include <gmodule.h> 33 #include <gmodule.h>
34 #include "signals.h" 34 #include "signals.h"
35 #include "value.h" 35 #include "value.h"
36 36
37 /** @copydoc _PurplePlugin */
37 typedef struct _PurplePlugin PurplePlugin; 38 typedef struct _PurplePlugin PurplePlugin;
39 /** @copydoc _PurplePluginInfo */
38 typedef struct _PurplePluginInfo PurplePluginInfo; 40 typedef struct _PurplePluginInfo PurplePluginInfo;
41 /** @copydoc _PurplePluginUiInfo */
39 typedef struct _PurplePluginUiInfo PurplePluginUiInfo; 42 typedef struct _PurplePluginUiInfo PurplePluginUiInfo;
43 /** @copydoc _PurplePluginLoaderInfo */
40 typedef struct _PurplePluginLoaderInfo PurplePluginLoaderInfo; 44 typedef struct _PurplePluginLoaderInfo PurplePluginLoaderInfo;
41 45
46 /** @copydoc _PurplePluginAction */
42 typedef struct _PurplePluginAction PurplePluginAction; 47 typedef struct _PurplePluginAction PurplePluginAction;
43 48
44 typedef int PurplePluginPriority; /**< Plugin priority. */ 49 typedef int PurplePluginPriority; /**< Plugin priority. */
45 50
46 #include "pluginpref.h" 51 #include "pluginpref.h"

mercurial