Files
evolution/calendar/gui
Matthew Barnes 0dc9aae35b EComposeHeaderTable: Replace "registry" property with "client-cache".
The ESourceRegistry can still be obtained from the EClientCache:

   client_cache = e_composer_header_table_ref_client_cache (table);
   registry = e_client_cache_ref_registry (client_cache);

   ...

   g_object_unref (client_cache);
   g_object_unref (registry);

Added functions:

  e_composer_header_table_ref_client_cache()

Removed functions:

  e_composer_header_table_get_registry()
2013-06-01 15:24:00 -04:00
..
2013-03-17 08:49:12 -04:00
2012-08-19 14:17:55 -04:00
2013-03-17 08:49:12 -04:00
2013-03-17 08:49:12 -04:00