Closed mcatanzaro closed 3 years ago
If we fail to bind any global objects, we are going to crash. Let's do that as nicely as possible using g_error(), rather than dereferencing null pointers later on.
Suggested by #145
Thanks @mcatanzaro 😃
If we fail to bind any global objects, we are going to crash. Let's do that as nicely as possible using g_error(), rather than dereferencing null pointers later on.
Suggested by #145