[atk] Docs: Replace mentions of 'state-changed' with 'state-change'.



commit 30f2cca3ed1c626c0b3656dea4744123f4263511
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 29 09:13:09 2015 +0200

    Docs: Replace mentions of 'state-changed' with 'state-change'.
    
    And use the correct syntax to create a link to that AtkObject signal.
    See bug #649575

 atk/atkcomponent.c |    4 ++--
 atk/atkobject.c    |    2 +-
 atk/atkobject.h    |    2 +-
 atk/atkutil.c      |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/atk/atkcomponent.c b/atk/atkcomponent.c
index fc7f34c..c89e471 100755
--- a/atk/atkcomponent.c
+++ b/atk/atkcomponent.c
@@ -134,7 +134,7 @@ atk_component_base_init (AtkComponentIface *class)
  * already added it is not added again
  *
  * Deprecated: 2.9.4: If you need to track when an object gains or
- * lose the focus, use state-changed:focused notification instead.
+ * lose the focus, use the #AtkObject::state-change "focused" notification instead.
  *
  * Returns: a handler id which can be used in atk_component_remove_focus_handler()
  * or zero if the handler was already added.
@@ -165,7 +165,7 @@ atk_component_add_focus_handler (AtkComponent    *component,
  * (in or out).
  *
  * Deprecated: 2.9.4: If you need to track when an object gains or
- * lose the focus, use state-changed:focused notification instead.
+ * lose the focus, use the #AtkObject::state-change "focused" notification instead.
  *
  **/
 void
diff --git a/atk/atkobject.c b/atk/atkobject.c
index e9c5310..c79e95e 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -568,7 +568,7 @@ atk_object_class_init (AtkObjectClass *klass)
    * The signal "focus-event" is emitted when an object gained or lost
    * focus.
    *
-   * Deprecated: 2.9.4: Use #AtkObject::state-change signal instead.
+   * Deprecated: 2.9.4: Use the #AtkObject::state-change signal instead.
    */
   atk_object_signals[FOCUS_EVENT] =
     g_signal_new ("focus_event",
diff --git a/atk/atkobject.h b/atk/atkobject.h
index b89b430..a9e06dc 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -525,7 +525,7 @@ struct _AtkObject
  * @focus_event: The signal handler which is executed when there is a
  *   focus event for an object. This virtual function is deprecated
  *   since 2.9.4 and it should not be overriden. Use
- *   state-changed:focused signal instead.
+ *   the #AtkObject::state-change "focused" signal instead.
  */
 struct _AtkObjectClass
 {
diff --git a/atk/atkutil.c b/atk/atkutil.c
index 2869b25..477c1e7 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -121,7 +121,7 @@ atk_focus_tracker_init (AtkEventListenerInit    init)
  *
  * Deprecated: 2.9.4: Focus tracking has been dropped as a feature
  * to be implemented by ATK itself. If you need focus tracking on your
- * implementation, subscribe to the state-changed:focused signal.
+ * implementation, subscribe to the #AtkObject::state-change "focused" signal.
  *
  * Returns: added focus tracker id, or 0 on failure.
  **/
@@ -160,7 +160,7 @@ atk_add_focus_tracker (AtkEventListener   focus_tracker)
  *
  * Deprecated: 2.9.4: Focus tracking has been dropped as a feature
  * to be implemented by ATK itself. If you need focus tracking on your
- * implementation, subscribe to the state-changed:focused signal.
+ * implementation, subscribe to the #AtkObject::state-change "focused" signal.
  *
  * Removes the specified focus tracker from the list of functions
  * to be called when any object receives focus.


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