X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkimage.h;h=4905cd1ce8e1232aeb6060e6a7caa53fd9cbbab9;hb=refs%2Fheads%2Faccepted%2Ftizen_3.0.m2_tv;hp=9977e52c904425b9cbcd17e48b6836254048c038;hpb=b063649bc595926233f83ab73d4ac506dc178198;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkimage.h b/atk/atkimage.h index 9977e52..4905cd1 100755 --- a/atk/atkimage.h +++ b/atk/atkimage.h @@ -62,21 +62,27 @@ struct _AtkImageIface const gchar* ( *get_image_locale) (AtkImage *image); }; +ATK_AVAILABLE_IN_ALL GType atk_image_get_type (void); +ATK_AVAILABLE_IN_ALL const gchar* atk_image_get_image_description (AtkImage *image); +ATK_AVAILABLE_IN_ALL void atk_image_get_image_size (AtkImage *image, gint *width, gint *height); +ATK_AVAILABLE_IN_ALL gboolean atk_image_set_image_description (AtkImage *image, const gchar *description); +ATK_AVAILABLE_IN_ALL void atk_image_get_image_position (AtkImage *image, gint *x, gint *y, AtkCoordType coord_type); +ATK_AVAILABLE_IN_ALL const gchar* atk_image_get_image_locale (AtkImage *image); G_END_DECLS