GLib.assertion_message_cmpnum (original) (raw)
Function
GLibassertion_message_cmpnum
Declaration [src]
void
g_assertion_message_cmpnum (
const char* domain,
const char* file,
int line,
const char* func,
const char* expr,
long double arg1,
const char* cmp,
long double arg2,
char numtype
)
Description
No description available.
This function is not directly available to language bindings.
Parameters
domain
Type: const char*
No description available.
The data is owned by the caller of the function. |
---|
The value is a NUL terminated UTF-8 string. |
file
Type: const char*
No description available.
The data is owned by the caller of the function. |
---|
The value is a NUL terminated UTF-8 string. |
line
Type: int
No description available.
func
Type: const char*
No description available.
The data is owned by the caller of the function. |
---|
The value is a NUL terminated UTF-8 string. |
expr
Type: const char*
No description available.
The data is owned by the caller of the function. |
---|
The value is a NUL terminated UTF-8 string. |
arg1
Type: long double
No description available.
cmp
Type: const char*
No description available.
The data is owned by the caller of the function. |
---|
The value is a NUL terminated UTF-8 string. |
arg2
Type: long double
No description available.
numtype
Type: char
No description available.