bumped version number to 2.0pre3 (1.3.26), binary age 2, interface age 0.

2004-01-19  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version number to 2.0pre3 (1.3.26),
	binary age 2, interface age 0.

	* libgimpbase/gimpsignal.h: removed unused definition of
	gimp_signal_syscallrestart().
This commit is contained in:
Sven Neumann
2004-01-19 17:35:20 +00:00
committed by Sven Neumann
parent 1eee624d25
commit c723e826e8
6 changed files with 16 additions and 30 deletions

View File

@ -1,3 +1,8 @@
2004-01-19 Sven Neumann <sven@gimp.org>
* libgimpbase/libgimpbase-sections.txt
* libgimpbase/tmpl/gimpsignal.sgml: updated.
2004-01-19 Michael Natterer <mitch@gimp.org>
* app/app-sections.txt: updated.

View File

@ -100,10 +100,8 @@ gp_extension_ack_write
<SECTION>
<FILE>gimpsignal</FILE>
SA_RESTART
GimpSignalHandlerFunc
gimp_signal_private
gimp_signal_syscallrestart
</SECTION>
<SECTION>

View File

@ -38,14 +38,3 @@ special values defined by your system's signal.h header file (like
@Returns:
<!-- ##### MACRO gimp_signal_syscallrestart ##### -->
<para>
Installs a signal handler in a way that system calls which were not finished
at the time of signal handler invocation will be silently restarted
by the system (without failing with an error of EINTR).
</para>
@signum: The number of the signal.
@handler: The signal handler.