Update docs for the RAZOR_DETAIL_LAST change.
authorKristian Høgsberg <krh@redhat.com>
Tue, 1 Jul 2008 13:44:46 +0000 (09:44 -0400)
committerKristian Høgsberg <krh@redhat.com>
Tue, 1 Jul 2008 13:44:46 +0000 (09:44 -0400)
librazor/iterator.c
librazor/razor.c

index 4908d53..2075be1 100644 (file)
@@ -112,7 +112,7 @@ razor_package_iterator_create_for_file(struct razor_set *set,
  * @package: a %razor_package
  *
  * Gets the next iteratr along with any vararg data.
- * The vararg must be terminated with NULL.
+ * The vararg must be terminated with %RAZOR_DETAIL_LAST.
  *
  * Example: razor_package_iterator_next (pi, package,
  *                                      RAZOR_DETAIL_NAME, &name,
index 7d18205..1a8dfda 100644 (file)
@@ -456,7 +456,7 @@ razor_package_get_details_varg(struct razor_set *set,
  * @package: a %razor_package
  *
  * Gets details about a package using a varg interface
- * The vararg must be terminated with %NULL.
+ * The vararg must be terminated with %RAZOR_DETAIL_LAST.
  *
  * Example: razor_package_get_details (set, package,
  *                                    RAZOR_DETAIL_URL, &url,