libpurple/plugins/debug_example.c

branch
soc.2013.gobjectification
changeset 35072
cb3673616d90
parent 35027
bf4e1f00ec72
child 36957
95cfd176b193
equal deleted inserted replaced
35071:1eedcfcb91ef 35072:cb3673616d90
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 #include <internal.h> 23 /* When writing a third-party plugin, do not include libpurple's internal.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"
24 27
25 /* This file defines PURPLE_PLUGINS and includes all the libpurple headers */ 28 /* This file defines PURPLE_PLUGINS and includes all the libpurple headers */
26 #include <purple.h> 29 #include <purple.h>
27 30
28 /* It's more convenient to type PLUGIN_ID all the time than it is to type 31 /* It's more convenient to type PLUGIN_ID all the time than it is to type

mercurial