summaryrefslogtreecommitdiff
path: root/gdata/services/youtube/gdata-youtube-service.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-13/+13
* youtube: Re-enable video uploads using the v3 APIPhilip Withnall2015-07-101-4/+1
* youtube: Port YouTube comments to the v3 APIPhilip Withnall2015-07-101-1/+8
* youtube: Mark GDataBatchable as unsupported by YouTube any morePhilip Withnall2015-07-051-1/+18
* Release version 0.17.0LIBGDATA_0_17_0Philip Withnall2015-04-241-2/+2
* youtube: Port to the YouTube API version 3Philip Withnall2015-04-221-184/+327
* youtube: Add a GDataYouTubeFeed helper class for parsing feedsPhilip Withnall2015-04-221-0/+2
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* youtube: Add a CHANNEL_REQUIRED error codePhilip Withnall2013-07-311-4/+17
* Bug 659148 — Add search-term query example to documentationPhilip Withnall2011-10-101-0/+39
* youtube: Fix a potential unref of a NULL pointerPhilip Withnall2011-09-141-0/+1
* Bug 653530 — Bogus run-time warningsPhilip Withnall2011-06-291-3/+6
* introspection: Add GDestroyNotify to progress callbacksPhilip Chimento2011-06-181-6/+24
* introspection: Fix introspection for GCancellable parametersP. F. Chimento2011-06-071-14/+14
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-051-35/+74
* youtube: Fix a typo in a code examplePhilip Withnall2010-12-301-1/+1
* youtube: Add a code example for querying standard video feedsPhilip Withnall2010-12-301-0/+33
* youtube: Add a code example for uploading videosPhilip Withnall2010-12-301-0/+105
* youtube: Add a cancellable parameter to the upload video methodPhilip Withnall2010-12-201-2/+9
* core: Add a “cancellable” property to GDataUploadStreamPhilip Withnall2010-12-201-1/+1
* youtube: Switch to a stream-based upload APIPhilip Withnall2010-12-101-212/+36
* youtube: Fix a crash in the error handling code if no GError is passed inPhilip Withnall2010-12-101-2/+2
* youtube: Remove GDataYouTubeService:youtube-userPhilip Withnall2010-12-011-34/+1
* Bug 634033 — Use standard login URI for YouTubePhilip Withnall2010-12-011-37/+0
* youtube: Add gdata_youtube_service_upload_video_async()Philip Withnall2010-10-281-22/+191
* introspection: Add missing (transfer full) annotationsPhilip Withnall2010-09-301-6/+6
* introspection: (skip) async query methodsPhilip Withnall2010-09-301-3/+3
* introspection: Add missing (scope call) annotationsPhilip Withnall2010-09-301-3/+3
* [introspection] Add missing annotations to GDataYouTubeServicePhilip Withnall2010-08-041-6/+6
* [youtube] Add batch operation supportPhilip Withnall2010-08-021-1/+2
* [introspection] Add (closure) annotationsPhilip Withnall2010-07-261-10/+10
* [core] Move kind support to GDataEntryPhilip Withnall2010-06-161-6/+0
* Bug 615721 — Support listing video categoriesPhilip Withnall2010-06-141-0/+150
* [youtube] Remove X-GData-Client headerPhilip Withnall2010-04-251-2/+0
* [core] Whitespace fixesPhilip Withnall2010-04-121-45/+45
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-0/+32
* [core] Unify queries for single entriesPhilip Withnall2010-03-311-159/+0
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-251-4/+3
* Ensure GDataYouTubeService's parse_error_response always sets an errorPhilip Withnall2010-03-221-5/+9
* [core] Consolidate generic errorsPhilip Withnall2010-01-311-6/+6
* [youtube] Convert YouTube video uploading to use GDataUploadStreamPhilip Withnall2010-01-201-99/+46
* [youtube] Fix potential unref of NULLPhilip Withnall2009-09-211-1/+2
* [youtube] Fix test suitePhilip Withnall2009-09-211-4/+2
* [core] Added error domainPhilip Withnall2009-08-021-1/+1
* [youtube] Added a query to retrieve the details of a single videoPhilip Withnall2009-07-051-0/+158
* [core] Link element names and namespaces to the relevant classesPhilip Withnall2009-06-281-2/+3
* Bug 579170 – Eliminate gdata_parser_error_unhandled_elementPhilip Withnall2009-06-141-4/+1
* [core] Converted Atom structs to GObjectsPhilip Withnall2009-06-141-2/+3
* Bug 584417 – Strings are not properly formed for localisationPhilip Withnall2009-06-031-8/+8
* [core] Abstract XML parsing from GDataFeed and GDataEntry into GDataParsablePhilip Withnall2009-05-171-1/+1