summaryrefslogtreecommitdiff
path: root/sfile.h
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2005-04-23 22:47:35 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2005-04-23 22:47:35 +0000
commit8424be60243f1e8db3ae05823d6b76968ab70495 (patch)
tree9fc2169c6137643d9c030eb378b9b437ca1afe14 /sfile.h
parent753eb9378b5def16ed200173c249763d79f030dd (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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sfile.h b/sfile.h
index 042fe8f..e3ec83b 100644
--- a/sfile.h
+++ b/sfile.h
@@ -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: