File: TODO

package info (click to toggle)
libyahoo2 1.0.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 2,612 kB
  • ctags: 1,621
  • sloc: ansic: 14,071; sh: 8,674; makefile: 93
file content (19 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Changing user profiles
Voice Chat
Video Chat


Bugs:
Check which pointers are freed by the lib and which must be freed by the
client, and document these.

Make function arguments and return values const correct (check if all targets
can handle it)

Use enums instead of int where appropriate (yahoo_status, for example)

Make sure that ALL callbacks which could refer to multiple profiles include
the profile as an argument

Move error handling to the appropriate place (ext_yahoo_error instead of
ext_yahoo_login_response)