Mercurial > pidgin
view libpurple/dbus-useful.h @ 30221:6a3aaa4e5e56
Get rid of this warning:
gntdebug.c: In function ¡Æhandle_fprintf_stderr¡Ç:
gntdebug.c:80: warning: ignoring return value of ¡Æpipe¡Ç, declared with attribute warn_unused_result
I'm guessing this is the right fix.
Really I just needed to commit something so I can test commit email scripts
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 30 Jun 2010 01:12:54 +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);