Revert "Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_1...
[platform/upstream/atk.git] / atk / atkhypertext.h
index d8328a8..6a97215 100755 (executable)
@@ -60,16 +60,16 @@ struct _AtkHypertextIface
    */
   void         (* link_selected)            (AtkHypertext       *hypertext,
                                              gint               link_index);
-
-  AtkFunction pad1;
-  AtkFunction pad2;
-  AtkFunction pad3;
 };
+ATK_AVAILABLE_IN_ALL
 GType atk_hypertext_get_type (void);
 
+ATK_AVAILABLE_IN_ALL
 AtkHyperlink* atk_hypertext_get_link       (AtkHypertext *hypertext,
                                             gint          link_index);
+ATK_AVAILABLE_IN_ALL
 gint          atk_hypertext_get_n_links    (AtkHypertext *hypertext);
+ATK_AVAILABLE_IN_ALL
 gint          atk_hypertext_get_link_index (AtkHypertext *hypertext,
                                             gint          char_index);