 |
GTK+ Forums Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
|
|
|
| Author |
Message |
|
|
SoniPriya
Joined: 04 Jun 2007 Posts: 1
|
Posted: Mon Jun 04, 2007 2:12 pm Post subject: Error Handling |
|
|
| How to perform error hadling/exception handling in gtk... :?: |
|
| Back to top |
|
 |
Micah Carrick Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 497 Location: Portland, OR USA
|
Posted: Mon Jun 04, 2007 2:39 pm Post subject: |
|
|
First, look at the message logging features of GLib:
Message Logging
And then check out error reporting using GLib's GError object:
Error Reporting
Many functions you use in GLib and GTK will optionally return a GError object. |
|
| Back to top |
|
 |
|
Powered by phpBB © 2001, 2005 phpBB Group CodeBB 1.0 Beta 2
|