Mercurial > pidgin
view libgaim/dbus-define-api.h @ 14614:45cdf2cf456c
[gaim-migrate @ 17342]
sf patch #1563203, from hjheins
Add Seamonkey to the list of browsers.
This is the first patch I've accepted in a while. Mostly because Richard has
been doing such an awesome job with the patch tracker. Three cheers for
rlaager! hip-hip, hooray! hip-hip, hooray! hip-hip, hooray!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 24 Sep 2006 08:11:28 +0000 |
parents | 60b1bc8dbf37 |
children |
line wrap: on
line source
#error "This is file is not a valid C code" /* This file contains some of the macros from other header files as function declarations. This does not make sense in C, but it provides type information for the dbus-analyze-functions.py program, which makes these macros callable by DBUS. */ /* blist.h */ gboolean GAIM_BLIST_NODE_IS_CHAT(GaimBlistNode *node); gboolean GAIM_BLIST_NODE_IS_BUDDY(GaimBlistNode *node); gboolean GAIM_BLIST_NODE_IS_CONTACT(GaimBlistNode *node); gboolean GAIM_BLIST_NODE_IS_GROUP(GaimBlistNode *node); gboolean GAIM_BUDDY_IS_ONLINE(GaimBuddy *buddy); gboolean GAIM_BLIST_NODE_HAS_FLAG(GaimBlistNode *node, int flags); gboolean GAIM_BLIST_NODE_SHOULD_SAVE(GaimBlistNode *node); /* connection.h */ gboolean GAIM_CONNECTION_IS_CONNECTED(GaimConnection *connection); gboolean GAIM_CONNECTION_IS_VALID(GaimConnection *connection); /* conversation.h */ GaimConvIm *GAIM_CONV_IM(const GaimConversation *conversation); GaimConvIm *GAIM_CONV_CHAT(const GaimConversation *conversation);