Up
Authors
- Richard Frith-Macdonald
-
Copyright: (C) 2005 Free Software Foundation, Inc.
typedef Ivar GSIVar;
Availability: OpenStep
Description forthcoming.
typedef Method GSMethod;
Availability: OpenStep
Description forthcoming.
typedef intptr_t NSInteger;
Availability: OpenStep
Description forthcoming.
typedef uintptr_t NSUInteger;
Availability: OpenStep
Description forthcoming.
typedef struct _GSIArray* GSIArray;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef struct _GSIArray GSIArray_t;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef GSIMapBucket_t* GSIMapBucket;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef struct _GSIMapBucket GSIMapBucket_t;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef GSIMapEnumerator_t* GSIMapEnumerator;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef struct _GSIMapEnumerator GSIMapEnumerator_t;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef GSIMapNode_t* GSIMapNode;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef struct _GSIMapNode GSIMapNode_t;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef GSIMapTable_t* GSIMapTable;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef struct _GSIMapTable GSIMapTable_t;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef struct _GSIMapEnumerator struct _GSIMapEnumerator;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
typedef enum ... GSMimeErrorCode;
Availability: Not in OpenStep/MacOS-X
The error codes used in the GSMimeErrorDomain
typedef enum _NSGNUstepStringEncoding NSGNUstepStringEncoding;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
struct _GSIArray struct _GSIArray;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
int* _GSIE;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
struct _GSIMapBucket struct _GSIMapBucket;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
struct _GSIMapNode struct _GSIMapNode;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
struct _GSIMapTable struct _GSIMapTable;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
NSRecursiveLock* gnustep_global_lock;
Availability: OpenStep
Global lock to be used by classes when operating on
any global data that invoke other methods which also
access global; thus, creating the potential for
deadlock.
NSString* const GSMimeErrorDomain;
Availability: Not in OpenStep/MacOS-X
The error domain for the GSMime system.
Up