X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkimage.h;h=4905cd1ce8e1232aeb6060e6a7caa53fd9cbbab9;hb=dd7c22e2586adf23bc7d9f52c793cbf127b2a753;hp=7ba9683c191c3f32e46f41b549171d49d61b69d9;hpb=feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkimage.h b/atk/atkimage.h index 7ba9683..4905cd1 100644 --- a/atk/atkimage.h +++ b/atk/atkimage.h @@ -12,7 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, see . + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION) @@ -60,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