1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
/**
* SECTION:message-object
* @short_description: Class providing basic message handling
*
* <para>Base class for all Listaller classes which want to send messages to each other. (Used e.g. for GUI stuff and in the public API)</para>
*/
/**
* LISTALLER_TYPE_MESSAGE_OBJECT:
*
* The type for <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link>.
*/
/**
* listaller_message_object_set_error_hint_str:
* @self: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance
* @str:
*/
/**
* listaller_message_object_connect_with_object:
* @self: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance
* @other_obj:
* @flags:
*/
/**
* listaller_message_object_connect_with_object_all:
* @self: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance
* @other_obj:
*/
/**
* ListallerMessageObject::error-code:
* @message_object: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance that received the signal
* @error:
*/
/**
* ListallerMessageObject::message:
* @message_object: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance that received the signal
* @message:
*/
/**
* ListallerMessageObject::progress:
* @message_object: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance that received the signal
* @prog:
*/
/**
* ListallerMessageObject:
*
* Class providing basic message handling
*
* <para>Base class for all Listaller classes which want to send messages to each other. (Used e.g. for GUI stuff and in the public API)</para>
*/
/**
* ListallerMessageObjectClass:
* @parent_class: the parent class structure
*
* The class structure for <link linkend="LISTALLER-TYPE-MESSAGE-OBJECT:CAPS"><literal>LISTALLER_TYPE_MESSAGE_OBJECT</literal></link>. All the fields in this structure are private and should never be accessed directly.
*/
/**
* ListallerObjConnectFlags:
*/
|