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

« back to all changes in this revision

Viewing changes to libkoto/koto-group-filter-model.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:
58
58
 
59
59
GtkTreeModel* koto_group_model_filter_new (KotoTaskStore *model);
60
60
 
 
61
void koto_group_model_filter_set_unmatched (KotoGroupFilterModel *filter);
 
62
 
61
63
void koto_group_model_filter_set_group (KotoGroupFilterModel *filter, const char *group);
62
64
 
63
65
G_END_DECLS