libpurple/plugins/helloworld.c

changeset 39413
f45e8a9c6fc1
parent 36957
95cfd176b193
child 40439
e9838d634d5e
equal deleted inserted replaced
39412:d3c91a4e6f56 39413:f45e8a9c6fc1
24 /* When writing a third-party plugin, do not include libpurple's internal.h 24 /* When writing a third-party plugin, do not include libpurple's internal.h
25 * included below. This file is for internal libpurple use only. We're including 25 * included below. This file is for internal libpurple use only. We're including
26 * it here for our own convenience. */ 26 * it here for our own convenience. */
27 #include "internal.h" 27 #include "internal.h"
28 28
29 /* This file defines PURPLE_PLUGINS and includes all the libpurple headers */ 29 /* This file includes all the libpurple headers */
30 #include <purple.h> 30 #include <purple.h>
31 31
32 /* This function is the callback for the plugin action we added. All we're 32 /* This function is the callback for the plugin action we added. All we're
33 * doing here is displaying a message. When the user selects the plugin 33 * doing here is displaying a message. When the user selects the plugin
34 * action, this function is called. */ 34 * action, this function is called. */

mercurial