Files
evolution/widgets/misc
Matthew Barnes 126aa2398a Prefer g_simple_async_result_take_error().
Slightly more efficient and convenient than:

    g_simple_async_result_set_from_error (simple, error);
    g_error_free (error);

One less GError to copy and destroy.
2011-10-06 09:37:01 -04:00
..
2011-09-04 07:34:32 -04:00
2011-09-04 07:34:32 -04:00
2011-10-06 08:16:21 -04:00