Applies to all methods that have the flag throws=1. Currently there only is the last method parameter GError** err as provided by Glib/Gtk, but that's not very ObjC/ObjFW like to handle.
Applies to all methods that have the flag `throws=1`. Currently there only is the last method parameter `GError** err` as provided by Glib/Gtk, but that's not very ObjC/ObjFW like to handle.
Letterus
added this to the First release of ObjGTK(0.3) milestone 7 months ago
Applies to all methods that have the flag
throws=1
. Currently there only is the last method parameterGError** err
as provided by Glib/Gtk, but that's not very ObjC/ObjFW like to handle.Use a macro for this and just write out the macro name. Create a new
macros.h
for that.