libpurple/plugins/helloworld.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36909
68cfb4e93457
child 36957
95cfd176b193
equal deleted inserted replaced
36933:3c12364588a6 36934:e7268aeb3b89
81 "summary", "Hello World Plugin", 81 "summary", "Hello World Plugin",
82 "description", "Hello World Plugin", 82 "description", "Hello World Plugin",
83 "authors", authors, 83 "authors", authors,
84 "website", "http://helloworld.tld", 84 "website", "http://helloworld.tld",
85 "abi-version", PURPLE_ABI_VERSION, 85 "abi-version", PURPLE_ABI_VERSION,
86 "get-actions", plugin_actions, /* this tells libpurple the address of the function to call to get the list 86 "actions-cb", plugin_actions, /* this tells libpurple the address of the function to call to get the list
87 of plugin actions. */ 87 of plugin actions. */
88 NULL 88 NULL
89 ); 89 );
90 } 90 }
91 91

mercurial