libpurple/dbus-useful.h

Mon, 17 Mar 2008 14:08:36 +0000

author
Will Thompson <resiak@pidgin.im>
date
Mon, 17 Mar 2008 14:08:36 +0000
changeset 22632
ef72cdb82d07
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
child 32787
7072f190d6ad
permissions
-rw-r--r--

Limit the text input area to half the conversation's height.
Also, remove an unused GtkRequisition lookup.

#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);




mercurial