mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
gio enums: Remove trailing commas
This commit is contained in:
@@ -1479,7 +1479,7 @@ typedef enum
|
|||||||
* Since: 2.30
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
G_TLS_DATABASE_VERIFY_NONE = 0,
|
G_TLS_DATABASE_VERIFY_NONE = 0
|
||||||
} GTlsDatabaseVerifyFlags;
|
} GTlsDatabaseVerifyFlags;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1495,7 +1495,7 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
G_TLS_DATABASE_LOOKUP_NONE = 0,
|
G_TLS_DATABASE_LOOKUP_NONE = 0,
|
||||||
G_TLS_DATABASE_LOOKUP_KEYPAIR = 1,
|
G_TLS_DATABASE_LOOKUP_KEYPAIR = 1
|
||||||
} GTlsDatabaseLookupFlags;
|
} GTlsDatabaseLookupFlags;
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Reference in New Issue
Block a user