| Top |  |  |  |  | 
| AsImageKind | as_image_kind_from_string () | 
| const gchar * | as_image_kind_to_string () | 
| AsImage * | as_image_new () | 
| AsImageKind | as_image_get_kind () | 
| void | as_image_set_kind () | 
| const gchar * | as_image_get_url () | 
| void | as_image_set_url () | 
| guint | as_image_get_width () | 
| void | as_image_set_width () | 
| guint | as_image_get_height () | 
| void | as_image_set_height () | 
| const gchar * | as_image_get_locale () | 
| void | as_image_set_locale () | 
| #define | AS_TYPE_IMAGE | 
| struct | AsImageClass | 
| enum | AsImageKind | 
| #define | AS_IMAGE_LARGE_HEIGHT | 
| #define | AS_IMAGE_LARGE_WIDTH | 
| #define | AS_IMAGE_NORMAL_HEIGHT | 
| #define | AS_IMAGE_NORMAL_WIDTH | 
| #define | AS_IMAGE_THUMBNAIL_HEIGHT | 
| #define | AS_IMAGE_THUMBNAIL_WIDTH | 
| AsImage | 
Screenshot may have multiple versions of an image in different resolutions or aspect ratios. This object allows access to the location and size of a single image.
See also: AsScreenshot
AsImageKind
as_image_kind_from_string (const gchar *kind);
Converts the text representation to an enumerated value.
const gchar *
as_image_kind_to_string (AsImageKind kind);
Converts the enumerated value to an text representation.
void as_image_set_kind (AsImage *image,AsImageKind kind);
Sets the image kind.
const gchar *
as_image_get_url (AsImage *image);
Gets the full qualified URL for the image, usually pointing at some mirror.
void as_image_set_url (AsImage *image,const gchar *url);
Sets the fully-qualified mirror URL to use for the image.
void as_image_set_height (AsImage *image,guint height);
Sets the image height.
const gchar *
as_image_get_locale (AsImage *image);
Get locale for this image.
Since: 0.9.5