atk r1364 - in trunk: . atk



Author: liyuan
Date: Thu Mar 19 08:31:13 2009
New Revision: 1364
URL: http://svn.gnome.org/viewvc/atk?rev=1364&view=rev

Log:
2009-03-19  Li Yuan  <liyuan goaltender>

        Patch from Yue Wang. Bug #575794.
        * atk/atkcomponent.c:
        * atk/atkdocument.c:
        * atk/atkhyperlink.c:
        * atk/atkhyperlinkimpl.c:
        * atk/atkmisc.c:
        * atk/atkobject.c:
        * atk/atkobject.h:
        * atk/atkrelation.c:
        * atk/atkrelationset.c:
        * atk/atkstreamablecontent.c:
        * atk/atktext.c:
        * atk/atkutil.c:
        * atk/atkvalue.c:
        Change "ATK 1.x" to "1.x". Avoid build error.


Modified:
   trunk/ChangeLog
   trunk/atk/atkcomponent.c
   trunk/atk/atkdocument.c
   trunk/atk/atkhyperlink.c
   trunk/atk/atkhyperlinkimpl.c
   trunk/atk/atkmisc.c
   trunk/atk/atkobject.c
   trunk/atk/atkobject.h
   trunk/atk/atkrelation.c
   trunk/atk/atkrelationset.c
   trunk/atk/atkstreamablecontent.c
   trunk/atk/atktext.c
   trunk/atk/atkutil.c
   trunk/atk/atkvalue.c

Modified: trunk/atk/atkcomponent.c
==============================================================================
--- trunk/atk/atkcomponent.c	(original)
+++ trunk/atk/atkcomponent.c	Thu Mar 19 08:31:13 2009
@@ -385,7 +385,7 @@
  * (fully opaque).
  *
  * Returns: An alpha value from 0 to 1.0, inclusive.
- * Since: ATK 1.12
+ * Since: 1.12
  **/
 gdouble
 atk_component_get_alpha (AtkComponent    *component)

Modified: trunk/atk/atkdocument.c
==============================================================================
--- trunk/atk/atkdocument.c	(original)
+++ trunk/atk/atkdocument.c	Thu Mar 19 08:31:13 2009
@@ -182,7 +182,7 @@
  * Gets an AtkAttributeSet which describes document-wide
  *          attributes as name-value pairs.
  *
- * Since: ATK 1.12
+ * Since: 1.12
  *
  * Returns: An AtkAttributeSet containing the explicitly
  *          set name-value-pair attributes associated with this document
@@ -213,7 +213,7 @@
  * @attribute_name: a character string representing the name of the attribute
  *            whose value is being queried.
  *
- * Since: ATK 1.12
+ * Since: 1.12
  *
  * Returns: a string value associated with the named attribute for this
  *    document, or NULL if a value for #attribute_name has not been specified
@@ -246,7 +246,7 @@
  *            whose value is being set.
  * @attribute_value: a string value to be associated with #attribute_name.
  *
