| 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_PLUGIN_H_ |
| |
23 #define _PURPLE_PLUGIN_H_ |
| 21 /** |
24 /** |
| 22 * SECTION:plugin |
25 * SECTION:plugin |
| 23 * @section_id: libpurple-plugin |
26 * @section_id: libpurple-plugin |
| 24 * @short_description: <filename>plugin.h</filename> |
27 * @short_description: <filename>plugin.h</filename> |
| 25 * @title: Plugin API |
28 * @title: Plugin API |
| 26 */ |
29 */ |
| 27 |
|
| 28 #ifndef _PURPLE_PLUGIN_H_ |
|
| 29 #define _PURPLE_PLUGIN_H_ |
|
| 30 |
30 |
| 31 #include <glib.h> |
31 #include <glib.h> |
| 32 #include <gmodule.h> |
32 #include <gmodule.h> |
| 33 #include "signals.h" |
33 #include "signals.h" |
| 34 |
34 |