PicasaWebService
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"picasaweb_service" , type_id =
"gdata_picasaweb_service_get_type ()" ) ]
[
Version ( since =
"0.4.0" ) ]
public class PicasaWebService :
Service
All the fields in the PicasaWebService structure are private and should never be accessed directly.
Content:
Static methods:
Creation methods:
Methods:
- public PicasaWebFile finish_file_upload (UploadStream upload_stream) throws Error
- public PicasaWebUser get_user (string? username, Cancellable? cancellable = null) throws Error
Queries the service to return the user specified by username
.
- public async PicasaWebUser get_user_async (string? username, Cancellable? cancellable) throws Error
Queries the service to return the user specified by username
.
- public PicasaWebAlbum insert_album (PicasaWebAlbum album, Cancellable? cancellable = null) throws Error
Inserts a new album described by album
.
- public async void insert_album_async (PicasaWebAlbum album, Cancellable? cancellable)
Inserts a new album described by album
.
- public Feed query_all_albums (Query? query, string? username, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of all albums belonging to the
specified username
which match the given query
.
- public async void query_all_albums_async (Query? query, string? username, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service to return a list of all albums belonging to the
specified username
which match the given query
.
- public Feed query_files (PicasaWebAlbum? album, Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the specified album
for a list of the files which match
the given query
.
- public async void query_files_async (PicasaWebAlbum? album, Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the specified album
for a list of the files which match
the given query
.
- public UploadStream upload_file (PicasaWebAlbum? album, PicasaWebFile file_entry, string slug, string content_type, Cancellable? cancellable = null) throws Error
Uploads a file (photo or video) to the given PicasaWeb album
,
using the metadata from file
and the file data written to the resulting
UploadStream.
Inherited Members:
All known members inherited from class GData.Service
All known members inherited from class GLib.Object