Mercurial > pidgin
view libpurple/dbus-useful.h @ 16523:fe6fd0568d04
Passing --enable-mcheck or --enable-debug will add "-lmcheck", which
will do the same thing as MALLOC_CHECK_=2 without it having to be
specified every time.
I encourage everyone to use at least --enable-debug and
--enable-fatal-asserts if you can. ;)
See this page for more information:
http://www.gnu.org/software/libc/manual/html_node/Heap-Consistency-Checking.html
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 27 Apr 2007 17:55:38 +0000 |
parents | 32c366eeeb99 |
children | 98520ee78f12 |
line wrap: on
line source
#include "conversation.h" PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const PurpleAccount *account)); PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol); PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);