libpurple/plugins/debug_example.c

changeset 40439
e9838d634d5e
parent 39413
f45e8a9c6fc1
equal deleted inserted replaced
40362:1edaee25f763 40439:e9838d634d5e
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 * 02111-1301, USA. 19 * 02111-1301, USA.
20 * 20 *
21 */ 21 */
22 22
23 /* When writing a third-party plugin, do not include libpurple's internal.h 23 #include <glib/gi18n-lib.h>
24 * included below. This file is for internal libpurple use only. We're including
25 * it here for our own convenience. */
26 #include "internal.h"
27 24
28 /* This file includes all the libpurple headers */ 25 /* This file includes all the libpurple headers */
29 #include <purple.h> 26 #include <purple.h>
30 27
31 /* It's more convenient to type PLUGIN_ID all the time than it is to type 28 /* It's more convenient to type PLUGIN_ID all the time than it is to type

mercurial