gtk-d ~Gtk2 (2022-05-05T07:07:42.3116063)
Dub
Repo
WError
utils
GtkWrapper
Undocumented in source.
struct
WError {
int
lineNumber
;
int
code
;
string
filename
;
string
message
;
static
WError
*
create
(string filename, int lineNumber, int code, string message);
void
print
();
}
Members
Functions
print
void
print
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
WError
*
create
(string filename, int lineNumber, int code, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
int
code
;
Undocumented in source.
filename
string
filename
;
Undocumented in source.
lineNumber
int
lineNumber
;
Undocumented in source.
message
string
message
;
Undocumented in source.
Meta
Source
See Implementation
utils
GtkWrapper
classes
GtkWrapper
functions
joinRootDirFile
main
structs
WError