mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
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
This commit is contained in:
committed by
Alexander Larsson
parent
61582bd91c
commit
7f3280230b
@@ -42,6 +42,8 @@
|
||||
#include "gfileinfo.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
#include "gioalias.h"
|
||||
|
||||
/* We use this nasty thing, because NULL is a valid attribute matcher (matches nothing) */
|
||||
#define NO_ATTRIBUTE_MASK ((GFileAttributeMatcher *)1)
|
||||
|
||||
@@ -2083,3 +2085,6 @@ g_file_attribute_matcher_enumerate_next (GFileAttributeMatcher *matcher)
|
||||
return get_attribute_for_id (sub_matcher->id);
|
||||
}
|
||||
}
|
||||
|
||||
#define __G_FILE_INFO_C__
|
||||
#include "gioaliasdef.c"
|
||||
|
Reference in New Issue
Block a user