summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-02-05 15:43:25 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-02-05 15:43:25 +0000
commite5c3eb266a6cf796ef65bd9b8bf1c429c89a8a6b (patch)
tree59c8e1370c852b6c67aa029541eae7d7d80175a4 /TODO
parent99b4ff90ad0b4b484011b91bd11e1490318408c4 (diff)
Removed the 'state' property on SIPMediaSession.
Use function sip_media_session_change_state() as the way to change the session state. Instead of using detailed signal 'notify:state', use the newly introduced signal 'state-changed'; we get to control the moment of its emission, and the handling, with more precision. 20080205154325-5b6ca-ef4cd28c8dad3860e1c471cde721d56b1d0fe2a3.gz
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index e691ac8..162e8fa 100644
--- a/TODO
+++ b/TODO
@@ -69,9 +69,6 @@ Plugin interface
General
-------
-- in SIPMediaSession, devolve the "state" property to a method-settable
- internal parameter and a signal, due to refcounting and overhead of
- g_object_set().
- various XXX items in the source codes (a generic todo item)
- status 2007-10-10: 12 XXXs, 8 FIXME
- status 2007-05-07: 22 XXXs