Commit 1e03ff78 authored by Geoff Simmons's avatar Geoff Simmons

Mention .check_call() in the SYNOPSIS.

parent affcc1eb
......@@ -37,9 +37,10 @@ SYNOPSIS
BOOL <obj>.hasprefix(STRING)
# Match properties
INT <obj>.nmatches()
INT <obj>.nmatches()
BOOL <obj>.matched([INT n] [, STRING element] [, ENUM select])
INT <obj>.which([ENUM select] [, STRING element])
INT <obj>.which([ENUM select] [, STRING element])
BOOL <obj>.check_call([INT n] [, STRING element] [, ENUM select])
# Retrieving objects by index, by string, or after match
STRING <obj>.element([INT n] [, ENUM select])
......
......@@ -33,9 +33,10 @@ SYNOPSIS
BOOL <obj>.hasprefix(STRING)
# Match properties
INT <obj>.nmatches()
INT <obj>.nmatches()
BOOL <obj>.matched([INT n] [, STRING element] [, ENUM select])
INT <obj>.which([ENUM select] [, STRING element])
INT <obj>.which([ENUM select] [, STRING element])
BOOL <obj>.check_call([INT n] [, STRING element] [, ENUM select])
# Retrieving objects by index, by string, or after match
STRING <obj>.element([INT n] [, ENUM select])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment