~ubuntu-branches/ubuntu/precise/gtkhtml4.0/precise-proposed

« back to all changes in this revision

Viewing changes to a11y/table.c

  • Committer: Ken VanDine
  • Date: 2011-06-24 16:38:18 UTC
  • mfrom: (3.1.7 gtkhtml4.0)
  • Revision ID: ken.vandine@canonical.com-20110624163818-pemvs906ip0y1vvw
Tags: 4.1.2-0ubuntu1
releasing version 4.1.2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
 
337
337
  AtkObject*
338
338
                    (* get_caption)              (AtkTable      *table);
339
 
  G_CONST_RETURN gchar *
340
 
                    (* get_column_description)   (AtkTable      *table,
 
339
  const gchar *     (* get_column_description)   (AtkTable      *table,
341
340
                                                  gint          column);
342
 
  G_CONST_RETURN gchar *
343
 
                    (* get_row_description)      (AtkTable      *table,
 
341
  const gchar *     (* get_row_description)      (AtkTable      *table,
344
342
                                                  gint          row);
345
343
  AtkObject*        (* get_summary)              (AtkTable      *table);
346
344
  void              (* set_caption)              (AtkTable      *table,