aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-02 00:58:23 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:11 +0800
commit8b04ed82b34235f123d75d878806de2db3a5a82d (patch)
tree1cd52789a945f0c8f4df830ec58c14c9c346971e /e-util/e-table.h
parent4391d00cdfabb436e31ce1a3bdbe9d623132d79d (diff)
downloadgsoc2013-evolution-8b04ed82b34235f123d75d878806de2db3a5a82d.tar
gsoc2013-evolution-8b04ed82b34235f123d75d878806de2db3a5a82d.tar.gz
gsoc2013-evolution-8b04ed82b34235f123d75d878806de2db3a5a82d.tar.bz2
gsoc2013-evolution-8b04ed82b34235f123d75d878806de2db3a5a82d.tar.lz
gsoc2013-evolution-8b04ed82b34235f123d75d878806de2db3a5a82d.tar.xz
gsoc2013-evolution-8b04ed82b34235f123d75d878806de2db3a5a82d.tar.zst
gsoc2013-evolution-8b04ed82b34235f123d75d878806de2db3a5a82d.zip
e_table_new: Take an ETableSpecification parameter.
Creating an ETableSpecification is failable, so it's now up to the caller to do that and handle errors before calling e_table_new().
Diffstat (limited to 'e-util/e-table.h')
-rw-r--r--e-util/e-table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-table.h b/e-util/e-table.h
index e8dfbfeeb1..1f2eb36193 100644
--- a/e-util/e-table.h
+++ b/e-util/e-table.h
@@ -270,10 +270,10 @@ GType e_table_get_type (void) G_GNUC_CONST;
ETable * e_table_construct (ETable *e_table,
ETableModel *etm,
ETableExtras *ete,
- const gchar *spec_str);
+ ETableSpecification *specification);
GtkWidget * e_table_new (ETableModel *etm,
ETableExtras *ete,
- const gchar *spec_str);
+ ETableSpecification *specification);
/* Create an ETable using files. */
ETable * e_table_construct_from_spec_file