File: return-value.xml

package info (click to toggle)
waffle 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,140 kB
  • sloc: ansic: 18,784; xml: 2,909; objc: 465; cpp: 267; sh: 125; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0'?>

<para>
  Functions whose return type is <type>bool</type> return true on success and false on failure. Functions whose return
  type is a pointer return <constant>NULL</constant> on failure. Use
  <citerefentry><refentrytitle>waffle_error_get_info</refentrytitle><manvolnum>3</manvolnum></citerefentry> to get
  information about any errors.
</para>

<!--
vim:tw=120 et ts=2 sw=2:
-->