summaryrefslogtreecommitdiff
path: root/atk/atkmisc.c
diff options
context:
space:
mode:
authorLi Yuan <liyuan@goaltender>2009-03-19 08:31:13 +0000
committerLi Yuan <liyuan@src.gnome.org>2009-03-19 08:31:13 +0000
commit5b32dfd56cae1358e6382beeb3f99d9a590eef39 (patch)
treef35da11fc7b9bfe7a79aab0c16beea8c029fc496 /atk/atkmisc.c
parentf38c502e6e6470f0cdf8f82eb743bd9a9f8aced7 (diff)
downloadatk-5b32dfd56cae1358e6382beeb3f99d9a590eef39.tar.gz
Patch from Yue Wang. Bug #575794.
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. svn path=/trunk/; revision=1364
Diffstat (limited to 'atk/atkmisc.c')
-rwxr-xr-xatk/atkmisc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atk/atkmisc.c b/atk/atkmisc.c
index 8a16b45..484b9fd 100755
--- a/atk/atkmisc.c
+++ b/atk/atkmisc.c
@@ -61,7 +61,7 @@ atk_misc_class_init (AtkMiscClass *klass)
* (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 @@ atk_misc_threads_enter (AtkMisc *misc)
* (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 @@ AtkMisc *atk_misc_instance = NULL;
*
* 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.
*