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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2007-08-13 21:23:04 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813212304-lygqq9gtx4g548w9
Tags: 0.11-1
* New upstream release
  - Fix crash when deleting tasks (Fixes: #437097)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
GtkWidget* koto_group_combo_new (KotoGroupStore *store);
61
61
 
62
 
KotoGroupType koto_group_combo_get_active_type (KotoGroupCombo *combo);
63
 
 
64
 
char * koto_group_combo_get_active_group (KotoGroupCombo *combo);
 
62
KotoGroup* koto_group_combo_get_active_group (KotoGroupCombo *combo);
65
63
 
66
64
void koto_group_combo_connect_filter (KotoGroupCombo *combo, KotoGroupFilterModel *filter);
67
65