jingle/action-handlers.c
changeset 84 cdff1771155d
parent 67 c12618793df0
child 96 3922f5c96973
equal deleted inserted replaced
83:d5c5e9be53cb 84:cdff1771155d
    42 void handle_content_accept(JingleNode *jn)
    42 void handle_content_accept(JingleNode *jn)
    43 {
    43 {
    44   GError *err = NULL;
    44   GError *err = NULL;
    45   GSList *child = NULL;
    45   GSList *child = NULL;
    46   JingleContent *cn;
    46   JingleContent *cn;
    47   JingleAppFuncs *appfuncs; 
    47   JingleAppFuncs *appfuncs;
    48   JingleTransportFuncs *transfuncs;
    48   JingleTransportFuncs *transfuncs;
    49   gconstpointer description, transport;
    49   gconstpointer description, transport;
    50   const gchar *xmlns;
    50   const gchar *xmlns;
    51   JingleSession *sess;
    51   JingleSession *sess;
    52 
    52