doc/C-HOWTO.dox

branch
soc.2013.gobjectification.plugins
changeset 36793
c220f2cdca01
parent 36789
88387185047c
parent 34962
d18669b989b6
child 36796
ebb632962d4e
--- a/doc/C-HOWTO.dox	Sun Sep 22 18:47:03 2013 +0530
+++ b/doc/C-HOWTO.dox	Sun Sep 22 18:56:09 2013 +0530
@@ -32,7 +32,8 @@
 static gboolean
 plugin_load(PurplePlugin *plugin) {
 	purple_notify_message(plugin, PURPLE_NOTIFY_MSG_INFO, "Hello World!",
-						"This is the Hello World! plugin :)", NULL, NULL, NULL);
+						"This is the Hello World! plugin :)",
+						NULL, NULL, NULL, NULL);
 
 	return TRUE;
 }

mercurial