| gboxed.h | gboxed.h | |||
|---|---|---|---|---|
| skipping to change at line 194 | skipping to change at line 194 | |||
| #define G_TYPE_PTR_ARRAY (g_ptr_array_get_type ()) | #define G_TYPE_PTR_ARRAY (g_ptr_array_get_type ()) | |||
| /** | /** | |||
| * G_TYPE_VARIANT_TYPE: | * G_TYPE_VARIANT_TYPE: | |||
| * | * | |||
| * The #GType for a boxed type holding a #GVariantType. | * The #GType for a boxed type holding a #GVariantType. | |||
| * | * | |||
| * Since: 2.24 | * Since: 2.24 | |||
| */ | */ | |||
| #define G_TYPE_VARIANT_TYPE (g_variant_type_get_gtype ()) | #define G_TYPE_VARIANT_TYPE (g_variant_type_get_gtype ()) | |||
| /** | /** | |||
| * G_TYPE_VARIANT: | * G_TYPE_ERROR: | |||
| * | * | |||
| * The #GType for a boxed type holding a #GVariant reference. | * The #GType for a boxed type holding a #GError. | |||
| * | * | |||
| * Since: 2.24 | * Since: 2.26 | |||
| */ | ||||
| #define G_TYPE_ERROR (g_error_get_type ()) | ||||
| /** | ||||
| * G_TYPE_DATE_TIME: | ||||
| * | ||||
| * The #GType for a boxed type holding a #GDateTime. | ||||
| * | ||||
| * Since: 2.26 | ||||
| */ | */ | |||
| #define G_TYPE_VARIANT (g_variant_get_gtype ()) | #define G_TYPE_DATE_TIME (g_date_time_get_type ()) | |||
| void g_value_take_boxed (GValue *value, | void g_value_take_boxed (GValue *value, | |||
| gconstpointer v_boxed); | gconstpointer v_boxed); | |||
| #ifndef G_DISABLE_DEPRECATED | #ifndef G_DISABLE_DEPRECATED | |||
| void g_value_set_boxed_take_ownership (GValue *value, | void g_value_set_boxed_take_ownership (GValue *value, | |||
| gconstpointer v_boxed); | gconstpointer v_boxed); | |||
| #endif | #endif | |||
| GType g_closure_get_type (void) G_GNUC_CONST; | GType g_closure_get_type (void) G_GNUC_CONST; | |||
| GType g_value_get_type (void) G_GNUC_CONST; | GType g_value_get_type (void) G_GNUC_CONST; | |||
| GType g_value_array_get_type (void) G_GNUC_CONST; | GType g_value_array_get_type (void) G_GNUC_CONST; | |||
| GType g_date_get_type (void) G_GNUC_CONST; | GType g_date_get_type (void) G_GNUC_CONST; | |||
| GType g_strv_get_type (void) G_GNUC_CONST; | GType g_strv_get_type (void) G_GNUC_CONST; | |||
| GType g_gstring_get_type (void) G_GNUC_CONST; | GType g_gstring_get_type (void) G_GNUC_CONST; | |||
| GType g_hash_table_get_type (void) G_GNUC_CONST; | GType g_hash_table_get_type (void) G_GNUC_CONST; | |||
| GType g_array_get_type (void) G_GNUC_CONST; | GType g_array_get_type (void) G_GNUC_CONST; | |||
| GType g_byte_array_get_type (void) G_GNUC_CONST; | GType g_byte_array_get_type (void) G_GNUC_CONST; | |||
| GType g_ptr_array_get_type (void) G_GNUC_CONST; | GType g_ptr_array_get_type (void) G_GNUC_CONST; | |||
| GType g_variant_type_get_gtype(void) G_GNUC_CONST; | GType g_variant_type_get_gtype(void) G_GNUC_CONST; | |||
| GType g_variant_get_gtype (void) G_GNUC_CONST; | ||||
| GType g_regex_get_type (void) G_GNUC_CONST; | GType g_regex_get_type (void) G_GNUC_CONST; | |||
| GType g_error_get_type (void) G_GNUC_CONST; | ||||
| GType g_date_time_get_type (void) G_GNUC_CONST; | ||||
| #ifndef G_DISABLE_DEPRECATED | ||||
| GType g_variant_get_gtype (void) G_GNUC_CONST; | ||||
| #endif | ||||
| /** | /** | |||
| * GStrv: | * GStrv: | |||
| * | * | |||
| * A C representable type name for #G_TYPE_STRV. | * A C representable type name for #G_TYPE_STRV. | |||
| */ | */ | |||
| typedef gchar** GStrv; | typedef gchar** GStrv; | |||
| G_END_DECLS | G_END_DECLS | |||
| End of changes. 6 change blocks. | ||||
| 5 lines changed or deleted | 18 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/ | ||||