~ubuntu-branches/ubuntu/karmic/tasks/karmic

« back to all changes in this revision

Viewing changes to libkoto/koto-group-store.h

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2007-06-14 13:40:08 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614134008-y1icokig2zuzb8am
Tags: 0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
typedef enum {
49
49
  GROUP_TYPE_NONE,
50
50
  GROUP_TYPE_ALL,
51
 
  GROUP_TYPE_SEPARATOR,
 
51
  GROUP_TYPE_UNMATCHED,
 
52
  GROUP_TYPE_SEPARATOR_PRE,
52
53
  GROUP_TYPE_CATEGORY,
 
54
  GROUP_TYPE_SEPARATOR_POST,
53
55
  GROUP_TYPE_NEW,
54
56
} KotoGroupType;
55
57