[gtk+] docs: fix property links



commit 5db8aac181d5bac9fad950821dc8929d82eac2fc
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 17:00:24 2014 -0500

    docs: fix property links

 gtk/deprecated/gtkaction.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/deprecated/gtkaction.c b/gtk/deprecated/gtkaction.c
index 0166ea6..876f757 100644
--- a/gtk/deprecated/gtkaction.c
+++ b/gtk/deprecated/gtkaction.c
@@ -230,7 +230,7 @@ gtk_action_class_init (GtkActionClass *klass)
    *
    * A unique name for the action.
    *
-   * Deprecated: 3.10: Use #GAction::name instead
+   * Deprecated: 3.10: Use #GAction:name instead
    */
   g_object_class_install_property (gobject_class,
                                   PROP_NAME,
@@ -452,7 +452,7 @@ gtk_action_class_init (GtkActionClass *klass)
    *
    * Whether the action is enabled.
    *
-   * Deprecated: 3.10: Use #GAction::enabled and #GSimpleAction::enabled
+   * Deprecated: 3.10: Use #GAction:enabled and #GSimpleAction:enabled
    * instead
    */
   g_object_class_install_property (gobject_class,
@@ -1192,7 +1192,7 @@ gtk_action_get_sensitive (GtkAction *action)
  * @action: the action object
  * @sensitive: %TRUE to make the action sensitive
  * 
- * Sets the ::sensitive property of the action to @sensitive. Note that 
+ * Sets the :sensitive property of the action to @sensitive. Note that 
  * this doesn't necessarily mean effective sensitivity. See 
  * gtk_action_is_sensitive() 
  * for that.
@@ -1272,7 +1272,7 @@ gtk_action_get_visible (GtkAction *action)
  * @action: the action object
  * @visible: %TRUE to make the action visible
  * 
- * Sets the ::visible property of the action to @visible. Note that 
+ * Sets the :visible property of the action to @visible. Note that 
  * this doesn't necessarily mean effective visibility. See 
  * gtk_action_is_visible() 
  * for that.
@@ -1640,7 +1640,7 @@ gtk_action_get_visible_vertical (GtkAction *action)
  * Since: 2.16
  *
  * Deprecated: 3.10: Use #GAction instead, and set tooltips on associated
- * #GActionable widgets with gtk_widget_set_tooltip_text()
+ * #GtkActionable widgets with gtk_widget_set_tooltip_text()
  */
 void 
 gtk_action_set_tooltip (GtkAction   *action,


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