libpurple/plugins/pluginpref_example.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36929
eed15b8d51a1
child 36957
95cfd176b193
--- a/libpurple/plugins/pluginpref_example.c	Sat Oct 26 04:38:34 2013 +0530
+++ b/libpurple/plugins/pluginpref_example.c	Mon Oct 28 00:02:17 2013 +0530
@@ -116,16 +116,16 @@
 	};
 
 	return purple_plugin_info_new(
-		"id",                 "core-pluginpref_example",
-		"name",               "Pluginpref Example",
-		"version",            DISPLAY_VERSION,
-		"category",           "Example",
-		"summary",            "An example of how to use pluginprefs",
-		"description",        "An example of how to use pluginprefs",
-		"authors",            authors,
-		"website",            PURPLE_WEBSITE,
-		"abi-version",        PURPLE_ABI_VERSION,
-		"preferences-frame",  get_plugin_pref_frame,
+		"id",             "core-pluginpref_example",
+		"name",           "Pluginpref Example",
+		"version",        DISPLAY_VERSION,
+		"category",       "Example",
+		"summary",        "An example of how to use pluginprefs",
+		"description",    "An example of how to use pluginprefs",
+		"authors",        authors,
+		"website",        PURPLE_WEBSITE,
+		"abi-version",    PURPLE_ABI_VERSION,
+		"pref-frame-cb",  get_plugin_pref_frame,
 		NULL
 	);
 }

mercurial