| 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. */ |