ithoxd-qrcode ~master (2016-07-06T03:15:32Z)
Dub
Repo
DelegateInfo
dmagick
c
magickDelegate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
DelegateInfo {
char
*
path
;
char
*
decode
;
char
*
encode
;
char
*
commands
;
ssize_t
mode
;
MagickBooleanType
thread_support
;
MagickBooleanType
spawn
;
MagickBooleanType
stealth
;
DelegateInfo
*
previous
;
DelegateInfo
*
next
;
size_t
signature
;
static if
(
MagickLibVersion >= 0x689
)
SemaphoreInfo
*
semaphore
;
}
Members
Variables
commands
char
*
commands
;
decode
char
*
decode
;
encode
char
*
encode
;
Undocumented in source.
mode
ssize_t
mode
;
next
DelegateInfo
*
next
;
Undocumented in source.
path
char
*
path
;
Undocumented in source.
previous
DelegateInfo
*
previous
;
Undocumented in source.
semaphore
SemaphoreInfo
*
semaphore
;
Undocumented in source.
signature
size_t
signature
;
spawn
MagickBooleanType
spawn
;
stealth
MagickBooleanType
stealth
;
Undocumented in source.
thread_support
MagickBooleanType
thread_support
;
Undocumented in source.
Meta
Source
See Implementation
dmagick
c
magickDelegate
aliases
ssize_t
functions
DelegateComponentGenesis
DelegateComponentTerminus
GetDelegateCommand
GetDelegateCommands
GetDelegateInfo
GetDelegateInfoList
GetDelegateList
GetDelegateMode
GetDelegateThreadSupport
InvokeDelegate
ListDelegateInfo
structs
DelegateInfo