~ubuntu-branches/ubuntu/wily/libuser/wily

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/error.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Ghe Rivero
  • Date: 2008-05-02 16:01:50 UTC
  • mfrom: (1.2.1 upstream) (7 intrepid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080502160150-cq4ayxgq4etkecut
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
Check if the error code held by an error structure is a success code.
62
62
</para>
63
63
 
64
 
@status: 
 
64
@status: An error code
65
65
@Returns: a #gboolean indicating whether or not the error is a success code.
66
66
 
67
67
 
70
70
Check if the error code held by an error structure is a warning code.
71
71
</para>
72
72
 
73
 
@status: 
 
73
@status: An error code
74
74
@Returns: a #gboolean indicating whether or not the error is a warning code.
75
75
 
76
76
 
79
79
Check if the error code held by an error structure is an error code.
80
80
</para>
81
81
 
82
 
@status: 
 
82
@status: An error code
83
83
@Returns: a #gboolean indicating whether or not the error is an error code.
84
84
 
85
85