Mercurial > pidgin
comparison src/dbus-define-api.h @ 14035:8bda65b88e49
[gaim-migrate @ 16638]
A bunch of small changes. Mostly remove "if not null" checks before
calling g_free, g_list_free, g_slist_free and g_strdup. Also use
g_list_foreach() to call g_free to free strings in an array. And
some whitespace changes here and there.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 05 Aug 2006 08:27:39 +0000 |
| parents | 1c5398ccbeb0 |
| children |
comparison
equal
deleted
inserted
replaced
| 14034:0839a7b71325 | 14035:8bda65b88e49 |
|---|---|
| 5 provides type information for the dbus-analyze-functions.py | 5 provides type information for the dbus-analyze-functions.py |
| 6 program, which makes these macros callable by DBUS. */ | 6 program, which makes these macros callable by DBUS. */ |
| 7 | 7 |
| 8 /* blist.h */ | 8 /* blist.h */ |
| 9 gboolean GAIM_BLIST_NODE_IS_CHAT(GaimBlistNode *node); | 9 gboolean GAIM_BLIST_NODE_IS_CHAT(GaimBlistNode *node); |
| 10 gboolean GAIM_BLIST_NODE_IS_BUDDY(GaimBlistNode *node); | 10 gboolean GAIM_BLIST_NODE_IS_BUDDY(GaimBlistNode *node); |
| 11 gboolean GAIM_BLIST_NODE_IS_CONTACT(GaimBlistNode *node); | 11 gboolean GAIM_BLIST_NODE_IS_CONTACT(GaimBlistNode *node); |
| 12 gboolean GAIM_BLIST_NODE_IS_GROUP(GaimBlistNode *node); | 12 gboolean GAIM_BLIST_NODE_IS_GROUP(GaimBlistNode *node); |
| 13 gboolean GAIM_BUDDY_IS_ONLINE(GaimBuddy *buddy); | 13 gboolean GAIM_BUDDY_IS_ONLINE(GaimBuddy *buddy); |
| 14 gboolean GAIM_BLIST_NODE_HAS_FLAG(GaimBlistNode *node, int flags); | 14 gboolean GAIM_BLIST_NODE_HAS_FLAG(GaimBlistNode *node, int flags); |
| 15 gboolean GAIM_BLIST_NODE_SHOULD_SAVE(GaimBlistNode *node); | 15 gboolean GAIM_BLIST_NODE_SHOULD_SAVE(GaimBlistNode *node); |
| 16 | 16 |
| 17 /* connection.h */ | 17 /* connection.h */ |
| 18 gboolean GAIM_CONNECTION_IS_CONNECTED(GaimConnection *connection); | 18 gboolean GAIM_CONNECTION_IS_CONNECTED(GaimConnection *connection); |
