mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
More gtk-doc cleanups for glib/
This commit is contained in:
parent
92df91590f
commit
de5afbc7cc
@ -36,6 +36,8 @@ IGNORE_HFILES= \
|
||||
gunicomp.h \
|
||||
gunidecomp.h \
|
||||
gunichartables.h \
|
||||
glib_trace.h \
|
||||
libcharset.h \
|
||||
glibconfig-sysdefs.h \
|
||||
gdebug.h \
|
||||
gprintfint.h \
|
||||
|
@ -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_
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user