~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to src/document.h

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
 
185
185
void document_set_cursor(Document *d, off_t cursorpos);
186
186
 
 
187
off_t document_nudge_cursor(Document *d, off_t delta);
187
188
 
188
189
void document_set_view(Document *d, off_t viewstart, off_t viewend);
189
190