GfPreferenceEngineNull

GfPreferenceEngineNull — Null Preference Engine

Synopsis




            GfPreferenceEngineNull;
GfPreferenceEngine* gf_preference_engine_null_new
                                            (void);

Description

GfPreferenceEngineNull is a valid preference engine that does nothing. It is provided as a convience for communication methods that do not support the transfer of preferences.

Details

GfPreferenceEngineNull

typedef struct {
	GfObject gparent;

	void (*_gf_reserved1)(void);
	void (*_gf_reserved2)(void);
	void (*_gf_reserved3)(void);
	void (*_gf_reserved4)(void);
} GfPreferenceEngineNull;

GfPreferenceEngineNull is an opaque structure and should not be used directly.


gf_preference_engine_null_new ()

GfPreferenceEngine* gf_preference_engine_null_new
                                            (void);

Creates a new GfPreferenceEngineNull instance.

Returns : The new GfPreferenceEngineNull instance.