|
Main Page
Widgets
Namespaces
Book
Exception class for errors occuring when spawning processes.
More...
Inheritance diagram for Glib::SpawnError:
[legend]List of all members.
|
Public Types |
enum | Code {
FORK,
READ,
CHDIR,
ACCES,
PERM,
TOOBIG,
NOEXEC,
NAMETOOLONG,
NOENT,
NOMEM,
NOTDIR,
LOOP,
TXTBUSY,
IO,
NFILE,
MFILE,
INVAL,
ISDIR,
LIBBAD
} |
Public Methods |
| SpawnError (Code error_code, const Glib::ustring& error_message) |
| SpawnError (GError* gobject) |
Code | code () const |
Detailed Description
Exception class for errors occuring when spawning processes.
Member Enumeration Documentation
enum Glib::SpawnError::Code
|
|
|
- Enumeration values:
-
FORK |
|
READ |
|
CHDIR |
|
ACCES |
|
PERM |
|
TOOBIG |
|
NOEXEC |
|
NAMETOOLONG |
|
NOENT |
|
NOMEM |
|
NOTDIR |
|
LOOP |
|
TXTBUSY |
|
IO |
|
NFILE |
|
MFILE |
|
INVAL |
|
ISDIR |
|
LIBBAD |
|
|
Constructor & Destructor Documentation
Glib::SpawnError::SpawnError |
( |
GError* |
gobject |
) |
[explicit] |
|
Member Function Documentation
Code Glib::SpawnError::code |
( |
|
) |
const |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|