Guest User

Untitled

a guest
Jun 26th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.65 KB | None | 0 0
  1. RestParam *rest_param_new_full (const char     *name,
  2.                                 RestMemoryUse   use,
  3.                                 gconstpointer   data,
  4.                                 gsize           length,
  5.                                 const char     *content_type,
  6.                                 const char     *filename);
  7.  
  8. =>
  9.  
  10. [CCode (cname="rest_param_new_full")]
  11. extern Rest.Param param_new_full (string name,
  12.                               int use,
  13.                               uint8 [] data,
  14.                               int length,
  15.                               string content_type,
  16.                               string filename);
Add Comment
Please, Sign In to add comment