mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Move GFileAttributeValue to a private header, as its sort of ugly.
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
This commit is contained in:
committed by
Alexander Larsson
parent
2ceae92eeb
commit
f506365079
@@ -1,3 +1,29 @@
|
||||
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.
|
||||
|
||||
2007-12-14 Yevgen Muntyan <muntyan@tamu.edu>
|
||||
|
||||
* Makefile.am:
|
||||
|
Reference in New Issue
Block a user