Release 2.25.2
[platform/upstream/atk.git] / atk / atkhyperlink.c
index d3b8c48..ae2e2e7 100644 (file)
@@ -12,7 +12,9 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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.
  */
 
 #include "config.h"
@@ -115,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,
@@ -390,9 +390,8 @@ 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 if the AtkHyperlink is selected, False otherwise
  **/