jingle/jingle.h
changeset 29 9215053e8fb0
parent 26 af14f8f5a2b6
child 31 02f5698ffa49
--- a/jingle/jingle.h	Sun Jul 04 01:30:26 2010 +0200
+++ b/jingle/jingle.h	Sun Jul 04 23:02:55 2010 +0200
@@ -96,12 +96,12 @@
   /* each content element (must) contain one description
    * child element that specifies a desired application.
    * the content of this node is app specific. */
-  gconstpointer *description;
+  gconstpointer description;
 
   /* each content element (must) contain one transport
    * child element that specifies a potential transport
    * method */
-  gconstpointer *transport;
+  gconstpointer transport;
   
   const gchar *xmlns_desc;
   const gchar *xmlns_trans;