[glib] More gtk-doc cleanups for glib/



commit de5afbc7cc262b677e00704e1bf3562f45dbede0
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Jul 12 17:32:44 2010 -0400

    More gtk-doc cleanups for glib/

 docs/reference/glib/Makefile.am           |    2 ++
 docs/reference/glib/glib-sections.txt     |    6 ++++++
 docs/reference/glib/tmpl/glib-unused.sgml |    9 ---------
 docs/reference/glib/tmpl/i18n.sgml        |   10 ++++++++++
 4 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/docs/reference/glib/Makefile.am b/docs/reference/glib/Makefile.am
index a363584..0ae9bc0 100644
--- a/docs/reference/glib/Makefile.am
+++ b/docs/reference/glib/Makefile.am
@@ -36,6 +36,8 @@ IGNORE_HFILES=			\
 	gunicomp.h		\
 	gunidecomp.h		\
 	gunichartables.h	\
+	glib_trace.h		\
+	libcharset.h		\
 	glibconfig-sysdefs.h	\
 	gdebug.h		\
 	gprintfint.h		\
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index da95251..de98e62 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -691,6 +691,7 @@ GSystemThread
 g_thread_use_default_impl
 g_threads_got_initialized
 g_thread_functions_for_glib_use
+g_thread_gettime
 g_thread_init_glib
 g_thread_error_quark
 g_once_impl
@@ -764,6 +765,9 @@ g_atomic_pointer_set
 g_atomic_pointer_compare_and_exchange
 g_atomic_int_inc
 g_atomic_int_dec_and_test
+
+<SUBSECTION Private>
+G_ATOMIC_OP_MEMORY_BARRIER_NEEDED
 </SECTION>
 
 <SECTION>
@@ -1184,6 +1188,7 @@ g_utime
 
 <SUBSECTION Private>
 g_file_error_quark
+utimbuf
 </SECTION>
 
 
@@ -2581,6 +2586,7 @@ g_unichar_to_utf8
 <TITLE>I18N</TITLE>
 <FILE>i18n</FILE>
 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
+_
 Q_
 C_
 N_
diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml
index 7469a50..fbd081d 100644
--- a/docs/reference/glib/tmpl/glib-unused.sgml
+++ b/docs/reference/glib/tmpl/glib-unused.sgml
@@ -275,15 +275,6 @@ i.e. just the <filename>foo</filename> in <filename>/usr/bin/foo</filename>.
 </para>
 
 
-<!-- ##### MACRO _ ##### -->
-<para>
-Marks a string for translation, gets replaced with the translated string
-at runtime.
-</para>
-
- String: the string to be translated
- Since: 2.4
-
 <!-- ##### MACRO access ##### -->
 <para>
 
diff --git a/docs/reference/glib/tmpl/i18n.sgml b/docs/reference/glib/tmpl/i18n.sgml
index b9b06e2..ebcc7d5 100644
--- a/docs/reference/glib/tmpl/i18n.sgml
+++ b/docs/reference/glib/tmpl/i18n.sgml
@@ -35,6 +35,16 @@ The gettext manual.
 <!-- ##### SECTION Image ##### -->
 
 
+<!-- ##### MACRO _ ##### -->
+<para>
+Marks a string for translation, gets replaced with the translated string
+at runtime.
+</para>
+
+ String: the string to be translated
+ Since: 2.4
+
+
 <!-- ##### MACRO Q_ ##### -->
 <para>
 Like _(), but handles context in message ids. This has the advantage that 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]