diff options
author | Søren Sandmann <sandmann@redhat.com> | 2005-04-23 22:47:35 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2005-04-23 22:47:35 +0000 |
commit | 8424be60243f1e8db3ae05823d6b76968ab70495 (patch) | |
tree | 9fc2169c6137643d9c030eb378b9b437ca1afe14 /sfile.h | |
parent | 753eb9378b5def16ed200173c249763d79f030dd (diff) |
Check pointer types
Sat Apr 23 18:38:46 2005 Søren Sandmann <sandmann@redhat.com>
* sfile.c (post_process_read_instructions): Check pointer types
* sfile.c (post_process_instructions_recurse): Delete this unused function
Diffstat (limited to 'sfile.h')
-rw-r--r-- | sfile.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -42,7 +42,10 @@ typedef guint SType; * For formats consider: * * Format *format_new (void); - * void format_new_record (Format *f, Record *r); + * void format_set_record (Format *f, Content *r); + * Content *new_record (Content *c1, ...); + * + * List *format_new_list (Format *f * * * Consider adding optional elements: |