ADG: split AdgTableRow and AdgTableCell from AdgTable
commitc91d4d216ad99906a2e538ee2be78e7df2eed61f
authorNicola Fontana <ntd@entidi.it>
Sun, 11 Mar 2012 15:21:37 +0000 (11 16:21 +0100)
committerNicola Fontana <ntd@entidi.it>
Sun, 11 Mar 2012 16:03:39 +0000 (11 17:03 +0100)
tree8b3748c8e091a494481296573cb148b755eba850
parentb2ef15fd69795d870bd9b1476d2dd59f55450508
ADG: split AdgTableRow and AdgTableCell from AdgTable

GObject introspection requires all the component of the API to be
properly defined in the GObject world. Moved AdgTableRow and
AdgTableCell on its own and wrapped into boxed types.

This removes any warnings from g-ir-scanner.
12 files changed:
docs/adg/adg-docs.xml
src/adg/Makefile.am
src/adg/adg-table-cell.c [new file with mode: 0644]
src/adg/adg-table-cell.h [copied from src/adg/adg-table.h with 54% similarity]
src/adg/adg-table-private.h
src/adg/adg-table-row.c [new file with mode: 0644]
src/adg/adg-table-row.h [new file with mode: 0644]
src/adg/adg-table.c
src/adg/adg-table.h
src/adg/adg-title-block.c
src/adg/adg-utils.h
src/cpml/Makefile.am