File: message-object.c

package info (click to toggle)
listaller 0.5.9-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,096 kB
  • ctags: 1,611
  • sloc: xml: 11,195; ansic: 2,298; sh: 1,648; perl: 1,452; cpp: 1,289; java: 157; makefile: 134; cs: 48; python: 24
file content (58 lines) | stat: -rw-r--r-- 2,141 bytes parent folder | download
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: &nbsp;
 */
/**
 * listaller_message_object_connect_with_object:
 * @self: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance
 * @other_obj: &nbsp;
 * @flags: &nbsp;
 */
/**
 * listaller_message_object_connect_with_object_all:
 * @self: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance
 * @other_obj: &nbsp;
 */
/**
 * ListallerMessageObject::error-code:
 * @message_object: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance that received the signal
 * @error: &nbsp;
 */
/**
 * ListallerMessageObject::message:
 * @message_object: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance that received the signal
 * @message: &nbsp;
 */
/**
 * ListallerMessageObject::progress:
 * @message_object: the <link linkend="ListallerMessageObject"><type>ListallerMessageObject</type></link> instance that received the signal
 * @prog: &nbsp;
 */
/**
 * 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:
 */