mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 06:32:44 +00:00
We don't use anymore GObject parameters so avoid having to register enum values to GType system to use them. We just need to get the nick value of the enum values for debug purposes. Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
17 lines
302 B
Cheetah
17 lines
302 B
Cheetah
/*** BEGIN file-header ***/
|
|
#pragma once
|
|
|
|
#include "spice.h"
|
|
|
|
SPICE_BEGIN_DECLS
|
|
|
|
/*** END file-header ***/
|
|
|
|
/*** BEGIN enumeration-production ***/
|
|
const char *@EnumName@_get_nick(@EnumName@ value);
|
|
/*** END enumeration-production ***/
|
|
|
|
/*** BEGIN file-tail ***/
|
|
SPICE_END_DECLS
|
|
/*** END file-tail ***/
|