mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 02:36:19 +01:00
Remove comma at the end of enum.
2005-12-04 Behdad Esfahbod <behdad@gnome.org> * glib/gslice.h: Remove comma at the end of enum.
This commit is contained in:
parent
8529c47126
commit
9200814d86
@ -1,3 +1,7 @@
|
|||||||
|
2005-12-04 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
|
* glib/gslice.h: Remove comma at the end of enum.
|
||||||
|
|
||||||
2005-12-04 Matthias Clasen <mclasen@redhat.com>
|
2005-12-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Handle multiple user names with the same UID better.
|
Handle multiple user names with the same UID better.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-12-04 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
|
* glib/gslice.h: Remove comma at the end of enum.
|
||||||
|
|
||||||
2005-12-04 Matthias Clasen <mclasen@redhat.com>
|
2005-12-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Handle multiple user names with the same UID better.
|
Handle multiple user names with the same UID better.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-12-04 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
|
* glib/gslice.h: Remove comma at the end of enum.
|
||||||
|
|
||||||
2005-12-04 Matthias Clasen <mclasen@redhat.com>
|
2005-12-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Handle multiple user names with the same UID better.
|
Handle multiple user names with the same UID better.
|
||||||
|
@ -59,7 +59,7 @@ typedef enum {
|
|||||||
G_SLICE_CONFIG_ALWAYS_FREE,
|
G_SLICE_CONFIG_ALWAYS_FREE,
|
||||||
G_SLICE_CONFIG_WORKING_SET_MSECS,
|
G_SLICE_CONFIG_WORKING_SET_MSECS,
|
||||||
G_SLICE_CONFIG_CHUNK_SIZES,
|
G_SLICE_CONFIG_CHUNK_SIZES,
|
||||||
G_SLICE_CONFIG_CONTENTION_COUNTER,
|
G_SLICE_CONFIG_CONTENTION_COUNTER
|
||||||
} GSliceConfig;
|
} GSliceConfig;
|
||||||
void g_slice_set_config (GSliceConfig ckey, gint64 value);
|
void g_slice_set_config (GSliceConfig ckey, gint64 value);
|
||||||
gint64 g_slice_get_config (GSliceConfig ckey);
|
gint64 g_slice_get_config (GSliceConfig ckey);
|
||||||
|
Loading…
Reference in New Issue
Block a user