/soc/2013/ankitkv/gobjectification: d18669b989b6: Updated the he...
Ankit Vani
a at nevitus.org
Sun Sep 22 09:26:36 EDT 2013
Changeset: d18669b989b614743f131b252b1132158cdc9a1f
Author: Ankit Vani <a at nevitus.org>
Date: 2013-09-22 18:55 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/d18669b989b6
Description:
Updated the hello world example in the docs to use the new notify API
diffstat:
doc/C-HOWTO.dox | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff --git a/doc/C-HOWTO.dox b/doc/C-HOWTO.dox
--- a/doc/C-HOWTO.dox
+++ b/doc/C-HOWTO.dox
@@ -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;
}
More information about the Commits
mailing list