Re: [gnome-db] Feature requests : reverse engeneering & md5 stamps



On Mon, 2002-12-16 at 16:46, Vivien Malerba wrote:
> > 
> > If you want, I'll uncomment that piece of code, and add the same signal
> > to GdaConnection, and then we can just add a
> > gda_server_provider_notify_action function, which will be called by
> > providers when they want to notify about an event.
> > 
> 
> I don't mind if the signal comes from the GdaClient (it seems better
> since there is already some code for it). The question I have is how to
> define all the possible events and the associated parameters. Do you
> have a particular idea for the definition of the GdaActionId enum?
> 
no, I don't have any idea yet, was just thinking about starting with
simple events:

typedef enum {
	GDA_ACTION_CONNECTION_STARTED,
	GDA_ACTION_CONNECTION_CLOSED,
	...
} GdaActionId;

what do you have in mind?

cheers




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