[gtk+] Fix typo in documentation
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix typo in documentation
- Date: Fri, 10 Aug 2012 17:04:11 +0000 (UTC)
commit 374d48c37bdb93ba8d457c286f4ee15adcfe8b24
Author: William Jon McCann <jmccann redhat com>
Date: Fri Aug 10 12:23:02 2012 -0400
Fix typo in documentation
gtk/gtkiconview.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index 08076c3..3da42ae 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -5372,7 +5372,7 @@ gtk_icon_view_unselect_path (GtkIconView *icon_view,
*
* To free the return value, use:
* |[
- * g_list_free_full (list, (GDestroyNotify) gtk_tree_patch_free);
+ * g_list_free_full (list, (GDestroyNotify) gtk_tree_path_free);
* ]|
*
* Return value: (element-type GtkTreePath) (transfer full): A #GList containing a #GtkTreePath for each selected row.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]