Blame gck/gck-enum-types.h

Packit Service f02b19
Packit Service f02b19
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
Packit Service f02b19
Packit Service f02b19
Packit Service f02b19
#include <glib-object.h>
Packit Service f02b19
Packit Service f02b19
G_BEGIN_DECLS
Packit Service f02b19
Packit Service f02b19
/* enumerations from "gck/gck.h" */
Packit Service f02b19
#ifndef GCK_TYPE_ERROR
Packit Service f02b19
GType gck_error_get_type (void) G_GNUC_CONST;
Packit Service f02b19
#define GCK_TYPE_ERROR (gck_error_get_type ())
Packit Service f02b19
#endif
Packit Service f02b19
#ifndef GCK_TYPE_SESSION_OPTIONS
Packit Service f02b19
GType gck_session_options_get_type (void) G_GNUC_CONST;
Packit Service f02b19
#define GCK_TYPE_SESSION_OPTIONS (gck_session_options_get_type ())
Packit Service f02b19
#endif
Packit Service f02b19
#ifndef GCK_TYPE_BUILDER_FLAGS
Packit Service f02b19
GType gck_builder_flags_get_type (void) G_GNUC_CONST;
Packit Service f02b19
#define GCK_TYPE_BUILDER_FLAGS (gck_builder_flags_get_type ())
Packit Service f02b19
#endif
Packit Service f02b19
#ifndef GCK_TYPE_URI_ERROR
Packit Service f02b19
GType gck_uri_error_get_type (void) G_GNUC_CONST;
Packit Service f02b19
#define GCK_TYPE_URI_ERROR (gck_uri_error_get_type ())
Packit Service f02b19
#endif
Packit Service f02b19
#ifndef GCK_TYPE_URI_FLAGS
Packit Service f02b19
GType gck_uri_flags_get_type (void) G_GNUC_CONST;
Packit Service f02b19
#define GCK_TYPE_URI_FLAGS (gck_uri_flags_get_type ())
Packit Service f02b19
#endif
Packit Service f02b19
G_END_DECLS
Packit Service f02b19
Packit Service f02b19
/* Generated data ends here */
Packit Service f02b19