Top | ![]() |
![]() |
![]() |
![]() |
GXmlSerializableDoubleGXmlSerializableDouble — Represent any real double value property to be added as a GXmlAttribute to a GXmlElement |
gint | gxml_serializable_double_get_fraction () |
void | gxml_serializable_double_set_fraction () |
gdouble | gxml_serializable_double_get_value () |
void | gxml_serializable_double_set_value () |
gchar * | gxml_serializable_double_to_string () |
gchar * | gxml_serializable_double_format () |
GXmlSerializableDouble * | gxml_serializable_double_new () |
#define | GXML_TYPE_SERIALIZABLE_DOUBLE |
struct | GXmlSerializableDouble |
struct | GXmlSerializableDoubleClass |
This object can be used when the property could be removed from serialization, specially if missing on XML have some missing and avoidable.
gint
gxml_serializable_double_get_fraction (GXmlSerializableDouble *self
);
void gxml_serializable_double_set_fraction (GXmlSerializableDouble *self
,gint fraction
);
gdouble
gxml_serializable_double_get_value (GXmlSerializableDouble *self
);
void gxml_serializable_double_set_value (GXmlSerializableDouble *self
,gdouble val
);
gchar *
gxml_serializable_double_to_string (GXmlSerializableDouble *self
);
gchar * gxml_serializable_double_format (GXmlSerializableDouble *self
,const gchar *f
);
#define GXML_TYPE_SERIALIZABLE_DOUBLE (gxml_serializable_double_get_type ())
The type for GXmlSerializableDouble.
struct GXmlSerializableDouble { GObject parent_instance; GXmlSerializableDoublePrivate * priv; gchar* _val; gint _fraction; };
Represent any real double value property to be added as a GXmlAttribute to a GXmlElement
This object can be used when the property could be removed from serialization, specially if missing on XML have some missing and avoidable.
struct GXmlSerializableDoubleClass { GObjectClass parent_class; };
The class structure for GXML_TYPE_SERIALIZABLE_DOUBLE
. All the fields in this structure are private and should never be accessed directly.