jingle/register.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Sun, 06 Jun 2010 23:19:47 +0200
changeset 14 77966ed56e14
child 17 24aa7414bafd
permissions -rw-r--r--
Create two subdirectories. One will contain the main jingle module and the other the file transfert app.

#ifndef __JINGLE_REGISTER_H__
#define __JINGLE_REGISTER_H__

gchar* jingle_resigter_apps(const gchar* namespace);
gchar* jingle_register_transports(const gchar* namespace);   

#endif