868db64421
Build developer documentation sections and types on the fly
...
That also means less work for the developers/comment writers, as
the new functions/comments are taken automatically into the generated
documentation.
2016-06-23 16:08:23 +02:00
8650fb139a
Bug 540362: [webkit-composer] Use webkit for composer
...
Merge wip/webkit-composer branch into master.
2014-06-09 16:32:25 +02:00
8d7a5a1b87
Add e_composer_header_table_ref_source().
...
Convenience function that works like e_source_registry_ref_source(),
but spares the caller from digging out the ESourceRegistry from the
header table.
2013-06-01 15:24:37 -04:00
76af649676
EComposerHeaderTable: Remove "shell" property.
...
No longer needed.
Removed functions:
e_composer_header_table_get_shell()
2013-06-01 15:24:03 -04:00
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
9bfe38c419
Rename libcomposer to libevolution-mail-composer.
...
To make Evolution's shared libraries more consistent.
Also add an evolution-mail-composer documentation module.
2013-05-28 09:56:30 -04:00