~noskcaj/ubuntu/utopic/gtk-doc/1.21

« back to all changes in this revision

Viewing changes to tests/annotations/src/tester.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-07-02 14:36:38 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20130702143638-9do06zrjae88w70r
Tags: 1.19-0ubuntu1
* New upstream release
* debian/control:
  - Build-depend on yelp-tools
* debian/patches/01_type_init.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
extern gboolean annotation_outparams (GList **list);
26
26
 
27
27
extern void annotation_skip (GList *list);
 
28
extern gboolean annotation_skip_return (GList *list);
28
29
 
29
30
extern void annotation_scope (GCallback *callback, gpointer user_data);
30
31