diff options
Diffstat (limited to 'e-util/e-binding.c')
-rw-r--r-- | e-util/e-binding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-binding.c b/e-util/e-binding.c index a2c37fff71..86362a7eff 100644 --- a/e-util/e-binding.c +++ b/e-util/e-binding.c @@ -310,8 +310,8 @@ e_binding_new_full (gpointer src_object, * * Convenience function for binding with boolean negation of value. * - * Return: The descriptor of the binding. It is automatically - * removed if one of the objects is finalized. + * Returns: The descriptor of the binding. It is automatically + * removed if one of the objects is finalized. **/ EBinding * e_binding_new_with_negation (gpointer src_object, |