Class
XemeStanza
since: 0.1
Description [src]
class Xeme.Stanza : GObject.Object {
parent_instance: GObject
}
The base class for XMPP stanzas including Message, IQ, and Presence.
Available since: 0.1
Instance methods
xeme_stanza_marshal
Marshals stanza
into a string. If there is an error error
will be set and
NULL
will be returned.
since: 0.1
xeme_stanza_marshal_attributes
Marshals the common attributes: id, to, from, type, and xml:lang to a string.
since: 0.1
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct XemeStanzaClass {
char* (* marshal) (
XemeStanza* stanza,
GError** error
);
}
No description available.
Class members
marshal: char* (* marshal) ( XemeStanza* stanza, GError** error )
- No description available.
Virtual methods
Xeme.StanzaClass.marshal
Marshals stanza
into a string. If there is an error error
will be set and
NULL
will be returned.
since: 0.1