mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Make g_assertion_message_error take a const GError*
This was requested in bug 620265.
This commit is contained in:
parent
87ee5f3641
commit
a0c044b5c6
@ -1390,7 +1390,7 @@ g_assertion_message_error (const char *domain,
|
||||
int line,
|
||||
const char *func,
|
||||
const char *expr,
|
||||
GError *error,
|
||||
const GError *error,
|
||||
GQuark error_domain,
|
||||
int error_code)
|
||||
{
|
||||
|
@ -211,7 +211,7 @@ void g_assertion_message_error (const char *domain,
|
||||
int line,
|
||||
const char *func,
|
||||
const char *expr,
|
||||
GError *error,
|
||||
const GError *error,
|
||||
GQuark error_domain,
|
||||
int error_code) G_GNUC_NORETURN;
|
||||
void g_test_add_vtable (const char *testpath,
|
||||
|
Loading…
Reference in New Issue
Block a user