Man page - globus_callout_handle_t(3)
Packages contas this manual
- globus_callout_constants(3)
- globus_callout(3)
- globus_callout_read_config(3)
- globus_callout_handle(3)
- globus_callout_register(3)
- globus_callout_handle_destroy(3)
- globus_callout_handle_t(3)
- globus_i_callout_module(3)
- globus_callout.h(3)
- globus_callout_call(3)
- globus_callout_handle_init(3)
- globus_callout_call_type(3)
- globus_callout_config(3)
- globus_callout_activation(3)
- globus_callout_constants.h(3)
- globus_callout_function_t(3)
- globus_callout_error_t(3)
Package: libglobus-callout-doc
apt-get install libglobus-callout-doc
apt-get install libglobus-callout-doc
Manuals in package:
Documentations in package:
Manual
| globus_callout_handle(3) | Library Functions Manual | globus_callout_handle(3) |
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_t
Functions
globus_result_t globus_callout_handle_init
(globus_callout_handle_t *handle)
globus_result_t globus_callout_handle_destroy
(globus_callout_handle_t handle)
Detailed Description
Manage a Globus Callout Handle structure.
This section defines operations for initializing and destroying Globus Callout Handle structure.
Typedef Documentation
typedef struct globus_i_callout_handle_s* globus_callout_handle_t
Callout handle type definition
Function Documentation
globus_result_t globus_callout_handle_destroy (globus_callout_handle_t handle)
Destroy a Globus Callout Handle
Parameters
handle The handle that is to be destroyed
Returns
GLOBUS_SUCCESS
globus_result_t globus_callout_handle_init (globus_callout_handle_t * handle)
Initialize a Globus Callout Handle
Parameters
handle 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
Return values
GLOBUS_CALLOUT_ERROR_WITH_HASHTABLE Hashtable
initialization failed
Author
Generated automatically by Doxygen for globus_callout from the source code.
| Version 4.3 | globus_callout |