~didrocks/dee/bootstrap

« back to all changes in this revision

Viewing changes to vapi/dee-1.0.vapi

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2012-01-25 21:14:58 UTC
  • mto: This revision was merged to the branch mainline in revision 338.
  • Revision ID: mikkel.kamstrup@gmail.com-20120125211458-gkah9luvtdh94qre
Add a dee-icu-1.0.pc file to help with build time dep detection for developers. Add gtk-doc for the new ICU related symbols. Add a GError type DeeICUError (not fully wired up yet).

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
                public string read (Dee.Model model, Dee.ModelIter iter);
299
299
        }
300
300
        [CCode (cheader_filename = "dee.h")]
 
301
        public enum ICUError {
 
302
                [CCode (cname = "DEE_ICU_ERROR_PARSE_ERROR")]
 
303
                ICU_ERROR_PARSE_ERROR
 
304
        }
 
305
        [CCode (cheader_filename = "dee.h")]
301
306
        [Flags]
302
307
        public enum TermMatchFlag {
303
308
                [CCode (cname = "DEE_TERM_MATCH_EXACT")]