summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-02-10 16:51:45 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-02-10 17:04:52 +0100
commitfc48a42725fd348eadb5bd9a8dab97d4c62fea96 (patch)
tree02a0758887fa0f5570ddc713f9c27b8d557717bd
parent32117345f2e16882cac21f33209acffbd3580241 (diff)
downloadatk-fc48a42725fd348eadb5bd9a8dab97d4c62fea96.tar.gz
atkcomponent: more info on the deprecation guards for get_size and get_position
-rwxr-xr-xatk/atkcomponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h
index dee64b3..541de53 100755
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -178,12 +178,12 @@ void atk_component_get_extents (AtkComponent *com
gint *width,
gint *height,
AtkCoordType coord_type);
-G_DEPRECATED
+G_DEPRECATED_FOR(atk_component_get_extents)
void atk_component_get_position (AtkComponent *component,
gint *x,
gint *y,
AtkCoordType coord_type);
-G_DEPRECATED
+G_DEPRECATED_FOR(atk_component_get_extents)
void atk_component_get_size (AtkComponent *component,
gint *width,
gint *height);