summaryrefslogtreecommitdiff
path: root/gio/glocalfileinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2008-09-02big header formatting cleanup: indentation, vtable formatting, consistentMichael Natterer1-31/+32
2008-09-02 Michael Natterer <mitch@imendio.com> * *.h: big header formatting cleanup: indentation, vtable formatting, consistent spacing in (* vfunc), trailing whitespace removal. Formatting should be pretty consistent in all GIO headers now. svn path=/trunk/; revision=7433
2008-03-12Introduce a macro GLocalFileStat that is the normal struct stat on UnixTor Lillqvist1-1/+8
2008-03-12 Tor Lillqvist <tml@novell.com> * glocalfileinfo.h: Introduce a macro GLocalFileStat that is the normal struct stat on Unix but struct _stati64 on Windows to have access to 64-bit file size information. Use that instead of struct stat in the functions declared here in this private header. * glocalfileinfo.c: Corresponding changes. Move some G_OS_WIN32, S_ISLNK and HAVE_UTIMES ifdefs and add some more to avoid compiler warnings about unused functions and variables. Don't set meaningless attributes like inode numbers on Windows. svn path=/trunk/; revision=6697
2008-03-11Correctly implement can_trash by actually looking for a trash dir, notAlexander Larsson1-0/+3
2008-03-11 Alexander Larsson <alexl@redhat.com> * glocalfile.c: * glocalfileinfo.[ch]: Correctly implement can_trash by actually looking for a trash dir, not just assuming one exists. svn path=/trunk/; revision=6679
2007-12-14Move GFileAttributeValue to a private header, as its sort of ugly.Alexander Larsson1-1/+2
2007-12-14 Alexander Larsson <alexl@redhat.com> * Makefile.am: * gfileattribute.[ch]: * gfileattribute-priv.h: Move GFileAttributeValue to a private header, as its sort of ugly. * gfile.[ch]: Make set_attribute take a type + a pointer instead of a GFileAttributeValue. * gfileinfo.[ch]: Fix up for above changes. Add g_file_info_get_attribute_data to get all info in one call, g_file_info_get_attribute_status to get the status and g_file_info_get_attribute_as_string. * gio.symbols: * glocalfile.c: * glocalfileinfo.[ch]: Update for changes * gunixmounts.c: Make _guess_type static. svn path=/trunk/; revision=6129
2007-12-06Include sys/types.h for dev_t (#501919)Alexander Larsson1-0/+3
2007-12-06 Alexander Larsson <alexl@redhat.com> * glocalfileinfo.h: Include sys/types.h for dev_t (#501919) svn path=/trunk/; revision=6057
2007-11-26gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson1-0/+68
2007-11-26 Alexander Larsson <alexl@redhat.com> * Makefile.am: * 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: * gio/ * docs/reference/gio Merged gio-standalone into glib. * glib/glibintl.h: * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string svn path=/trunk/; revision=5941