view libpurple/dbus-useful.h @ 29308:8c8871afd063

Strip both \n and \r at the end of the lines when parsing a smiley theme. Closes #10521.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 28 Jan 2010 20:39:24 +0000
parents 32c366eeeb99
children
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);