summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-05-13 09:42:51 +0200
committerTimm Bäder <mail@baedert.org>2020-05-13 09:42:51 +0200
commit9e0bf35941b78277ae984051a5e2208575a54e10 (patch)
tree6e0178d54823ba1eaf554e1f08c0e4fffd22000e /gtk/gtkpaned.c
parentf78c16747668c62ed1859ed5a6d9dcf5058f8b1a (diff)
downloadgtk+-9e0bf35941b78277ae984051a5e2208575a54e10.tar.gz
paned: Fix up the docs once more
Diffstat (limited to 'gtk/gtkpaned.c')
-rw-r--r--gtk/gtkpaned.c8
1 files 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
*/