Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 449688 | Differences between
and this patch

Collapse All | Expand All

(-)./a/libgda/gda-server-provider.h (-1 / +1 lines)
Lines 303-309 Link Here
303
typedef void (*GdaServerProviderExecCallback) (GdaServerProvider *provider, GdaConnection *cnc, guint task_id, 
303
typedef void (*GdaServerProviderExecCallback) (GdaServerProvider *provider, GdaConnection *cnc, guint task_id, 
304
					       GObject *result_obj, const GError *error, gpointer data);
304
					       GObject *result_obj, const GError *error, gpointer data);
305
305
306
#define GDA_SERVER_PROVIDER_UNDEFINED_LIMITING_THREAD ((gpointer)0x1)
306
#define GDA_SERVER_PROVIDER_UNDEFINED_LIMITING_THREAD (0x1)
307
struct _GdaServerProviderClass {
307
struct _GdaServerProviderClass {
308
	GObjectClass parent_class;
308
	GObjectClass parent_class;
309
309

Return to bug 449688