libpurple/marshallers.list

Wed, 13 May 2009 20:29:03 +0000

author
Marcus Lundblad <malu@pidgin.im>
date
Wed, 13 May 2009 20:29:03 +0000
changeset 27110
05ca719b901b
parent 26635
fb61c30fab22
child 28125
2e47531fc140
permissions
-rw-r--r--

Support custom smileys in MUCs (when all participants support BoB and a maximum
of 10 participants are in the chat).
Always announce support for BoB, since disable custom smileys will still turn
off fetching them, and BoB can be used for other purposes further on.

23721
15285d082f6c Refactored PurpleMedia to make creating audio or video sessions virtually identical. Audio, video, and audio/video sessions now work. Also added videotestsrc to the video plugin preference.
Michael Ruprecht <maiku@pidgin.im>
parents: 23697
diff changeset
1 VOID:POINTER,POINTER,OBJECT
26183
d78798f480da Remove connection attribute from PurpleMedia.
Michael Ruprecht <maiku@pidgin.im>
parents: 26143
diff changeset
2 BOOLEAN:OBJECT,POINTER,STRING
26143
673b6665624d Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents: 26111
diff changeset
3 VOID:STRING,STRING
26193
101122f0f3dd Add state-changed signal to PurpleMedia.
Michael Ruprecht <maiku@pidgin.im>
parents: 26183
diff changeset
4 VOID:ENUM,STRING,STRING
26496
11e1e5221460 Create purple_media_stream_info. Add local parameter to stream-info signal.
Michael Ruprecht <maiku@pidgin.im>
parents: 26193
diff changeset
5 VOID:ENUM,STRING,STRING,BOOLEAN

mercurial