From 0ff2718caba612e6e401dfdf20a730a4ee54a9ad Mon Sep 17 00:00:00 2001 From: Syping Date: Sat, 30 Oct 2021 17:49:51 +0200 Subject: [PATCH] C API: fix documented mix-up --- src/RagePhoto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RagePhoto.h b/src/RagePhoto.h index d010ac6..7e8d751 100644 --- a/src/RagePhoto.h +++ b/src/RagePhoto.h @@ -207,7 +207,7 @@ LIBRAGEPHOTO_EXPORT const char* ragephoto_getphotodata(ragephoto_t instance); */ LIBRAGEPHOTO_EXPORT const char* ragephoto_getphotodesc(ragephoto_t instance); -/** Returns the Photo JPEG data size. +/** Returns the Photo Format (GTA V or RDR 2). * \param instance \p ragephoto_t instance */ LIBRAGEPHOTO_EXPORT uint32_t ragephoto_getphotoformat(ragephoto_t instance); @@ -217,7 +217,7 @@ LIBRAGEPHOTO_EXPORT uint32_t ragephoto_getphotoformat(ragephoto_t instance); */ LIBRAGEPHOTO_EXPORT const char* ragephoto_getphotojson(ragephoto_t instance); -/** Returns the Photo Format (GTA V or RDR 2). +/** Returns the Photo JPEG data size. * \param instance \p ragephoto_t instance */ LIBRAGEPHOTO_EXPORT uint32_t ragephoto_getphotosize(ragephoto_t instance);