Mercurial > pidgin.yaz
view plugins/gaiminc.c @ 92:f3c6cf79f651
[gaim-migrate @ 102]
Loading/unloading plugins works correctly. I have to add "hooks" to the
rest of gaim now to do certain things. Other than that, it's all good.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 07 Apr 2000 22:48:58 +0000 |
parents | 308d0896d979 |
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"); }