Files
evolution/e-util
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-09-04 07:34:32 -04:00
2009-07-14 11:26:22 -04:00
2011-10-01 01:02:13 +02:00
2011-09-04 07:34:32 -04:00
2009-05-28 12:13:22 -04:00
2010-10-21 00:24:46 -04:00
2009-07-14 11:26:22 -04:00
2011-10-04 22:27:14 -04:00