doc/C-HOWTO.dox

branch
soc.2013.gobjectification.plugins
changeset 36793
c220f2cdca01
parent 36789
88387185047c
parent 34962
d18669b989b6
child 36796
ebb632962d4e
equal deleted inserted replaced
36792:764b45883fba 36793:c220f2cdca01
30 #include "version.h" 30 #include "version.h"
31 31
32 static gboolean 32 static gboolean
33 plugin_load(PurplePlugin *plugin) { 33 plugin_load(PurplePlugin *plugin) {
34 purple_notify_message(plugin, PURPLE_NOTIFY_MSG_INFO, "Hello World!", 34 purple_notify_message(plugin, PURPLE_NOTIFY_MSG_INFO, "Hello World!",
35 "This is the Hello World! plugin :)", NULL, NULL, NULL); 35 "This is the Hello World! plugin :)",
36 NULL, NULL, NULL, NULL);
36 37
37 return TRUE; 38 return TRUE;
38 } 39 }
39 40
40 static PurplePluginInfo info = { 41 static PurplePluginInfo info = {

mercurial