Mercurial > pidgin
view plugins/perl/common/module.h @ 7032:0ffd540660df
[gaim-migrate @ 7595]
-Made AIM over oscar show the away message in the second line of the big
blist. For the record, I'm against this because I think it's really ugly.
What are yous guys opinions?
-Changed the last g_show_info_text() in oscar.c to gaim_notify_formatted()
-Made oscar gaim_popup() use gaim_notify_formatted() instead
of serv_got_popup()
-Removed serv_got_popup(), des_popup(), and url_clicked_cb()
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 29 Sep 2003 22:34:32 +0000 |
| parents | 5aeba37b303c |
| children | bf630f7dfdcd |
line wrap: on
line source
typedef struct group *Gaim__Group; #define group perl_group #include <glib.h> #ifdef _WIN32 #undef pipe #endif #include <EXTERN.h> #include <perl.h> #include <XSUB.h> #undef group #include "../perl-common.h" #include "account.h" #include "connection.h" #include "conversation.h" #include "debug.h" #include "server.h" typedef GaimAccount * Gaim__Account; typedef GaimBuddy * Gaim__BuddyList__Buddy; typedef GaimBlistChat * Gaim__BuddyList__Chat; typedef GaimGroup * Gaim__BuddyList__Group; typedef GaimContact * Gaim__BuddyList__Contact; typedef GaimConnection * Gaim__Connection; typedef GaimConversation *Gaim__Conversation; typedef GaimChat * Gaim__Conversation__Chat; typedef GaimIm * Gaim__Conversation__IM; typedef GaimWindow * Gaim__ConvWindow; typedef GaimPlugin * Gaim__Plugin; typedef GaimDebugLevel Gaim__DebugLevel;
