X-Git-Url: https://git.brokenzipper.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Flist_operation.h;fp=src%2Flist_operation.h;h=7b679dcf56a78932b16ec23efe3e8292ac4c1cc5;hp=bd33203d075d58f0c847e9a7d47034c7f6cd9d31;hb=d11c8dd3275ed2a4a35598e69c0804dcf9435766;hpb=2ef3e601408ebaeeaf5f40d6967664b012a49979 diff --git a/src/list_operation.h b/src/list_operation.h index bd33203..7b679dc 100644 --- a/src/list_operation.h +++ b/src/list_operation.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2017 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -45,6 +45,8 @@ gboolean list_txn_column_id_isvisible(GtkTreeView *treeview, gint sort_id); Transaction *list_txn_get_active_transaction(GtkTreeView *treeview); +GString *list_txn_to_string(GtkTreeView *treeview, gboolean clipboard); + void list_txn_set_save_column_width(GtkTreeView *treeview, gboolean save_column_width); void list_txn_sort_force(GtkTreeSortable *sortable, gpointer user_data); guint list_txn_get_quicksearch_column_mask(GtkTreeView *treeview);