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 |
char * | cover-photo | Read / Write |
char * | description | Read / Write |
char * | 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.
Owner: GFBGraphAlbum
Flags: Read / Write
Default value: 0
“cover-photo”
property “cover-photo” char *
The ID for the cover photo of the album.
Owner: GFBGraphAlbum
Flags: Read / Write
Default value: ""
“description”
property “description” char *
The album description given by the owner.
Owner: GFBGraphAlbum
Flags: Read / Write
Default value: ""