diff options
Diffstat (limited to 'widgets/table/e-table-header.c')
-rw-r--r-- | widgets/table/e-table-header.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/e-table-header.c b/widgets/table/e-table-header.c index 56c7bed164..dd5625df99 100644 --- a/widgets/table/e-table-header.c +++ b/widgets/table/e-table-header.c @@ -321,7 +321,8 @@ eth_do_insert (ETableHeader *eth, int pos, ETableCol *val) * * This function adds the @tc ETableCol definition into the @eth ETableHeader * at position @pos. This is the way you add new ETableCols to the - * ETableHeader. + * ETableHeader. The header will assume ownership of the @tc; you should not + * unref it after you add it. * * This function will emit the "structure_change" signal on the @eth object. * The ETableCol is assumed |