Missing files

This commit is contained in:
Matthias Clasen 2006-10-09 04:24:29 +00:00
parent 68e78574db
commit ead852a01e
4 changed files with 53 additions and 0 deletions

View File

@ -35,6 +35,7 @@ IGNORE_HFILES= \
gprintfint.h \
galias.h \
gmirroringtable.h \
gscripttable.h \
glib-mirroring-tab \
gnulib

View File

@ -554,6 +554,15 @@ for the default main context.
@Returns:
<!-- ##### FUNCTION g_timeout_source_new_seconds ##### -->
<para>
</para>
@interval:
@Returns:
<!-- ##### FUNCTION g_timeout_add ##### -->
<para>
</para>
@ -576,6 +585,17 @@ for the default main context.
@Returns:
<!-- ##### FUNCTION g_timeout_add_seconds ##### -->
<para>
</para>
@interval:
@function:
@data:
@Returns:
<!-- ##### FUNCTION g_idle_source_new ##### -->
<para>

View File

@ -132,6 +132,12 @@ A convenience function/macro to log a normal message.
@...:
@...:
@...:
@...:
@...:
@ -163,6 +169,12 @@ variable (see <ulink url="glib-running.html">Running GLib Applications</ulink>).
@...:
@...:
@...:
@...:
@...:
@ -199,6 +211,12 @@ the %G_DEBUG environment variable (see
@...:
@...:
@...:
@...:
@...:
@ -230,6 +248,12 @@ assertion failure.
@...:
@...:
@...:
@...:
@...:
@ -256,6 +280,12 @@ A convenience function/macro to log a debug message.
@...:
@...:
@...:
@...:
@...:
@Since: 2.6

View File

@ -40,6 +40,7 @@ EXTRA_DIST = \
makefile.msc.in \
glib.rc.in \
gen-unicode-tables.pl \
gen-script-table.pl \
makegalias.pl \
abicheck.sh \
pltcheck.sh \
@ -106,6 +107,7 @@ libglib_2_0_la_SOURCES = \
grel.c \
grand.c \
gscanner.c \
gscripttable.h \
gshell.c \
gslice.c \
gslist.c \