File: typebuiltins.c

package info (click to toggle)
gtk%2B2.0 2.24.33-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 122,824 kB
  • sloc: ansic: 574,087; makefile: 5,182; sh: 4,499; xml: 1,193; python: 1,117; perl: 749; awk: 72; cpp: 34
file content (25 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

/* 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. */

#include "gtkwidgetprofiler.h"
/* enumerations from "gtkwidgetprofiler.h" */
GType
gtk_widget_profiler_report_get_type (void)
{
    static GType etype = 0;
    if (G_UNLIKELY(etype == 0)) {
        static const GEnumValue values[] = {
            { GTK_WIDGET_PROFILER_REPORT_CREATE, "GTK_WIDGET_PROFILER_REPORT_CREATE", "create" },
            { GTK_WIDGET_PROFILER_REPORT_MAP, "GTK_WIDGET_PROFILER_REPORT_MAP", "map" },
            { GTK_WIDGET_PROFILER_REPORT_EXPOSE, "GTK_WIDGET_PROFILER_REPORT_EXPOSE", "expose" },
            { GTK_WIDGET_PROFILER_REPORT_DESTROY, "GTK_WIDGET_PROFILER_REPORT_DESTROY", "destroy" },
            { 0, NULL, NULL }
        };
        etype = g_enum_register_static (g_intern_static_string ("GtkWidgetProfilerReport"), values);
    }
    return etype;
}
#define __TYPE_BUILTINS_C__

/* Generated data ends here */