mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-01 08:52:18 +01:00 
			
		
		
		
	Add g_assert_se(), g_return_if_fail_se() and g_return_val_if_fail_se() as variants of the existing macros that are guaranteed to evaluate side effects in their expression argument. Inspired by similar macros in systemd. These are just macros, so they come at no extra cost. https://bugzilla.gnome.org/show_bug.cgi?id=741026