Top | ![]() |
![]() |
![]() |
![]() |
GFBGraphAlbum * | gfbgraph_album_new () |
GFBGraphAlbum * | gfbgraph_album_new_from_id () |
const gchar * | gfbgraph_album_get_name () |
const gchar * | gfbgraph_album_get_description () |
const gchar * | gfbgraph_album_get_cover_photo_id () |
guint | gfbgraph_album_get_count () |
guint | count | Read / Write |
gchar * | cover-photo | Read / Write |
gchar * | description | Read / Write |
gchar * | name | Read / Write |
GFGraphAlbum represents the photo album node in the Graph API.
This node is connectable to:
GFBGraphAlbum * gfbgraph_album_new_from_id (GFBGraphAuthorizer *authorizer
,const gchar *id
,GError **error
);
Retrieves an album node from the Facebook Graph with the give ID.
const gchar *
gfbgraph_album_get_description (GFBGraphAlbum *album
);
const gchar *
gfbgraph_album_get_cover_photo_id (GFBGraphAlbum *album
);
“count”
property“count” guint
The number of photos in the album.
Flags: Read / Write
Default value: 0
“cover-photo”
property“cover-photo” gchar *
The ID for the cover photo of the album.
Flags: Read / Write
Default value: ""
“description”
property“description” gchar *
The album description given by the owner.
Flags: Read / Write
Default value: ""