From 723dcbcb89ee403e005feae39df7f66b66da1f82 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 3 Mar 2009 10:34:15 +0000 Subject: [PATCH] isoburn_igopt_get_data_start() @since 0.3.6 because not announced in 0.3.4 --- libisoburn/libisoburn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 7de9a76f..34cb82c4 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -1065,7 +1065,7 @@ int isoburn_igopt_get_effective_lba(struct isoburn_imgen_opts *o, int *lba); if the result exceeds 31 bit, or if the call is made before image preparation. This value cannot be set by the application but only be inquired. - @since 0.3.4 + @since 0.3.6 @param o The option set to work on @param lba The block number of the session start on media. <0 means that no address has been determined yet.