Re: Is GTK_FILE_SYSTEM_ERROR public API?



On Wed, 2004-11-17 at 12:25, Murray Cumming wrote:
> GTK_FILE_SYSTEM_ERROR is defined in the semi-private gtkfilesystem.h
> header, but it looks like the public FileChooser API can return GErrors of
> type GTK_FILE_SYSTEM_ERROR sometimes. So, is this public or really
> private? I mean, would an application developer ever check whether a
> GError is a GTK_FILE_SYSTEM_ERROR?
> 
> I ask because we wrap GError types as separate C++ exception classes in
> gtkmm.
> 

Hmm, looks like we need to 

a) move the file system error enum to some public header
b) document what errors can be returned where

Matthias




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]