summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-08-04 14:13:56 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-08-04 14:13:56 +0000
commit906db67f37b705e05e853e323f0442299122b2d3 (patch)
treee1ad460a0b9e1d36729fe8a6a9de7fcfa39def8d /gtk/gtkclist.c
parentcd8bca1c6406da8a4aeb854205d81436123e2f07 (diff)
downloadgdk-pixbuf-906db67f37b705e05e853e323f0442299122b2d3.tar.gz
gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch]
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.[ch] * gtk/gtkctree.[ch] * gtk/gtkitemfactory.[ch] * gtk/gtkobject.[ch] * gtk/gtksignal.[ch]: s/GtkDestroyNotify/GDestroyNotify/g svn path=/trunk/; revision=20967
Diffstat (limited to 'gtk/gtkclist.c')
-rw-r--r--gtk/gtkclist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c
index 4c23fc351..2d9eb1cfe 100644
--- a/gtk/gtkclist.c
+++ b/gtk/gtkclist.c
@@ -3071,10 +3071,10 @@ gtk_clist_set_row_data (GtkCList *clist,
}
void
-gtk_clist_set_row_data_full (GtkCList *clist,
- gint row,
- gpointer data,
- GtkDestroyNotify destroy)
+gtk_clist_set_row_data_full (GtkCList *clist,
+ gint row,
+ gpointer data,
+ GDestroyNotify destroy)
{
GtkCListRow *clist_row;