X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkhyperlink.c;h=ae2e2e76b0eff9af0b6fdc7a177167438ed62e50;hb=5bd4797eccfdc9edf03282b41481f296dc80b980;hp=350868871b1d5136553bc9e3902f413fe4ebe523;hpb=15241459830ce4001bc53175cc8a644febe5fea9;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c old mode 100755 new mode 100644 index 3508688..ae2e2e7 --- a/atk/atkhyperlink.c +++ b/atk/atkhyperlink.c @@ -17,8 +17,9 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" #include "atkhyperlink.h" -#include "atkintl.h" +#include /** * SECTION:atkhyperlink @@ -116,10 +117,8 @@ atk_hyperlink_class_init (AtkHyperlinkClass *klass) * * Selected link * - * Deprecated: Since 1.8. This property is deprecated since ATK - * version 1.8. Please use ATK_STATE_FOCUSABLE for all links, and + * Deprecated: 1.8: Please use ATK_STATE_FOCUSABLE for all links, and * ATK_STATE_FOCUSED for focused links. - * */ g_object_class_install_property (gobject_class, PROP_SELECTED_LINK, @@ -391,11 +390,10 @@ atk_hyperlink_get_n_anchors (AtkHyperlink *link) * * Since: 1.4 * - * Deprecated: This method is deprecated since ATK version 1.8. - * Please use ATK_STATE_FOCUSABLE for all links, and ATK_STATE_FOCUSED - * for focused links. + * Deprecated: 1.8: Please use ATK_STATE_FOCUSABLE for all links, + * and ATK_STATE_FOCUSED for focused links. * - * Returns: True is the AtkHyperlink is selected, False otherwise + * Returns: True if the AtkHyperlink is selected, False otherwise **/ gboolean atk_hyperlink_is_selected_link (AtkHyperlink *link)