diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-10 07:02:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-10 07:02:51 +0800 |
commit | 1040078ce60b4641e5a3cdad6a2cef14660e63a3 (patch) | |
tree | 0c59410ca87afb492bfa60cf43668b7af6f72533 /e-util/e-plugin.c | |
parent | 64984ad5b86bb5c97868107d462825cbfa301e30 (diff) | |
download | gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.gz gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.zst gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.zip |
Update API documentation.
Also, start fixing some Gtk-Doc warnings. There's a lot.
Diffstat (limited to 'e-util/e-plugin.c')
-rw-r--r-- | e-util/e-plugin.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e-util/e-plugin.c b/e-util/e-plugin.c index 26cf35c126..453fdea643 100644 --- a/e-util/e-plugin.c +++ b/e-util/e-plugin.c @@ -641,7 +641,7 @@ e_plugin_list_plugins(void) /** * e_plugin_construct: - * @ep: An EPlugin derived object. + * @ep: an #EPlugin * @root: The XML root node of the sub-tree containing the plugin * definition. * @@ -664,7 +664,7 @@ e_plugin_construct(EPlugin *ep, xmlNodePtr root) /** * e_plugin_invoke: - * @ep: + * @ep: an #EPlugin * @name: The name of the function to invoke. The format of this name * will depend on the EPlugin type and its language conventions. * @data: The argument to the function. Its actual type depends on @@ -717,8 +717,8 @@ e_plugin_get_symbol(EPlugin *ep, const gchar *name) /** * e_plugin_enable: - * @ep: - * @state: + * @ep: an #EPlugin + * @state: %TRUE to enable, %FALSE to disable * * Set the enable state of a plugin. * |