PolicyKit: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Thu Nov 8 09:46:34 PST 2007
src/polkit/polkit-private.h | 7 +++++++
src/polkit/polkit-test.c | 7 +++++++
2 files changed, 14 insertions(+)
New commits:
commit 4aa9cd80c5406e51c8b5852297a9b258463e81cc
Author: David Zeuthen <davidz at redhat.com>
Date: Thu Nov 8 12:43:23 2007 -0500
add some gtk-doc to private bits to get doc coverage to 100%
diff --git a/src/polkit/polkit-private.h b/src/polkit/polkit-private.h
index cff4a91..a8c9004 100644
--- a/src/polkit/polkit-private.h
+++ b/src/polkit/polkit-private.h
@@ -35,6 +35,13 @@
#include <polkit/polkit-memory.h>
#include <polkit/polkit-hash.h>
+/**
+ * SECTION:polkit-private
+ * @short_description: Private symbols for libpolkit
+ *
+ * Private symbols for libpolkit.
+ */
+
POLKIT_BEGIN_DECLS
void _polkit_memory_reset (void);
diff --git a/src/polkit/polkit-test.c b/src/polkit/polkit-test.c
index e1124bc..650c906 100644
--- a/src/polkit/polkit-test.c
+++ b/src/polkit/polkit-test.c
@@ -31,6 +31,13 @@
#define MAX_TESTS 64
+/**
+ * SECTION:polkit-test
+ * @short_description: Testing code for libpolkit
+ *
+ * Testing code for libpolkit.
+ */
+
static PolKitTest *tests[] = {
&_test_list,
&_test_hash,
More information about the hal-commit
mailing list