view libpurple/dbus-useful.h @ 17151:3e463ddf18f7

Periodically refresh the authentication info required to automatically log in to Hotmail. I spent far too long trying to figure out what was a suitable period for this only to find it was magic number 26. 26 is the smallest non-palindromic number whose square is palindromic (676) 26 is equal to the sum of the digits of its cube: 26^3 = 17,576 26, together with 11, cannot be represented as the sum of less than 6 hexagonal numbers from the sequence 1 6 15 28 45 ... Fixes #934
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 19 May 2007 01:00:35 +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);