--- a/src/gtkspell.h Thu Mar 28 19:58:58 2002 +0000 +++ b/src/gtkspell.h Thu Mar 28 20:07:45 2002 +0000 @@ -55,7 +55,7 @@ /* Is gtkspell running? * * Return: - * nonzero if it running + * nonzero, positive pid if it's running * zero if is not running * * Example: @@ -63,6 +63,17 @@ * printf("gtkspell is running.\n"); */ +extern void gtkspell_notrunning(void); +/* + * Set gtkspell status to "not running" + * Intended to be used only by signal-catcher + * when the SIGCHLD signal it catches matches + * the gtkspell process i.d. + * + * Example: + * gtkspell_notrunning(); + */ + extern void gtkspell_attach(GtkText *text); /* Attach GtkSpell to a GtkText Widget. * This enables checking as you type and the popup menu.