~snaggen/rhythmbox/bpm

« back to all changes in this revision

Viewing changes to widgets/rb-entry-view.h

  • Committer: James Livingston
  • Author(s): James Livingston
  • Date: 2007-11-25 07:24:57 UTC
  • Revision ID: git-v1:b15d7482ba708af8778d80e83ec24fc7eb5c503b
fix some memory leaks. patch partially by John Daiker.

2007-11-25  James Livingston  <doclivingston@gmail.com>

        * bindings/python/rb.defs:
        * metadata/rb-metadata-dbus-service.c: (main):
        * plugins/rb-plugins-engine.c: (rb_plugins_engine_load),
        (rb_plugins_engine_load_cb):
        * plugins/sample-vala/rb-sample-vala-plugin.vala:
        * plugins/visualizer/rb-visualizer-plugin.c: (get_vis_plugin_list):
        * shell/rb-shell.c: (rb_shell_finalize), (construct_widgets):
        * shell/rb-tray-icon.c: (rb_tray_icon_init):
        * tools/massif.sh:
        * widgets/rb-entry-view.c: (rb_entry_view_get_sorting_type):
        * widgets/rb-entry-view.h: fix some memory leaks. patch partially by
        John Daiker.

svn path=/trunk/; revision=5456

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
                                                         const char  *column_name,
164
164
                                                         gint         sort_order);
165
165
/* deal with the sorting order as a composite string */
166
 
const char *    rb_entry_view_get_sorting_type          (RBEntryView *view);
167
 
 void           rb_entry_view_set_sorting_type          (RBEntryView *view,
 
166
char *          rb_entry_view_get_sorting_type          (RBEntryView *view);
 
167
void            rb_entry_view_set_sorting_type          (RBEntryView *view,
168
168
                                                         const char  *sorttype);
169
169
 
170
170
void            rb_entry_view_set_fixed_column_width    (RBEntryView *view,