ithoxd-qrcode ~master (2016-07-06T03:15:32Z)
Dub
Repo
ConfigureInfo
dmagick
c
configure
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
ConfigureInfo {
char
*
path
;
char
*
name
;
char
*
value
;
MagickBooleanType
exempt
;
MagickBooleanType
stealth
;
ConfigureInfo
*
previous
;
ConfigureInfo
*
next
;
size_t
signature
;
}
Members
Variables
exempt
MagickBooleanType
exempt
;
name
char
*
name
;
next
ConfigureInfo
*
next
;
Undocumented in source.
path
char
*
path
;
Undocumented in source.
previous
ConfigureInfo
*
previous
;
Undocumented in source.
signature
size_t
signature
;
stealth
MagickBooleanType
stealth
;
value
char
*
value
;
Undocumented in source.
Meta
Source
See Implementation
dmagick
c
configure
functions
ConfigureComponentGenesis
ConfigureComponentTerminus
DestroyConfigureOptions
GetConfigureInfo
GetConfigureInfoList
GetConfigureList
GetConfigureOption
GetConfigureOptions
GetConfigurePaths
GetConfigureValue
ListConfigureInfo
structs
ConfigureInfo