After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 616892 - gio: Add a boxed type for GFileAttributeMatcher
gio: Add a boxed type for GFileAttributeMatcher
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-04-26 21:41 UTC by Torsten Schoenfeld
Modified: 2012-07-07 22:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gio: Add a boxed type for GFileAttributeMatcher (2.02 KB, patch)
2010-04-26 21:41 UTC, Torsten Schoenfeld
committed Details | Review
gio: Add type macros for GFileAttributeInfoList and GFileAttributeMatcher (1.96 KB, patch)
2010-05-03 18:36 UTC, Torsten Schoenfeld
committed Details | Review

Description Torsten Schoenfeld 2010-04-26 21:41:23 UTC
This patch adds a boxed type for GFileAttributeMatcher for the sake of language
bindings.
Comment 1 Torsten Schoenfeld 2010-04-26 21:41:26 UTC
Created attachment 159646 [details] [review]
gio: Add a boxed type for GFileAttributeMatcher
Comment 2 Matthias Clasen 2010-05-02 22:19:19 UTC
Comment on attachment 159646 [details] [review]
gio: Add a boxed type for GFileAttributeMatcher

Looks fine to me. Just remember to add the get_type function to gio.symbols and to gio.types in the docs directory.
Comment 3 Torsten Schoenfeld 2010-05-03 18:32:48 UTC
Comment on attachment 159646 [details] [review]
gio: Add a boxed type for GFileAttributeMatcher

Committed as f39a49b03610a1cd54b9feb18528f5c74539d5c9.

I'm going to attach a small additional patch.
Comment 4 Torsten Schoenfeld 2010-05-03 18:36:01 UTC
Created attachment 160213 [details] [review]
gio: Add type macros for GFileAttributeInfoList and GFileAttributeMatcher

them in line with what is done with all the other GTypes in gio.
Comment 5 Torsten Schoenfeld 2010-05-03 18:38:07 UTC
Hmm, git-bz ate the first line of my comment again.  I wanted to say:

This patch adds type macros for the recently added boxed types, to bring
them in line with what is done with all the other GTypes in gio.
Comment 6 Torsten Schoenfeld 2011-10-15 18:06:24 UTC
Can attachment 160213 [details] [review] go in?
Comment 7 Torsten Schoenfeld 2012-07-07 11:29:05 UTC
Ping.  Can attachment 160213 [details] [review] go in?
Comment 8 Colin Walters 2012-07-07 21:22:12 UTC
Review of attachment 160213 [details] [review]:

Sure, makes sense.
Comment 9 Torsten Schoenfeld 2012-07-07 22:48:10 UTC
Thanks, committed.
Attachment 160213 [details] pushed as a511a70 - gio: Add type macros for GFileAttributeInfoList and GFileAttributeMatcher