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:

committed by
Sven Neumann

parent
1eee624d25
commit
c723e826e8
@ -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.
|
||||
|
@ -100,10 +100,8 @@ gp_extension_ack_write
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpsignal</FILE>
|
||||
SA_RESTART
|
||||
GimpSignalHandlerFunc
|
||||
gimp_signal_private
|
||||
gimp_signal_syscallrestart
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user