jingle/sessions.h
changeset 107 a7f14a5e112c
parent 103 c34b513be8d9
child 119 0b9a7b505079
equal deleted inserted replaced
106:2942c71f434a 107:a7f14a5e112c
    83                            const gchar *xmlns, gconstpointer data);
    83                            const gchar *xmlns, gconstpointer data);
    84 void session_add_content_from_jinglecontent(JingleSession *sess, JingleContent *cn,
    84 void session_add_content_from_jinglecontent(JingleSession *sess, JingleContent *cn,
    85                          SessionState state);
    85                          SessionState state);
    86 SessionContent *session_find_sessioncontent(JingleSession *sess, const gchar *name);
    86 SessionContent *session_find_sessioncontent(JingleSession *sess, const gchar *name);
    87 SessionContent *session_find_transport(const gchar *xmlns_trans, gconstpointer data);
    87 SessionContent *session_find_transport(const gchar *xmlns_trans, gconstpointer data);
    88 void session_remove_sessioncontent(JingleSession *sess, const gchar *name);
    88 int session_remove_sessioncontent(JingleSession *sess, const gchar *name);
    89 void session_changestate_sessioncontent(JingleSession *sess, const gchar *name,
    89 void session_changestate_sessioncontent(JingleSession *sess, const gchar *name,
    90                                         SessionState state);
    90                                         SessionState state);
    91 void session_delete(JingleSession *sess);
    91 void session_delete(JingleSession *sess);
    92 void session_remove(JingleSession *sess);
    92 void session_remove(JingleSession *sess);
    93 void session_free(JingleSession *sess);
    93 void session_free(JingleSession *sess);