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
..
2009-07-02 16:30:51 -04:00
2011-09-04 07:34:32 -04:00
2010-02-07 13:26:37 -05:00
2011-09-04 07:34:32 -04:00
2010-01-17 12:11:08 -05:00
2010-08-24 14:37:02 -04:00
2009-07-14 11:26:22 -04:00
2009-06-24 18:29:22 -04:00
2011-10-06 08:16:21 -04:00