Release 2.25.2
[platform/upstream/atk.git] / atk / atkhyperlink.h
index 9acb027..6e8dc74 100644 (file)
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
@@ -78,25 +80,33 @@ struct _AtkHyperlinkClass
   AtkFunction      pad1;
 };
 
+ATK_AVAILABLE_IN_ALL
 GType            atk_hyperlink_get_type             (void);
 
+ATK_AVAILABLE_IN_ALL
 gchar*           atk_hyperlink_get_uri              (AtkHyperlink     *link_,
                                                      gint             i);
 
+ATK_AVAILABLE_IN_ALL
 AtkObject*       atk_hyperlink_get_object           (AtkHyperlink     *link_,
                                                      gint             i);
 
+ATK_AVAILABLE_IN_ALL
 gint             atk_hyperlink_get_end_index        (AtkHyperlink     *link_);
 
+ATK_AVAILABLE_IN_ALL
 gint             atk_hyperlink_get_start_index      (AtkHyperlink     *link_);
 
+ATK_AVAILABLE_IN_ALL
 gboolean         atk_hyperlink_is_valid             (AtkHyperlink     *link_);
 
+ATK_AVAILABLE_IN_ALL
 gboolean         atk_hyperlink_is_inline             (AtkHyperlink     *link_);
 
+ATK_AVAILABLE_IN_ALL
 gint            atk_hyperlink_get_n_anchors        (AtkHyperlink     *link_);
 
-G_DEPRECATED
+ATK_DEPRECATED
 gboolean         atk_hyperlink_is_selected_link     (AtkHyperlink     *link_);
 
 G_END_DECLS