mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-26 20:07:51 +02:00
debian
docs
gio
fam
inotify
xdgmime
ChangeLog
Makefile.am
abicheck.sh
gappinfo.c
gappinfo.h
gasynchelper.c
gasynchelper.h
gasyncresult.c
gasyncresult.h
gbufferedinputstream.c
gbufferedinputstream.h
gbufferedoutputstream.c
gbufferedoutputstream.h
gcancellable.c
gcancellable.h
gcontenttype.c
gcontenttype.h
gcontenttypeprivate.h
gdatainputstream.c
gdatainputstream.h
gdataoutputstream.c
gdataoutputstream.h
gdesktopappinfo.c
gdesktopappinfo.h
gdirectorymonitor.c
gdirectorymonitor.h
gdrive.c
gdrive.h
gdummyfile.c
gdummyfile.h
gfile.c
gfile.h
gfileattribute.c
gfileattribute.h
gfileenumerator.c
gfileenumerator.h
gfileicon.c
gfileicon.h
gfileinfo.c
gfileinfo.h
gfileinputstream.c
gfileinputstream.h
gfilemonitor.c
gfilemonitor.h
gfilenamecompleter.c
gfilenamecompleter.h
gfileoutputstream.c
gfileoutputstream.h
gfilterinputstream.c
gfilterinputstream.h
gfilteroutputstream.c
gfilteroutputstream.h
gicon.c
gicon.h
ginputstream.c
ginputstream.h
gio-marshal.list
gio.h
gio.symbols
gioenumtypes.c.template
gioenumtypes.h.template
gioerror.c
gioerror.h
giomodule.c
giomodule.h
gioscheduler.c
gioscheduler.h
gloadableicon.c
gloadableicon.h
glocaldirectorymonitor.c
glocaldirectorymonitor.h
glocalfile.c
glocalfile.h
glocalfileenumerator.c
glocalfileenumerator.h
glocalfileinfo.c
glocalfileinfo.h
glocalfileinputstream.c
glocalfileinputstream.h
glocalfilemonitor.c
glocalfilemonitor.h
glocalfileoutputstream.c
glocalfileoutputstream.h
glocalvfs.c
glocalvfs.h
gmemoryinputstream.c
gmemoryinputstream.h
gmemoryoutputstream.c
gmemoryoutputstream.h
gmountoperation.c
gmountoperation.h
gnativevolumemonitor.c
gnativevolumemonitor.h
goutputstream.c
goutputstream.h
gpollfilemonitor.c
gpollfilemonitor.h
gseekable.c
gseekable.h
gsimpleasyncresult.c
gsimpleasyncresult.h
gthemedicon.c
gthemedicon.h
gunionvolumemonitor.c
gunionvolumemonitor.h
gunixdrive.c
gunixdrive.h
gunixinputstream.c
gunixinputstream.h
gunixmounts.c
gunixmounts.h
gunixoutputstream.c
gunixoutputstream.h
gunixvolume.c
gunixvolume.h
gunixvolumemonitor.c
gunixvolumemonitor.h
gvfs.c
gvfs.h
gvolume.c
gvolume.h
gvolumemonitor.c
gvolumemonitor.h
gvolumeprivate.h
gwin32appinfo.c
gwin32appinfo.h
makefile.msc
makegioalias.pl
pltcheck.sh
glib
gmodule
gobject
gthread
m4macros
po
tests
AUTHORS
COPYING
ChangeLog
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-14
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
HACKING
INSTALL
INSTALL.in
MAINTAINERS
Makefile.am
Makefile.decl
NEWS
NEWS.pre-1-3
README
README.in
README.win32
acglib.m4
acinclude.m4
autogen.sh
config.h.win32.in
configure.in
gio-2.0-uninstalled.pc.in
gio-2.0.pc.in
gio-unix-2.0-uninstalled.pc.in
gio-unix-2.0.pc.in
glib-2.0-uninstalled.pc.in
glib-2.0.pc.in
glib-gettextize.in
glib-zip.in
glibconfig.h.win32.in
gmodule-2.0-uninstalled.pc.in
gmodule-2.0.pc.in
gmodule-export-2.0.pc.in
gmodule-no-export-2.0-uninstalled.pc.in
gmodule-no-export-2.0.pc.in
gobject-2.0-uninstalled.pc.in
gobject-2.0.pc.in
gthread-2.0-uninstalled.pc.in
gthread-2.0.pc.in
makefile.msc
mkinstalldirs
msvc_recommended_pragmas.h
sanity_check
win32-fixup.pl
25 lines
510 B
Plaintext
25 lines
510 B
Plaintext
![]() |
/*** BEGIN file-header ***/
|
||
|
#ifndef __GIO_ENUM_TYPES_H__
|
||
|
#define __GIO_ENUM_TYPES_H__
|
||
|
|
||
|
#include <glib-object.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
/*** END file-header ***/
|
||
|
|
||
|
/*** BEGIN file-production ***/
|
||
|
|
||
|
/* enumerations from "@filename@" */
|
||
|
/*** END file-production ***/
|
||
|
|
||
|
/*** BEGIN value-header ***/
|
||
|
GType @enum_name@_get_type (void) G_GNUC_CONST;
|
||
|
#define G_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
|
||
|
/*** END value-header ***/
|
||
|
|
||
|
/*** BEGIN file-tail ***/
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __GIO_ENUM_TYPES_H__ */
|
||
|
/*** END file-tail ***/
|