grim/purple-spasm

PURPLE_PLUGINS is the devil

2017-04-24, Gary Kramlich
c5df3f7db148
Parents 9ca1aae78c5a
Children 606d86ff95d9
PURPLE_PLUGINS is the devil
  • +5 -1
    helloworld.c
  • --- a/helloworld.c Mon Apr 24 22:43:08 2017 -0500
    +++ b/helloworld.c Mon Apr 24 22:50:40 2017 -0500
    @@ -1,6 +1,10 @@
    #include <glib.h>
    -#include <purple.h>
    +#define PURPLE_PLUGINS
    +
    +#include "notify.h"
    +#include "plugin.h"
    +#include "version.h"
    static gboolean
    plugin_load(PurplePlugin *plugin) {