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

globus_callout_handle - Callout Handle Operations

Author

       Generated automatically by Doxygen for globus_callout from the source code.

globus_callout                                     Version 4.3                          globus_callout_handle(3)

Detailed Description

       Manage a Globus Callout Handle structure.

       This section defines operations for initializing and destroying Globus Callout Handle structure.

Function Documentation

globus_result_tglobus_callout_handle_destroy(globus_callout_handle_thandle)
       Destroy a Globus Callout Handle

       Parametershandle The handle that is to be destroyed

       Returns
           GLOBUS_SUCCESS

   globus_result_tglobus_callout_handle_init(globus_callout_handle_t*handle)
       Initialize a Globus Callout Handle

       Parametershandle Pointer to the handle that is to be initialized

       Returns
           This function returns GLOBUS_SUCCESS or a globus_result_t referring to an error object of one of the
           following types

       ReturnvaluesGLOBUS_CALLOUT_ERROR_WITH_HASHTABLE Hashtable initialization failed

Name

       globus_callout_handle - Callout Handle Operations

        - Manage a Globus Callout Handle structure.

Synopsis

Typedefs
       typedef struct globus_i_callout_handle_s * globus_callout_handle_tFunctions
       globus_result_t globus_callout_handle_init (globus_callout_handle_t *handle)
       globus_result_t globus_callout_handle_destroy (globus_callout_handle_t handle)

Typedef Documentation

typedefstructglobus_i_callout_handle_s*globus_callout_handle_t
       Callout handle type definition

See Also