diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-03 04:35:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-03 08:45:09 +0800 |
commit | 7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2 (patch) | |
tree | 1ccda4c2c864e0c0dccccde1811093ecefde1753 /e-util/e-rule-context.c | |
parent | 18bdb8b9205e70f725bf49a6f13dc3c2fe3fadf7 (diff) | |
download | gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.tar gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.tar.gz gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.tar.bz2 gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.tar.lz gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.tar.xz gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.tar.zst gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.zip |
Update API documentation.
Diffstat (limited to 'e-util/e-rule-context.c')
-rw-r--r-- | e-util/e-rule-context.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-rule-context.c b/e-util/e-rule-context.c index dc7ce8160d..f5edd574f4 100644 --- a/e-util/e-rule-context.c +++ b/e-util/e-rule-context.c @@ -631,7 +631,7 @@ e_rule_context_add_rule_set (ERuleContext *context, /** * e_rule_context_load: - * @f: + * @context: * @system: * @user: * @@ -663,7 +663,7 @@ e_rule_context_load (ERuleContext *context, /** * e_rule_context_save: - * @f: + * @context: * @user: * * Save a rule context to disk. @@ -687,7 +687,7 @@ e_rule_context_save (ERuleContext *context, /** * e_rule_context_revert: - * @f: + * @context: * @user: * * Reverts a rule context from a user description file. Assumes the |