mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
Make g_assertion_message_error take a const GError*
This was requested in bug 620265.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user