mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
get rid of bogus g_value_convert
This commit is contained in:
parent
6c56b65f51
commit
9aaebb32bc
@ -151,16 +151,6 @@ This is an internal function introduced mainly for C marshallers.
|
|||||||
@Returns: #TRUE if @value will fit inside a pointer value.
|
@Returns: #TRUE if @value will fit inside a pointer value.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_value_convert ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@src_value:
|
|
||||||
@dest_value:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GTypeValueTable ##### -->
|
<!-- ##### STRUCT GTypeValueTable ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #GTypeValueTable provides the functions required by the #GValue implementation,
|
The #GTypeValueTable provides the functions required by the #GValue implementation,
|
||||||
|
@ -7,6 +7,15 @@ Determines if @value is a #GValue whose type conforms to @type.
|
|||||||
@type: A #GType value.
|
@type: A #GType value.
|
||||||
@Returns: #TRUE if @value is a #GValue of @type or #FALSE if not.
|
@Returns: #TRUE if @value is a #GValue of @type or #FALSE if not.
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_value_convert ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@src_value:
|
||||||
|
@dest_value:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_value_register_exchange_func ##### -->
|
<!-- ##### FUNCTION g_value_register_exchange_func ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -65,8 +65,6 @@ GValue* g_value_init (GValue *value,
|
|||||||
GType g_type);
|
GType g_type);
|
||||||
void g_value_copy (const GValue *src_value,
|
void g_value_copy (const GValue *src_value,
|
||||||
GValue *dest_value);
|
GValue *dest_value);
|
||||||
gboolean g_value_convert (const GValue *src_value,
|
|
||||||
GValue *dest_value);
|
|
||||||
GValue* g_value_reset (GValue *value);
|
GValue* g_value_reset (GValue *value);
|
||||||
void g_value_unset (GValue *value);
|
void g_value_unset (GValue *value);
|
||||||
void g_value_set_instance (GValue *value,
|
void g_value_set_instance (GValue *value,
|
||||||
|
Loading…
Reference in New Issue
Block a user