mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43: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
@@ -48,8 +48,8 @@ G_BEGIN_DECLS
|
||||
* Flags used when creating a #GAppInfo.
|
||||
*/
|
||||
typedef enum {
|
||||
G_APP_INFO_CREATE_FLAGS_NONE = 0,
|
||||
G_APP_INFO_CREATE_NEEDS_TERMINAL = (1<<0)
|
||||
G_APP_INFO_CREATE_FLAGS_NONE = 0, /*< nick=none >*/
|
||||
G_APP_INFO_CREATE_NEEDS_TERMINAL = (1<<0) /*< nick=needs-terminal >*/
|
||||
} GAppInfoCreateFlags;
|
||||
|
||||
typedef struct _GAppLaunchContext GAppLaunchContext;
|
||||
|
Reference in New Issue
Block a user