[gtk/wip/baedert/for-master] paned: Fix up the docs once more



commit 9e0bf35941b78277ae984051a5e2208575a54e10
Author: Timm Bäder <mail baedert org>
Date:   Wed May 13 09:42:51 2020 +0200

    paned: Fix up the docs once more

 gtk/gtkpaned.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c
index a789fb97d1..6c233c4b62 100644
--- a/gtk/gtkpaned.c
+++ b/gtk/gtkpaned.c
@@ -1574,9 +1574,9 @@ gtk_paned_set_start_child (GtkPaned *paned,
  * gtk_paned_get_start_child:
  * @paned: a #GtkPaned
  *
- * Retrieves the start child of the given #GdkPaned.
+ * Retrieves the start child of the given #GtkPaned.
  *
- * See also: #GtkPaned::start-child
+ * See also: #GtkPaned:start-child
  *
  * Returns: (transfer none) (nullable): the start child widget
  */
@@ -1636,9 +1636,9 @@ gtk_paned_get_shrink_start_child (GtkPaned *paned)
  * gtk_paned_get_end_child:
  * @paned: a #GtkPaned
  *
- * Retrieves the end child of the given #GdkPaned.
+ * Retrieves the end child of the given #GtkPaned.
  *
- * See also: #GtkPaned::end-child
+ * See also: #GtkPaned:end-child
  *
  * Returns: (transfer none) (nullable): the end child widget
  */


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