Changes between Version 9 and Version 10 of XmlRpcIntro
- Timestamp:
- Oct 13, 2008, 8:21:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlRpcIntro
v9 v10 113 113 * [wiki:XmlRpcSubtitlesVote SubtitlesVote] - rate subtitles 114 114 '''struct !SubtitlesVote(string $token, struct('idsubtitle' => int $idsubtitle, 'score' => int $score) $vote)''' 115 * [wiki:XmlRpcAddComment AddComment] - add comment to a subtitle 116 '''struct !AddComment(string $token, struct('idsubtitle' => int $idsubtitle, 'comment' => string $comment, 'badsubtitle' => int $badsubtitle) $data)''' 115 117 116 118