annotate src/dbus-useful.h @ 12798:09d4ea834370
[gaim-migrate @ 15145]
SF Patch #1389870 from Bleeter, building on work in SF Patch #1114194 from Alex Badea
"Following on from #1114194, where I thought that
sending audibles is a little twitty because we can't
see what's going on, I also noted that it would be nice
if we could display the URL wheree the audible swf file
lived. The example URL provided only supported US
locales, which also needed addressing.
I've tested this patch with the Taiwain audible, named
within the patch, by confirming that the URL pattern
match actually works. Whether it actually works when
sent from a Taiwanese YIM native client, I have no
idea. It looks like it should.
Just to re-iterate: This patch displays the the
received audible's URL and text only, not the audible
swf file itself, nor does it send anything."
committer: Tailor Script <tailor@pidgin.im>
author |
Richard Laager <rlaager@wiktel.com> |
date |
Mon, 09 Jan 2006 22:28:17 +0000 |
parents |
1c5398ccbeb0 |
children |
8bda65b88e49 |
rev |
line source |
11146
|
1 #include "conversation.h"
|
|
2
|
|
3 GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id,
|
|
4 gboolean (*account_test)(const GaimAccount *account));
|
|
5
|
|
6 GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol);
|
|
7
|
|
8 GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);
|
|
9
|
|
10
|
|
11
|
|
12
|
|
13
|