File: reporting.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 (88 lines) | stat: -rw-r--r-- 2,172 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/**
 * SECTION:reporting
 * @short_description: Report generator
 */
/**
 * LISTALLER_TYPE_REPORT:
 * 
 * The type for <link linkend="ListallerReport"><type>ListallerReport</type></link>.
 */
/**
 * listaller_report_contains_error:
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_is_empty:
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_add_message:
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_add.metainfo.
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_add_warning:
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_add_error:
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_to_string:
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_clear:
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_set_print_fatal:
 * @self: the <link linkend="ListallerReport"><type>ListallerReport</type></link> instance
 */
/**
 * listaller_report_new:
 */
/**
 * listaller_report_get_instance:
 */
/**
 * listaller_report_delete:
 */
/**
 * listaller_report_log_message:
 */
/**
 * listaller_report_log.metainfo.
 */
/**
 * listaller_report_log_warning:
 */
/**
 * listaller_report_log_error:
 */
/**
 * listaller_report_clear_current:
 */
/**
 * listaller_report_set_print_fatal_msg:
 */
/**
 * ListallerReport:
 * 
 * Report generator
 */
/**
 * ListallerReportClass:
 * @parent_class: the parent class structure
 * 
 * The class structure for <link linkend="LISTALLER-TYPE-REPORT:CAPS"><literal>LISTALLER_TYPE_REPORT</literal></link>. All the fields in this structure are private and should never be accessed directly.
 */
/**
 * ListallerReportMessageType:
 * 
 * Type of a message written to a Listaller Report
 */