doc/C-HOWTO.dox

branch
soc.2013.gobjectification
changeset 34962
d18669b989b6
parent 34961
e00be7ef0773
child 34964
54ebd3dcae16
child 36793
c220f2cdca01
equal deleted inserted replaced
34961:e00be7ef0773 34962:d18669b989b6
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