mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 01:18:53 +02:00
minor code cleanups.
Thu Apr 29 02:16:36 1999 Tim Janik <timj@gtk.org> * gstrfuncs.c: minor code cleanups.
This commit is contained in:
2
glib.h
2
glib.h
@@ -702,6 +702,7 @@ typedef struct _GTuples GTuples;
|
||||
typedef union _GTokenValue GTokenValue;
|
||||
typedef struct _GIOChannel GIOChannel;
|
||||
|
||||
/* Tree traverse flags */
|
||||
typedef enum
|
||||
{
|
||||
G_TRAVERSE_LEAFS = 1 << 0,
|
||||
@@ -710,6 +711,7 @@ typedef enum
|
||||
G_TRAVERSE_MASK = 0x03
|
||||
} GTraverseFlags;
|
||||
|
||||
/* Tree traverse orders */
|
||||
typedef enum
|
||||
{
|
||||
G_IN_ORDER,
|
||||
|
Reference in New Issue
Block a user