~ubuntu-branches/ubuntu/hardy/file-roller/hardy-updates

« back to all changes in this revision

Viewing changes to src/glib-utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Baptiste Mille-Mathias
  • Date: 2007-06-19 18:59:05 UTC
  • mfrom: (1.2.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20070619185905-kd35yjkfr0gn3tfa
Tags: 2.19.3-0ubuntu1
* New upstream release:
  - Added support for Drag&Drop among file-roller windows.
  - Added a folders pane.  
  - Fixed daylight saving time calculation.
  - Save and restore the filename column width.
  - Can not open a file whose name is in non-ascii encoding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                                                  int         last_field);
58
58
int                 n_fields                     (char      **str_array);
59
59
char *              get_time_string              (time_t      time);
 
60
GPtrArray *         g_ptr_array_copy             (GPtrArray     *array);
 
61
void                g_ptr_array_free_full        (GPtrArray *array,
 
62
                                                  GFunc      func,
 
63
                                                  gpointer   user_data);
 
64
void                g_ptr_array_reverse          (GPtrArray *array);
60
65
 
61
66
/**/
62
67