Ags.MessageEnvelope¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
class  | 
  | 
  | 
|
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
The recipient of message envelope  | 
||
r/w  | 
The sender of message envelope  | 
||
r/w  | 
The xml document provided by message envelope  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
doc  | 
r  | 
||
free_func  | 
r  | 
||
gobject  | 
r  | 
||
n_params  | 
r  | 
||
obj_mutex  | 
r  | 
||
parameter_name  | 
r  | 
||
recipient  | 
r  | 
||
sender  | 
r  | 
||
value  | 
r  | 
Class Details¶
- class Ags.MessageEnvelope(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new(sender, recipient, doc)¶
 - Parameters:
 sender (
GObject.Object) – theGObject.Objectas senderrecipient (
GObject.Object) – theGObject.Objectas recipientdoc (
libxml2.Doc) – thelibxml2.Doc
- Returns:
 the new
Ags.MessageEnvelope- Return type:
 
Create a new instance of
Ags.MessageEnvelope.New in version 3.0.0.
- classmethod new_with_params(sender, recipient, doc, n_params, parameter_name, value)¶
 - Parameters:
 sender (
GObject.Object) – theGObject.Objectas senderrecipient (
GObject.Object) – theGObject.Objectas recipientdoc (
libxml2.Doc) – thelibxml2.Docn_params (
int) – n paramsparameter_name (
str) –Noneterminated string vector containing parameter namesvalue (
GObject.Value) – theGObject.Value-struct array containing values
- Returns:
 the new
Ags.MessageEnvelope- Return type:
 
Create a new instance of
Ags.MessageEnvelope.New in version 3.0.0.
- get_doc()¶
 - Returns:
 the doc
- Return type:
 
Get
libxml2.Doc.New in version 3.0.0.
- get_parameter(n_params, parameter_name, value)¶
 - Parameters:
 n_params (
int) – return location of parameter countparameter_name (
str) – return locationNoneterminated string vector containing parameter namevalue (
GObject.Value) – return location ofGObject.Value-struct array containing values
Get parameters.
New in version 3.0.0.
- get_recipient()¶
 - Returns:
 the recipient
- Return type:
 
Get recipient.
New in version 3.0.0.
- get_sender()¶
 - Returns:
 the sender
- Return type:
 
Get sender.
New in version 3.0.0.
Property Details¶
- Ags.MessageEnvelope.props.recipient¶
 - Name:
 recipient- Type:
 - Default Value:
 - Flags:
 
The assigned recipient.
New in version 3.0.0.
- Ags.MessageEnvelope.props.sender¶
 - Name:
 sender- Type:
 - Default Value:
 - Flags:
 
The assigned sender.
New in version 3.0.0.