summary refs log tree commit diff stats
path: root/src/fe-gtk/custom-list.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-18 04:08:32 -0500
committerTingPing <tingping@tingping.se>2014-01-18 14:47:17 -0500
commitce09cb4a91e0b0a567e87d1f5e7301924b16c146 (patch)
tree6e284ed7768758ad59173e3c580d28741dbff47c /src/fe-gtk/custom-list.c
parentfa1eb92a7bc17e9e3ae3809851588ea5842df292 (diff)
Update most deprecated gtk functions
Diffstat (limited to 'src/fe-gtk/custom-list.c')
-rw-r--r--src/fe-gtk/custom-list.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fe-gtk/custom-list.c b/src/fe-gtk/custom-list.c
index ed292294..a954b4a0 100644
--- a/src/fe-gtk/custom-list.c
+++ b/src/fe-gtk/custom-list.c
@@ -87,7 +87,7 @@ static void custom_list_sortable_set_sort_func (GtkTreeSortable * sortable,
 																gint sort_col_id,
 																GtkTreeIterCompareFunc
 																sort_func, gpointer user_data,
-																GtkDestroyNotify
+																GDestroyNotify
 																destroy_func);
 
 static void custom_list_sortable_set_default_sort_func (GtkTreeSortable *
@@ -95,7 +95,7 @@ static void custom_list_sortable_set_default_sort_func (GtkTreeSortable *
 																		  GtkTreeIterCompareFunc
 																		  sort_func,
 																		  gpointer user_data,
-																		  GtkDestroyNotify
+																		  GDestroyNotify
 																		  destroy_func);
 
 static gboolean custom_list_sortable_has_default_sort_func (GtkTreeSortable *
@@ -601,7 +601,7 @@ custom_list_sortable_set_sort_func (GtkTreeSortable * sortable,
 												gint sort_col_id,
 												GtkTreeIterCompareFunc sort_func,
 												gpointer user_data,
-												GtkDestroyNotify destroy_func)
+												GDestroyNotify destroy_func)
 {
 }
 
@@ -609,7 +609,7 @@ static void
 custom_list_sortable_set_default_sort_func (GtkTreeSortable * sortable,
 														  GtkTreeIterCompareFunc sort_func,
 														  gpointer user_data,
-														  GtkDestroyNotify destroy_func)
+														  GDestroyNotify destroy_func)
 {
 }