projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3211734
)
atkcomponent: more info on the deprecation guards for get_size and get_position
author
Alejandro Piñeiro
<apinheiro@igalia.com>
Mon, 10 Feb 2014 15:51:45 +0000
(16:51 +0100)
committer
Alejandro Piñeiro
<apinheiro@igalia.com>
Mon, 10 Feb 2014 16:04:52 +0000
(17:04 +0100)
atk/atkcomponent.h
patch
|
blob
|
history
diff --git
a/atk/atkcomponent.h
b/atk/atkcomponent.h
index
dee64b3
..
541de53
100755
(executable)
--- 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);