[atk] atkcomponent: more info on the deprecation guards for get_size and get_position
- From: Alejandro Piñeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] atkcomponent: more info on the deprecation guards for get_size and get_position
- Date: Mon, 10 Feb 2014 16:20:20 +0000 (UTC)
commit fc48a42725fd348eadb5bd9a8dab97d4c62fea96
Author: Alejandro Piñeiro <apinheiro igalia com>
Date: Mon Feb 10 16:51:45 2014 +0100
atkcomponent: more info on the deprecation guards for get_size and get_position
atk/atkcomponent.h | 4 ++--
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]