jingle-ft/filetransfer.h
changeset 160 e149e868d501
parent 139 459b2503c1a3
equal deleted inserted replaced
159:1df5f5e3f1e7 160:e149e868d501
   114  */
   114  */
   115 typedef struct {
   115 typedef struct {
   116   /**
   116   /**
   117    * An index. Not use now, but will in the futur to cancel a transfer.
   117    * An index. Not use now, but will in the futur to cancel a transfer.
   118    */
   118    */
   119   int index;
   119   gint index;
   120   
   120   
   121   /**
   121   /**
   122    * The link to the JingleFT in the session.
   122    * The link to the JingleFT in the session.
   123    */
   123    */
   124   JingleFT *jft;
   124   JingleFT *jft;