Type representing a quad-option. More...
Go to the source code of this file.
Enumerations | |
enum | QuadOption { MUTT_ABORT = -1, MUTT_NO, MUTT_YES, MUTT_ASKNO, MUTT_ASKYES } |
Possible values for a quad-option. More... | |
Functions | |
void | quad_init (struct ConfigSet *cs) |
Register the Quad-option config type. More... | |
int | quad_he_toggle (struct ConfigSet *cs, struct HashElem *he, struct Buffer *err) |
Toggle the value of a quad. More... | |
Variables | |
const char * | QuadValues [] |
Valid strings for creating a QuadValue. More... | |
Type representing a quad-option.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file quad.h.
enum QuadOption |
Possible values for a quad-option.
Definition at line 35 of file quad.h.
void quad_init | ( | struct ConfigSet * | cs | ) |
Register the Quad-option config type.
cs | Config items |
Definition at line 191 of file quad.c.
Toggle the value of a quad.
num | Result, e.g. CSR_SUCCESS |
Definition at line 226 of file quad.c.