~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to libanjuta/anjuta-token.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-17 23:48:26 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20120817234826-fvk3rfp6nmfaqi9p
Tags: 2:3.5.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump vala dependency to 0.18 series
  - Drop graphviz from build-depends
* debian/watch: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
811
811
/**
812
812
 * anjuta_token_insert_after:
813
813
 * @sibling: a #AnjutaToken object.
814
 
 * @item: a #AnjutaToken object.
 
814
 * @list: a #AnjutaToken object.
815
815
 *
816
816
 * Insert all tokens after sibling.
817
817
 *
877
877
/**
878
878
 * anjuta_token_insert_before:
879
879
 * @sibling: a #AnjutaToken object.
880
 
 * @item: a #AnjutaToken object.
 
880
 * @list: a #AnjutaToken object.
881
881
 *
882
882
 * Insert all tokens before sibling.
883
883
 *