Home
last modified time | relevance | path

Searched refs:g_enum_type_id (Results 1 – 25 of 32) sorted by relevance

12

/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-dictionary/libgdict/
H A Dgdict-enum-types.c10 static GType g_enum_type_id = 0; in gdict_client_context_error_get_type() local
11 if (G_UNLIKELY (g_enum_type_id == 0)) in gdict_client_context_error_get_type()
23 return g_enum_type_id; in gdict_client_context_error_get_type()
30 static GType g_enum_type_id = 0; in gdict_context_error_get_type() local
47 return g_enum_type_id; in gdict_context_error_get_type()
54 static GType g_enum_type_id = 0; in gdict_source_transport_get_type() local
65 return g_enum_type_id; in gdict_source_transport_get_type()
70 static GType g_enum_type_id = 0; in gdict_source_error_get_type() local
83 return g_enum_type_id; in gdict_source_error_get_type()
102 return g_enum_type_id; in gdict_context_prop_get_type()
[all …]
H A Dgdict-enum-types.c.in14 static GType g_enum_type_id = 0; local
15 if (G_UNLIKELY (g_enum_type_id == 0))
27 g_enum_type_id = g_@type@_register_static("@EnumName@", values);
30 return g_enum_type_id;
/dports/x11-wm/metacity/metacity-3.42.0/src/core/
H A Dmeta-enum-types.c11 static gsize g_enum_type_id; in meta_window_type_get_type() local
33 if (g_once_init_enter (&g_enum_type_id)) in meta_window_type_get_type()
44 return g_enum_type_id; in meta_window_type_get_type()
50 static gsize g_enum_type_id; in meta_maximize_flags_get_type() local
69 return g_enum_type_id; in meta_maximize_flags_get_type()
75 static gsize g_enum_type_id; in meta_client_type_get_type() local
96 return g_enum_type_id; in meta_client_type_get_type()
102 static gsize g_enum_type_id; in meta_queue_type_get_type() local
122 return g_enum_type_id; in meta_queue_type_get_type()
129 static gsize g_enum_type_id; in meta_compositor_type_get_type() local
[all …]
H A Dmeta-enum-types.c.in15 static gsize g_enum_type_id; local
28 if (g_once_init_enter (&g_enum_type_id))
36 g_once_init_leave (&g_enum_type_id, id);
39 return g_enum_type_id;
/dports/x11-wm/metacity/metacity-3.42.0/libmetacity/
H A Dmeta-enum-types.c12 static gsize g_enum_type_id; in meta_theme_error_get_type() local
26 if (g_once_init_enter (&g_enum_type_id)) in meta_theme_error_get_type()
34 g_once_init_leave (&g_enum_type_id, id); in meta_theme_error_get_type()
37 return g_enum_type_id; in meta_theme_error_get_type()
43 static gsize g_enum_type_id; in meta_theme_type_get_type() local
51 if (g_once_init_enter (&g_enum_type_id)) in meta_theme_type_get_type()
59 g_once_init_leave (&g_enum_type_id, id); in meta_theme_type_get_type()
62 return g_enum_type_id; in meta_theme_type_get_type()
H A Dmeta-enum-types.c.in16 static gsize g_enum_type_id; local
29 if (g_once_init_enter (&g_enum_type_id))
37 g_once_init_leave (&g_enum_type_id, id);
40 return g_enum_type_id;
/dports/multimedia/clutter-gst/clutter-gst-2.0.18/clutter-gst/
H A Dclutter-gst-enum-types.c21 GType g_enum_type_id; in clutter_gst_seek_flags_get_type() local
23 g_enum_type_id = in clutter_gst_seek_flags_get_type()
26 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in clutter_gst_seek_flags_get_type()
43 GType g_enum_type_id; in clutter_gst_buffering_mode_get_type() local
45 g_enum_type_id = in clutter_gst_buffering_mode_get_type()
48 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in clutter_gst_buffering_mode_get_type()
H A Dclutter-gst-enum-types.c.in30 GType g_enum_type_id; local
32 g_enum_type_id =
35 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/multimedia/clutter-gst3/clutter-gst-3.0.27/clutter-gst/
H A Dclutter-gst-enum-types.c20 GType g_enum_type_id; in clutter_gst_seek_flags_get_type() local
22 g_enum_type_id = in clutter_gst_seek_flags_get_type()
25 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in clutter_gst_seek_flags_get_type()
42 GType g_enum_type_id; in clutter_gst_buffering_mode_get_type() local
44 g_enum_type_id = in clutter_gst_buffering_mode_get_type()
47 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in clutter_gst_buffering_mode_get_type()
H A Dclutter-gst-enum-types.c.in30 GType g_enum_type_id; local
32 g_enum_type_id =
35 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/x11-toolkits/unique/libunique-1.1.6/unique/
H A Duniqueenumtypes.c23 GType g_enum_type_id; in unique_command_get_type() local
25 g_enum_type_id = in unique_command_get_type()
28 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in unique_command_get_type()
47 GType g_enum_type_id; in unique_response_get_type() local
49 g_enum_type_id = in unique_response_get_type()
52 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in unique_response_get_type()
H A Duniqueenumtypes.c.in29 GType g_enum_type_id; local
31 g_enum_type_id =
34 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/x11-toolkits/libunique3/libunique-3.0.2/unique/
H A Duniqueenumtypes.c23 GType g_enum_type_id; in unique_command_get_type() local
25 g_enum_type_id = in unique_command_get_type()
28 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in unique_command_get_type()
47 GType g_enum_type_id; in unique_response_get_type() local
49 g_enum_type_id = in unique_response_get_type()
52 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in unique_response_get_type()
H A Duniqueenumtypes.c.in29 GType g_enum_type_id; local
31 g_enum_type_id =
34 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/deskutils/gnome-dictionary/gnome-dictionary-40.0/src/
H A Dgdict-enum-types.c.in14 static GType g_enum_type_id = 0; local
15 if (G_UNLIKELY (g_enum_type_id == 0))
27 g_enum_type_id = g_@type@_register_static("@EnumName@", values);
30 return g_enum_type_id;
/dports/x11-wm/mutter/mutter-41.1/src/
H A Dmeta-private-enum-types.c.in16 static size_t g_enum_type_id = 0; local
18 if (g_once_init_enter (&g_enum_type_id))
34 g_once_init_leave (&g_enum_type_id, id);
37 return g_enum_type_id;
/dports/x11-wm/mutter/mutter-41.1/src/meta/
H A Dmeta-enum-types.c.in16 static size_t g_enum_type_id = 0; local
18 if (g_once_init_enter (&g_enum_type_id))
34 g_once_init_leave (&g_enum_type_id, id);
37 return g_enum_type_id;
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-enum-types.c.in17 static size_t g_enum_type_id = 0; local
19 if (g_once_init_enter (&g_enum_type_id))
35 g_once_init_leave (&g_enum_type_id, id);
38 return g_enum_type_id;
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_sound_enums.c108 GType g_enum_type_id = g_enum_register_static(g_intern_static_string("AgsSoundScope"), values); in ags_sound_scope_get_type() local
110 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in ags_sound_scope_get_type()
185 …GType g_enum_type_id = g_enum_register_static(g_intern_static_string("AgsSoundKeyFormat"), values); in ags_sound_key_format_get_type() local
187 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id); in ags_sound_key_format_get_type()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-enum-types.c.in31 GType g_enum_type_id; local
33 g_enum_type_id =
36 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/x11-wm/muffin/muffin-4.8.0/src/
H A Dmuffin-enum-types.c.in30 GType g_enum_type_id; local
32 g_enum_type_id =
35 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-enum-types.c.in31 GType g_enum_type_id; local
33 g_enum_type_id =
36 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-enum-types.c.in40 GType g_enum_type_id; local
42 g_enum_type_id =
45 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/graphics/cogl/cogl-1.22.8/cogl-path/
H A Dcogl-path-enum-types.c.in40 GType g_enum_type_id; local
42 g_enum_type_id =
45 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl-path/
H A Dcogl-path-enum-types.c.in40 GType g_enum_type_id; local
42 g_enum_type_id =
45 g_once_init_leave (&g_enum_type_id__volatile, g_enum_type_id);

12