Added new GedaList class derived from GObject
commit10e79873064a096f8af4b0b6dcb9f957be0f6859
authorPeter Clifton <pcjc2@cam.ac.uk>
Thu, 19 Jul 2007 14:06:57 +0000 (19 15:06 +0100)
committerPeter Clifton <pcjc2@cam.ac.uk>
Thu, 19 Jul 2007 14:06:57 +0000 (19 15:06 +0100)
tree50cf5fbac1806a42441709d86599cf3b2540dda5
parentb5caa78a6dd9227d328397cb77ac4b0731c7d1c9
Added new GedaList class derived from GObject

This abstracts a GList with API for write access. Its main use is in list
change notification, as it emits a "changed" g_signal when modified.
Read only access to the underlying GList is provided by an accessor,
currenly implemented as a macro.
libgeda/include/Makefile.am
libgeda/include/geda_list.h [new file with mode: 0644]
libgeda/include/libgeda.h
libgeda/src/Makefile.am
libgeda/src/geda_list.c [new file with mode: 0644]