Thank you,
int* offset is a pointer to int used to store the number of bytes that were already read in the GbyteArray.
This pointer indicates the exact point in the GbyteArray from which the conversion function (GByteArray to char*) can start to read.
Hi,
could someone give me a code snippet of a function that takes a GByteArray (glib.h) as input and returns a char* buffer as output
char* convert(GByteArray* b, int* offset);
I need to pass the buffer obtained above to the
int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.