summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-13 21:49:11 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-13 21:51:42 -0400
commitaa5207b3497249bbdc7b3b64d7c6e53c8975f435 (patch)
tree04dfce52305251abee32e59d688f7e01222a56cc /gtk/gtkiconview.c
parent2b5b6e088567871e20ae24827da4a30197a4e8ff (diff)
downloadgtk+-aa5207b3497249bbdc7b3b64d7c6e53c8975f435.tar.gz
iconview: Small doc additions
Diffstat (limited to 'gtk/gtkiconview.c')
-rw-r--r--gtk/gtkiconview.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index 113264a2ab..5aaf631e26 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -4080,7 +4080,9 @@ gtk_icon_view_new_with_model (GtkTreeModel *model)
* @icon_view: A #GtkIconView.
* @x: The x position to be identified
* @y: The y position to be identified
- *
+ *
+ * Gets the path for the icon at the given position.
+ *
* Returns: (nullable) (transfer full): The #GtkTreePath corresponding
* to the icon or %NULL if no icon exists at that position.
**/
@@ -4112,7 +4114,9 @@ gtk_icon_view_get_path_at_pos (GtkIconView *icon_view,
* @path: (out) (allow-none): Return location for the path, or %NULL
* @cell: (out) (allow-none) (transfer none): Return location for the renderer
* responsible for the cell at (@x, @y), or %NULL
- *
+ *
+ * Gets the path and cell for the icon at the given position.
+ *
* Returns: %TRUE if an item exists at the specified position
**/
gboolean