Object Hierarchy
GObject
+----TpaAvatar
Properties
"file" gchararray : Read / Write
"image" gpointer : Read / Write
"mimetype" gchararray : Read / Write
"token" gchararray : Read / Write
Details
TPA_AVATAR_GET_PRIVATE()
#define TPA_AVATAR_GET_PRIVATE(obj)
TpaAvatarPrivate
typedef struct _TpaAvatarPrivate TpaAvatarPrivate;
TpaAvatar
typedef struct _TpaAvatar TpaAvatar;
tpa_avatar_new_from_file ()
TpaAvatar* tpa_avatar_new_from_file (const gchar *file,
const gchar *mimetype);
file : |
|
mimetype : |
|
Returns : |
|
tpa_avatar_new ()
TpaAvatar* tpa_avatar_new (GArray *image,
const gchar *mimetype,
const gchar *token);
image : |
|
mimetype : |
|
token : |
|
Returns : |
|
tpa_avatar_get_image ()
const GArray* tpa_avatar_get_image (TpaAvatar *self);
tpa_avatar_get_mime_type ()
const gchar* tpa_avatar_get_mime_type (TpaAvatar *self);
tpa_avatar_get_token ()
const gchar* tpa_avatar_get_token (TpaAvatar *self);
Property Details
The "file
" property
"file" gchararray : Read / Write
file.
Default value: NULL
The "image
" property
"image" gpointer : Read / Write
image.
The "mimetype
" property
"mimetype" gchararray : Read / Write
mimetype.
Default value: NULL
The "token
" property
"token" gchararray : Read / Write
token.
Default value: NULL