X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/6cfee9d1ec893f4947a6fd8c3472aad44b813ca8..HEAD:/tags.c diff --git a/tags.c b/tags.c index 6812a49e..1d759e7a 100644 --- a/tags.c +++ b/tags.c @@ -182,7 +182,7 @@ void i_tags_destroy(i_img_tags *tags) { =category Tags -Searchs for a tag of the given I starting from index I. +Searches for a tag of the given I starting from index I. On success returns true and sets *I. @@ -209,7 +209,7 @@ int i_tags_find(i_img_tags *tags, char const *name, int start, int *entry) { =category Tags -Searchs for a tag of the given I starting from index I. +Searches for a tag of the given I starting from index I. On success returns true and sets *I. @@ -580,7 +580,7 @@ On failure returns false. value_size must be at least large enough for a string representation of an integer. -The copied value is always NUL terminated. +The copied value is always C terminated. =cut */ @@ -636,14 +636,14 @@ i_tags_set(i_img_tags *tags, char const *name, char const *data, int size) { } /* -=item i_tags_setn(tags, name, idata) +=item i_tags_setn(C, C, C) =synopsis i_tags_setn(&img->tags, "i_xres", 204); =synopsis i_tags_setn(&img->tags, "i_yres", 196); =category Tags -Sets the given tag to the integer I +Sets the given tag to the integer C -Even on failure, if an existing tag I exists, it will be +Even on failure, if an existing tag C exists, it will be removed. =cut