gvalue.h | gvalue.h | |||
---|---|---|---|---|
skipping to change at line 150 | skipping to change at line 150 | |||
/* --- implementation details --- */ | /* --- implementation details --- */ | |||
gboolean g_value_type_compatible (GType src_type, | gboolean g_value_type_compatible (GType src_type, | |||
GType dest_type); | GType dest_type); | |||
gboolean g_value_type_transformable (GType src_type, | gboolean g_value_type_transformable (GType src_type, | |||
GType dest_type); | GType dest_type); | |||
gboolean g_value_transform (const GValue *src_value, | gboolean g_value_transform (const GValue *src_value, | |||
GValue *dest_value); | GValue *dest_value); | |||
void g_value_register_transform_func (GType src_type, | void g_value_register_transform_func (GType src_type, | |||
GType dest_type, | GType dest_type, | |||
GValueTransform transform_func); | GValueTransform transform_func); | |||
#define G_VALUE_NOCOPY_CONTENTS (1 << 27) | ||||
/** | ||||
* G_VALUE_NOCOPY_CONTENTS: | ||||
* | ||||
* If passed to G_VALUE_COLLECT(), allocated data won't be copied | ||||
* but used verbatim. This does not affect ref-counted types like | ||||
* objects. For more details, see the #GValueTable documentation. | ||||
*/ | ||||
#define G_VALUE_NOCOPY_CONTENTS (1 << 27) | ||||
G_END_DECLS | G_END_DECLS | |||
#endif /* __G_VALUE_H__ */ | #endif /* __G_VALUE_H__ */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 9 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |