~ubuntu-branches/ubuntu/lucid/gtkhtml3.14/lucid

« back to all changes in this revision

Viewing changes to gtkhtml/htmlengine.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-02 11:18:16 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602111816-t7rv5r7z58i0lkb4
Tags: 1:3.27.2-0ubuntu1
* New upstream version
* debian/rules:
  - updated library version

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
 
311
311
/* Parsing control.  */
312
312
GtkHTMLStream *html_engine_begin            (HTMLEngine  *p,
313
 
                                             char        *content_type);
 
313
                                             const char  *content_type);
314
314
void           html_engine_parse            (HTMLEngine  *p);
315
315
void           html_engine_stop_parser      (HTMLEngine  *e);
316
316
void           html_engine_stop             (HTMLEngine  *e);