Use G_GNUC_WARN_UNUSED_RESULT in prototypes
This will warn users of the C API (and ourselves) in case we mistakenly ignore a returned value that transfers a resource to the caller. Fixes #127
Please register or sign in to comment
This will warn users of the C API (and ourselves) in case we mistakenly ignore a returned value that transfers a resource to the caller. Fixes #127