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

« back to all changes in this revision

Viewing changes to gtkhtml/htmltablepriv.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:
28
28
void  html_table_alloc_cell  (HTMLTable     *table,
29
29
                              gint           r,
30
30
                              gint           c);
31
 
void  html_table_set_cell    (HTMLTable     *table,
32
 
                              gint           r,
33
 
                              gint           c,
34
 
                              HTMLTableCell *cell);
35
31
 
36
32
#endif