Top | ![]() |
![]() |
![]() |
![]() |
GXmlSerializableMapKeyGXmlSerializableMapKey — Serializable Framework. Interface to get one key to be used to store GXmlSerializable objects. |
This interface must be implemented by classes derived from GXmlSerializableTreeMap and GXmlSerializableHashMap.
gpointer
gxml_serializable_map_key_get_map_key (GXmlSerializableMapKey *self
);
Implement this function to return the value to be used as key on GXmlSerializableTreeMap and GXmlSerializableHashMap containers.
typedef struct _GXmlSerializableMapKey GXmlSerializableMapKey;
Serializable Framework. Interface to get one key to be used to store GXmlSerializable objects.
This interface must be implemented by classes derived from GXmlSerializableTreeMap and GXmlSerializableHashMap.
struct GXmlSerializableMapKeyIface { GTypeInterface parent_iface; gpointer (*get_map_key) (GXmlSerializableMapKey* self); };
Interface for creating GXmlSerializableMapKey implementations.
the parent interface structure |
||
virtual method called by |