diff options
author | Alexander Larsson <alexl@redhat.com> | 2007-11-28 12:39:07 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-11-28 12:39:07 +0000 |
commit | 7f3280230bc9448a5750fc17a6eabef691ba25f4 (patch) | |
tree | 27740130a31d7a914ec6b7b64172c5146553cfa7 /gio/gfileattribute.c | |
parent | 61582bd91cba508362d0e28db4d6e3f307b27b48 (diff) | |
download | glib-7f3280230bc9448a5750fc17a6eabef691ba25f4.tar.gz |
Added. Added. Added. Added.
2007-11-28 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
* abicheck.sh: Added.
* makegioalias.pl: Added.
* pltcheck.sh: Added.
* gio.symbols: Added.
* *.c:
* inotify/*.c
Initial work on adding symbol handling.
* gvfs.h:
Correct ifdef guard name
* fam/Makefile.am:
* inotify/Makefile.am:
* xdgmime/Makefile.am:
Include toplevel Makefile.decl
svn path=/trunk/; revision=5972
Diffstat (limited to 'gio/gfileattribute.c')
-rw-r--r-- | gio/gfileattribute.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c index 394404e1e..b3b2dfa8e 100644 --- a/gio/gfileattribute.c +++ b/gio/gfileattribute.c @@ -28,6 +28,8 @@ #include <glib-object.h> #include "glibintl.h" +#include "gioalias.h" + /** * SECTION:gfileattribute * @short_description: Key-Value Paired File Attributes @@ -906,3 +908,6 @@ g_file_attribute_info_list_add (GFileAttributeInfoList *list, list_update_public (priv); } + +#define __G_FILE_ATTRIBUTE_C__ +#include "gioaliasdef.c" |