~ubuntu-branches/ubuntu/intrepid/glib2.0/intrepid

« back to all changes in this revision

Viewing changes to docs/reference/glib/tmpl/warnings.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2008-06-17 09:18:10 UTC
  • mfrom: (1.2.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617091810-y0i0b97lp9jhsbvu
Tags: 2.17.2-1
* New upstream development release, the new API might still change:
  + debian/rules,
    debian/libglib2.0-0.symbols:
    - Updated for the new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
 
137
137
<!-- ##### MACRO g_warn_if_fail ##### -->
138
138
<para>
139
 
 
 
139
Logs a warning if the expression is not true.
140
140
</para>
141
141
 
142
 
@expr: 
 
142
@expr: the expression to check
 
143
@Since: 2.16
143
144
 
144
145
 
145
146
<!-- ##### MACRO g_warn_if_reached ##### -->
146
147
<para>
147
 
 
148
 
</para>
149
 
 
150
 
 
151
 
 
152
 
<!-- ##### FUNCTION g_warn_message ##### -->
153
 
<para>
154
 
 
155
 
</para>
156
 
 
157
 
@domain: 
158
 
@file: 
159
 
@line: 
160
 
@func: 
161
 
@warnexpr: 
 
148
Logs a critical warning.
 
149
</para>
 
150
 
 
151
@Since: 2.16
162
152
 
163
153
 
164
154
<!-- ##### FUNCTION g_on_error_query ##### -->