change_objs      1146 lib/common/patchset.c     GList *change_objs = NULL;
change_objs      1187 lib/common/patchset.c             change_objs = g_list_append(change_objs, change_obj);
change_objs      1225 lib/common/patchset.c     change_objs = g_list_sort(change_objs, sort_change_obj_by_position);
change_objs      1227 lib/common/patchset.c     for (gIter = change_objs; gIter; gIter = gIter->next) {
change_objs      1320 lib/common/patchset.c     g_list_free_full(change_objs, free);