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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref