| 16 * |
16 * |
| 17 * You should have received a copy of the GNU General Public License |
17 * You should have received a copy of the GNU General Public License |
| 18 * along with this program; if not, write to the Free Software |
18 * along with this program; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 20 */ |
20 */ |
| |
21 |
| |
22 #ifndef _PURPLE_PLUGINS_H_ |
| |
23 #define _PURPLE_PLUGINS_H_ |
| 21 /** |
24 /** |
| 22 * SECTION:plugins |
25 * SECTION:plugins |
| 23 * @section_id: libpurple-plugins |
26 * @section_id: libpurple-plugins |
| 24 * @short_description: <filename>plugins.h</filename> |
27 * @short_description: <filename>plugins.h</filename> |
| 25 * @title: Plugin API |
28 * @title: Plugin API |
| 26 * @see_also: <link linkend="chapter-signals-plugin">Plugin signals</link>, |
29 * @see_also: <link linkend="chapter-signals-plugin">Plugin signals</link>, |
| 27 * <link linkend="chapter-plugin-ids">Plugin IDs</link>, |
30 * <link linkend="chapter-plugin-ids">Plugin IDs</link>, |
| 28 * <link linkend="chapter-plugin-i18n">Third Party Plugin Translation</link> |
31 * <link linkend="chapter-plugin-i18n">Third Party Plugin Translation</link> |
| 29 */ |
32 */ |
| 30 |
|
| 31 #ifndef _PURPLE_PLUGINS_H_ |
|
| 32 #define _PURPLE_PLUGINS_H_ |
|
| 33 |
33 |
| 34 #ifdef PURPLE_PLUGINS |
34 #ifdef PURPLE_PLUGINS |
| 35 #include <gplugin.h> |
35 #include <gplugin.h> |
| 36 #include <gplugin-native.h> |
36 #include <gplugin-native.h> |
| 37 #else |
37 #else |