Files
calls/plugins/sip/calls-sip-enums.h.in
Evangelos Ribeiro Tzaras 2dfa42d48d sip: sipify provider with sofia
2021-04-03 00:08:31 +02:00

22 lines
428 B
C

/*** BEGIN file-header ***/
#pragma once
#include <glib-object.h>
G_BEGIN_DECLS
/*** END file-header ***/
/*** BEGIN file-production ***/
/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
GType @enum_name@_get_type (void);
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
/*** END value-header ***/
/*** BEGIN file-tail ***/
G_END_DECLS
/*** END file-tail ***/