view plugins/gaiminc.c @ 93:5ca21b68eb29

[gaim-migrate @ 103] Notes on how to do plugins with gaim (note that this hasn't been implemented completely yet, this is just how it *should* work). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Apr 2000 08:25:15 +0000
parents f3c6cf79f651
children 9f6ce50ffb78
line wrap: on
line source

#include <gtk/gtk.h>
#include <time.h>
#include <stdio.h>
#include <fcntl.h>
#include "gaim.h"

void gaim_plugin_init() {
}

void write_to_conv(struct conversation *c, char *what, int flags) {
	printf("this got called\n");
}