From c14a971f32d87a85d68137ba2dea5afe8ca5fea2 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 5 Sep 2011 19:00:11 -0400 Subject: [PATCH] docs fixups for glib/ --- docs/reference/glib/glib-sections.txt | 2 +- glib/gwakeup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 4ff806553..069270c37 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -788,7 +788,6 @@ g_atomic_pointer_xor g_atomic_int_exchange_and_add -G_ATOMIC_OP_MEMORY_BARRIER_NEEDED G_ATOMIC_OP_USE_GCC_BUILTINS @@ -2713,6 +2712,7 @@ g_unichar_compose g_unichar_decompose g_unichar_fully_decompose GUnicodeType +G_UNICODE_COMBINING_MARK g_unichar_type GUnicodeBreakType g_unichar_break_type diff --git a/glib/gwakeup.c b/glib/gwakeup.c index 2f191cbf1..bb490594f 100644 --- a/glib/gwakeup.c +++ b/glib/gwakeup.c @@ -36,7 +36,7 @@ #include "gwakeup.h" -/** +/*< private > * SECTION:gwakeup * @title: GWakeup * @short_description: portable cross-thread event signal mechanism