~ubuntu-branches/ubuntu/saucy/dee/saucy-proposed

« back to all changes in this revision

Viewing changes to src/dee-model.h

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-02-03 11:38:57 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120203113857-a46h5kyigogedqy2
Tags: 1.0.2-0ubuntu1
* New upstream release.
  - DeeModel support insert_sorted() and find_sorted() (LP: #913128)
* debian/control:
  - requires now libicu-dev
* debian/libdee-1.0-4.symbols:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
G_BEGIN_DECLS
32
32
 
 
33
#define DEE_TYPE_MODEL_ITER (dee_model_iter_get_type ())
 
34
 
33
35
#define DEE_TYPE_MODEL (dee_model_get_type ())
34
36
 
35
37
#define DEE_MODEL(obj) \
225
227
  void     (*_dee_model_8) (void);
226
228
};
227
229
 
 
230
GType           dee_model_iter_get_type         (void);
 
231
 
228
232
/**
229
233
 * dee_model_get_type:
230
234
 *