mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
Templates for enum registration
2007-11-30 Matthias Clasen <mclasen@redhat.com> * gioenumtypes.[hc].template: Templates for enum registration * Makefile.am: Generate gioenumtypes.[hc] * gio.h: Include gioenumtypes.h * gappinfo.h: * gfile.h: Add some explicit nicks. * gio.symbols: Add new symbols * pltcheck.sh: Adjust svn path=/trunk/; revision=6002
This commit is contained in:
committed by
Matthias Clasen
parent
c524cabff2
commit
ff0acf0af6
@@ -44,7 +44,7 @@ G_BEGIN_DECLS
|
||||
* Flags used when querying a #GFileInfo.
|
||||
*/
|
||||
typedef enum {
|
||||
G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS = (1<<0)
|
||||
G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS = (1<<0) /*< nick=nofollow-symlinks >*/
|
||||
} GFileQueryInfoFlags;
|
||||
|
||||
/**
|
||||
@@ -71,7 +71,7 @@ typedef enum {
|
||||
* Flags used when copying or moving files.
|
||||
*/
|
||||
typedef enum {
|
||||
G_FILE_COPY_FLAGS_NONE = 0,
|
||||
G_FILE_COPY_FLAGS_NONE = 0, /*< nick=none >*/
|
||||
G_FILE_COPY_OVERWRITE = (1<<0),
|
||||
G_FILE_COPY_BACKUP = (1<<1),
|
||||
G_FILE_COPY_NOFOLLOW_SYMLINKS = (1<<2),
|
||||
|
Reference in New Issue
Block a user