[ CCode ( has_construct_function = false ) ]
public PicasaWebAlbum (string? id)
Creates a new PicasaWebAlbum with the given ID and default properties.
id is the ID which would be returned by get_id, not
get_id.
If id is not null and can't be parsed to extract an album ID,
null will be returned.
| id |
the album's entry ID, or null |
|
a new PicasaWebAlbum, or null; unref with unref |