[gnome-todo] task-list-view: better name arguments



commit 672c0397d44ea0eb665a2c758a6c07327cdf3585
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Feb 11 19:42:56 2016 -0200

    task-list-view: better name arguments

 src/gtd-task-list-view.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gtd-task-list-view.h b/src/gtd-task-list-view.h
index e04ab37..038ec2f 100644
--- a/src/gtd-task-list-view.h
+++ b/src/gtd-task-list-view.h
@@ -55,10 +55,10 @@ typedef void (*GtdTaskListViewHeaderFunc) (GtkListBoxRow        *row,
  *
  * The sorting function called on every task.
  */
-typedef gint (*GtdTaskListViewSortFunc)   (GtkListBoxRow        *row,
-                                           GtdTask              *row_task,
-                                           GtkListBoxRow        *before,
-                                           GtdTask              *before_task,
+typedef gint (*GtdTaskListViewSortFunc)   (GtkListBoxRow        *row1,
+                                           GtdTask              *row1_task,
+                                           GtkListBoxRow        *row2,
+                                           GtdTask              *row2_task,
                                            gpointer              user_data);
 
 GtkWidget*                gtd_task_list_view_new                (void);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]