- * Since: ATK 1.12
+ * Since: 1.12
  *
  * Returns: TRUE if #value is successfully associated with #attribute_name
  *          for this document, FALSE otherwise (e.g. if the document does not

Modified: trunk/atk/atkhyperlink.c
==============================================================================
--- trunk/atk/atkhyperlink.c	(original)
+++ trunk/atk/atkhyperlink.c	Thu Mar 19 08:31:13 2009
@@ -356,7 +356,7 @@
  *
  * Determines whether this AtkHyperlink is selected
  *
- * Since: ATK 1.4
+ * Since: 1.4
  *
  * @Deprecated: This method is deprecated since ATK version 1.8.
  * Please use ATK_STATE_SELECTED to indicate when a hyperlink within a

Modified: trunk/atk/atkhyperlinkimpl.c
==============================================================================
--- trunk/atk/atkhyperlinkimpl.c	(original)
+++ trunk/atk/atkhyperlinkimpl.c	Thu Mar 19 08:31:13 2009
@@ -48,7 +48,7 @@
  *
  * Returns an AtkHyperlink object which points to this implementing AtkObject.
  *
- * Since: ATK 1.12
+ * Since: 1.12
  **/
 AtkHyperlink *
 atk_hyperlink_impl_get_hyperlink (AtkHyperlinkImpl *obj)

Modified: trunk/atk/atkmisc.c
==============================================================================
--- trunk/atk/atkmisc.c	(original)
+++ trunk/atk/atkmisc.c	Thu Mar 19 08:31:13 2009
@@ -61,7 +61,7 @@
  * (This method is implemented by the toolkit ATK implementation layer;
  *  for instance, for GTK+, GAIL implements this via GDK_THREADS_ENTER).
  *
- * Since: ATK 1.13
+ * Since: 1.13
  *
  **/
 void
@@ -94,7 +94,7 @@
  * (This method is implemented by the toolkit ATK implementation layer;
  *  for instance, for GTK+, GAIL implements this via GDK_THREADS_LEAVE).
  *
- * Since: ATK 1.13
+ * Since: 1.13
  *
  **/
 void
@@ -120,7 +120,7 @@
  *
  * Obtain the singleton instance of AtkMisc for this application.
  * 
- * Since: ATK 1.13
+ * Since: 1.13
  *
  * Returns: The singleton instance of AtkMisc for this application.
  *

Modified: trunk/atk/atkobject.c
==============================================================================
--- trunk/atk/atkobject.c	(original)
+++ trunk/atk/atkobject.c	Thu Mar 19 08:31:13 2009
@@ -1171,7 +1171,7 @@
  * as distinct from strongly-typed object data available via other get/set methods.
  * Not all objects have explicit "name-value pair" #AtkAttributeSet properties.
  *
- * Since: ATK 1.12
+ * Since: 1.12
  *
  * Returns: an #AtkAttributeSet consisting of all explicit properties/annotations applied to 
  * the object, or an empty set if the object has no name-value pair attributes assigned to it.

Modified: trunk/atk/atkobject.h
==============================================================================
--- trunk/atk/atkobject.h	(original)
+++ trunk/atk/atkobject.h	Thu Mar 19 08:31:13 2009
@@ -111,7 +111,7 @@
  * ATK_ROLE_UNKNOWN: The object contains some Accessible information, but its role is not known
  * ATK_ROLE_VIEWPORT: An object usually used in a scroll pane
  * ATK_ROLE_WINDOW: A top level window with no title or border.
- * ATK_ROLE_HEADER: An object that serves as a document header. @Since:ATK 1.1.1
+ * ATK_ROLE_HEADER: An object that serves as a document header. @Since: ATK-1.1.1
  * ATK_ROLE_FOOTER: An object that serves as a document footer.  @Since: ATK-1.1.1
  * ATK_ROLE_PARAGRAPH: An object which is contains a paragraph of text content.   @Since: ATK-1.1.1
  * ATK_ROLE_RULER: An object which describes margins and tab stops, etc. for text objects which it controls (should have CONTROLLER_FOR relation to such).   @Since: ATK-1.1.1

Modified: trunk/atk/atkrelation.c
==============================================================================
--- trunk/atk/atkrelation.c	(original)
+++ trunk/atk/atkrelation.c	Thu Mar 19 08:31:13 2009
@@ -313,7 +313,7 @@
  * not already present.  See also atk_object_add_relationship().
  *
  *
- * Since: ATK 1.9
+ * Since: 1.9
  **/
 void
 atk_relation_add_target (AtkRelation *relation,

Modified: trunk/atk/atkrelationset.c
==============================================================================
--- trunk/atk/atkrelationset.c	(original)
+++ trunk/atk/atkrelationset.c	Thu Mar 19 08:31:13 2009
@@ -310,7 +310,7 @@
  * of that type. If it is does contain a relation of that typea the target
  * is added to the relation.
  *
- * Since: ATK 1.9
+ * Since: 1.9
  **/
 void
 atk_relation_set_add_relation_by_type (AtkRelationSet  *set,

Modified: trunk/atk/atkstreamablecontent.c
==============================================================================
--- trunk/atk/atkstreamablecontent.c	(original)
+++ trunk/atk/atkstreamablecontent.c	Thu Mar 19 08:31:13 2009
@@ -135,7 +135,7 @@
  * Returns:  Returns a string representing a URI, or NULL if no corresponding URI
  * can be constructed.
  *
- * Since: ATK 1.12
+ * Since: 1.12
  **/
 gchar*
 atk_streamable_content_get_uri (AtkStreamableContent *streamable,

Modified: trunk/atk/atktext.c
==============================================================================
--- trunk/atk/atktext.c	(original)
+++ trunk/atk/atktext.c	Thu Mar 19 08:31:13 2009
@@ -937,7 +937,7 @@
  *
  * Get the bounding box for text within the specified range.
  *
- * Since: ATK 1.3
+ * Since: 1.3
  **/
 void
 atk_text_get_range_extents (AtkText          *text,
@@ -970,7 +970,7 @@
  *
  * Get the ranges of text in the specified bounding box.
  *
- * Since: ATK 1.3
+ * Since: 1.3
  *
  * Returns: Array of AtkTextRange. The last element of the array returned 
  *          by this function will be NULL.
@@ -1348,7 +1348,7 @@
  * that the array was returned by the function atk_text_get_bounded_ranges
  * and is NULL terminated.
  *
- * Since: ATK 1.3
+ * Since: 1.3
  **/
 void
 atk_text_free_ranges (AtkTextRange **ranges)

Modified: trunk/atk/atkutil.c
==============================================================================
--- trunk/atk/atkutil.c	(original)
+++ trunk/atk/atkutil.c	Thu Mar 19 08:31:13 2009
@@ -323,7 +323,7 @@
  *
  * Gets the currently focused object.
  * 
- * Since: ATK 1.6
+ * Since: 1.6
  *
  * Returns: the currently focused object for the current application
  **/

Modified: trunk/atk/atkvalue.c
==============================================================================
--- trunk/atk/atkvalue.c	(original)
+++ trunk/atk/atkvalue.c	Thu Mar 19 08:31:13 2009
@@ -136,7 +136,7 @@
  * the minimum increment is undefined, which may mean that it is limited only by the 
  * floating point precision of the platform.
  *
- * Since: ATK 1.12
+ * Since: 1.12
  **/
 void
 atk_value_get_minimum_increment (AtkValue *obj,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]