logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

m17n_object_ref -

Description

       Increment the reference count of a managed object. The m17n_object_ref() function increments the
       reference count of the managed object pointed to by object.

Errors

           This function never fails.

Name

       m17n_object_ref -

Return Value

           This function returns the resulting reference count if it fits in a 16-bit unsigned integer (i.e.
           less than 0x10000). Otherwise, it return -1.

Synopsis

       int m17n_object_ref (void * object)

See Also