Mercurial > pidgin
comparison libpurple/plugins/debug_example.c @ 19956:bdffee131b80
Fix my e-mail address to match my MTN key since it now is a real e-mail address.
| author | John Bailey <rekkanoryo@rekkanoryo.org> |
|---|---|
| date | Sat, 08 Sep 2007 22:03:20 +0000 |
| parents | 0715328a0be3 |
| children | 3a5f152e7ed0 |
comparison
equal
deleted
inserted
replaced
| 19955:3792a8814166 | 19956:bdffee131b80 |
|---|---|
| 1 /* | 1 /* |
| 2 * Debug Example Plugin | 2 * Debug Example Plugin |
| 3 * | 3 * |
| 4 * Copyright (C) 2007, John Bailey <rekkanoryo@pidgin.im> | 4 * Copyright (C) 2007, John Bailey <rekkanoryo@cpw.pidgin.im> |
| 5 * | 5 * |
| 6 * This program is free software; you can redistribute it and/or | 6 * This program is free software; you can redistribute it and/or |
| 7 * modify it under the terms of the GNU General Public License as | 7 * modify it under the terms of the GNU General Public License as |
| 8 * published by the Free Software Foundation; either version 2 of the | 8 * published by the Free Software Foundation; either version 2 of the |
| 9 * License, or (at your option) any later version. | 9 * License, or (at your option) any later version. |
| 46 #define PLUGIN_ID "core-debugexample" | 46 #define PLUGIN_ID "core-debugexample" |
| 47 | 47 |
| 48 /* Common practice in third-party plugins is to define convenience macros for | 48 /* Common practice in third-party plugins is to define convenience macros for |
| 49 * many of the fields of the plugin info struct, so we'll do that for the | 49 * many of the fields of the plugin info struct, so we'll do that for the |
| 50 * purposes of demonstration. */ | 50 * purposes of demonstration. */ |
| 51 #define PLUGIN_AUTHOR "John Bailey <rekkanoryo@ipidgin.im>" | 51 #define PLUGIN_AUTHOR "John Bailey <rekkanoryo@cpw.pidgin.im>" |
| 52 | 52 |
| 53 /* As we've covered before, libpurple calls this function, if present, when it | 53 /* As we've covered before, libpurple calls this function, if present, when it |
| 54 * loads the plugin. Here we're using it to show off the capabilities of the | 54 * loads the plugin. Here we're using it to show off the capabilities of the |
| 55 * debug API and just blindly returning TRUE to tell libpurple it's safe to | 55 * debug API and just blindly returning TRUE to tell libpurple it's safe to |
| 56 * continue loading. */ | 56 * continue loading. */ |
