PolicyKit: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Thu Dec 6 22:33:07 PST 2007
src/kit/kit.h | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 0bb7eeac757f770dfe26f05d4f303033aeedf077
Author: David Zeuthen <davidz at redhat.com>
Date: Fri Dec 7 01:29:45 2007 -0500
add bogus Returns: to make gtk-doc happy
diff --git a/src/kit/kit.h b/src/kit/kit.h
index 6030e57..a3d762f 100644
--- a/src/kit/kit.h
+++ b/src/kit/kit.h
@@ -99,6 +99,8 @@ do {
* the expression evaluates to #FALSE, an error message is logged and
* the function returns. This can only be used in functions which do
* not return a value.
+ *
+ * Returns: nothing
*/
#define kit_return_if_fail(expr) \
do { \
@@ -120,6 +122,8 @@ do {
* Returns from the current function, returning the value @val, if the
* expression is not true. If the expression evaluates to #FALSE, an
* error message is logged and val is returned.
+ *
+ * Returns: nothing
*/
#define kit_return_val_if_fail(expr,val) \
do { \
More information about the hal-commit
mailing list