atkcomponent: more info on the deprecation guards for get_size and get_position
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 10 Feb 2014 15:51:45 +0000 (16:51 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 10 Feb 2014 16:04:52 +0000 (17:04 +0100)
atk/atkcomponent.h

index dee64b3..541de53 100755 (executable)
@@ -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);