gda-holder.h | gda-holder.h | |||
---|---|---|---|---|
skipping to change at line 80 | skipping to change at line 80 | |||
* @short_description: Container for a single #GValue | * @short_description: Container for a single #GValue | |||
* @title: GdaHolder | * @title: GdaHolder | |||
* @stability: Stable | * @stability: Stable | |||
* @see_also: The #GdaSet object which "groups" several #GdaHolder objects | * @see_also: The #GdaSet object which "groups" several #GdaHolder objects | |||
* | * | |||
* The #GdaHolder is a container for a single #GValue value. It also specif ies various attributes | * The #GdaHolder is a container for a single #GValue value. It also specif ies various attributes | |||
* of the contained value (default value, ...) | * of the contained value (default value, ...) | |||
* | * | |||
* The type of a #GdaHolder has to be set and cannot be modified, except if it's initialized | * The type of a #GdaHolder has to be set and cannot be modified, except if it's initialized | |||
* with a GDA_TYPE_NULL GType (representing NULL values) where it can be ch anged once to a real GType. | * with a GDA_TYPE_NULL GType (representing NULL values) where it can be ch anged once to a real GType. | |||
* | ||||
* Each GdaHolder object is thread safe. | ||||
*/ | */ | |||
GType gda_holder_get_type (void) G_GNUC_CONST; | GType gda_holder_get_type (void) G_GNUC_CONST; | |||
GdaHolder *gda_holder_new (GType type); | GdaHolder *gda_holder_new (GType type); | |||
GdaHolder *gda_holder_new_inline (GType type, const g char *id, ...); | GdaHolder *gda_holder_new_inline (GType type, const g char *id, ...); | |||
GdaHolder *gda_holder_copy (GdaHolder *orig); | GdaHolder *gda_holder_copy (GdaHolder *orig); | |||
GType gda_holder_get_g_type (GdaHolder *holder); | GType gda_holder_get_g_type (GdaHolder *holder); | |||
const gchar *gda_holder_get_id (GdaHolder *holder); | const gchar *gda_holder_get_id (GdaHolder *holder); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||