GNOME Bugzilla – Bug 705433
dlna-renderer: Wrap common error handling code in a macro
Last modified: 2013-08-06 16:22:34 UTC
Error checking, propagation and async task unref'ing tends to be the same everywhere, wrap it in a macro to slightly reduce the pain.
Created attachment 250788 [details] [review] dlna-renderer: Wrap common error handling code in a macro
Review of attachment 250788 [details] [review]: I like the idea of putting the __func__ in there. Maybe we could similarly wrap all the other error handling snippets throughout the code? But, anyway, thanks for the patch!