'\" t
.\"     Title: waffle_enum
.\"    Author: Chad Versace <chad.versace@linux.intel.com>
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 08/18/2021
.\"    Manual: Waffle Manual
.\"    Source: waffle
.\"  Language: English
.\"
.TH "WAFFLE_ENUM" "3" "08/18/2021" "waffle" "Waffle Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
waffle_enum, waffle_enum_to_string \- Utilities for waffle enums
.SH "SYNOPSIS"
.sp
.ft B
.nf
#include <waffle\&.h>

enum waffle_enum {\&.\&.\&.};
      
.fi
.ft
.HP \w'const\ char*\ waffle_enum_to_string('u
.BI "const char* waffle_enum_to_string(int32_t\ " "e" ");"
.SH "DESCRIPTION"
.PP
\fBwaffle_enum_to_string()\fR
.RS 4
Convert an
\fBwaffle_enum\fR
token to a string\&. For example, convert
\fBWAFFLE_DONT_CARE\fR
to
"WAFFLE_DONT_CARE"\&. Return null if the token is not a valid
\fBwaffle_enum\fR\&.
.sp
This function always sets the error code to
\fBWAFFLE_NO_ERROR\fR\&. It can be called before waffle has been successfully initialized with
\fBwaffle_init\fR(3)
.RE
.SH "ISSUES"
.PP
Please report bugs or and feature requests to
\m[blue]\fB\%https://gitlab.freedesktop.org/mesa/waffle/issues\fR\m[]\&.
.SH "SEE ALSO"
.PP
\fBwaffle\fR(7)
.SH "AUTHOR"
.PP
\fBChad Versace\fR <\&chad\&.versace@linux\&.intel\&.com\&>
.RS 4
Maintainer
.RE
.SH "COPYRIGHT"
.br
Copyright \(co 2013 Intel
.br
.PP
This manual page is licensed under the Creative Commons Attribution\-ShareAlike 3\&.0 United States License (CC BY\-SA 3\&.0)\&. To view a copy of this license, visit
\m[blue]\fB\%http://creativecommons.org.license/by-sa/3.0/us\fR\m[]\&.
.sp