Advertisement
Guest User

thiblahute

a guest
Dec 9th, 2009
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.69 KB | None | 0 0
  1. output_stream = gdata_upload_stream_new (GDATA_SERVICE (service),
  2.                                              SOUP_METHOD_POST,
  3.                                              upload_uri,
  4.                                     NULL,
  5.                                              title,
  6.                                       content_type);
  7. <Leader>l
  8.     output_stream = gdata_upload_stream_new (GDATA_SERVICE (service),
  9.                                              SOUP_METHOD_POST,
  10.                                              upload_uri,
  11.                                              NULL,
  12.                                              title,
  13.                                              content_type);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement