After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143632 - GTK_FILE_SYSTEM_ERROR GError not wrapped
GTK_FILE_SYSTEM_ERROR GError not wrapped
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: build
2.4
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on: 162911
Blocks:
 
 
Reported: 2004-06-03 09:24 UTC by Murray Cumming
Modified: 2005-01-05 17:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2004-06-03 09:24:45 UTC
These GErrors do not seem to be wrapped (with WRAP_GERROR):
GTK_FILE_SYSTEM_ERROR
GTK_FILE_CHOOSER_ERROR
GTK_ICON_THEME_FILE_PARSE_ERROR

As long as these are not wrapped, some gtkmm functions will probably throw
generic base exceptions instead of the derived exceptions.
Comment 1 Murray Cumming 2004-11-12 15:48:07 UTC
I have wrapped GTK_FILE_CHOOSER_ERROR and GTK_ICON_THEME_ERROR. I can't find a
GTK_ICON_THEME_FILE_PARSE_ERROR, and GTK_FILE_SYSTEM_ERROR seems to be private API.
Comment 2 Murray Cumming 2005-01-04 12:49:53 UTC
So, only GTK_FILE_SYSTEM_ERROR remains, but see the dependent GTK+ bug.
Comment 3 Murray Cumming 2005-01-05 17:48:42 UTC
GTK_FILE_SYSTEM_ERROR is "officialy" not public API (see bug #162911), so there
is no more to do here.