GNOME Bugzilla – Bug 616892
gio: Add a boxed type for GFileAttributeMatcher
Last modified: 2012-07-07 22:48:13 UTC
This patch adds a boxed type for GFileAttributeMatcher for the sake of language bindings.
Created attachment 159646 [details] [review] gio: Add a boxed type for GFileAttributeMatcher
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 on attachment 159646 [details] [review] gio: Add a boxed type for GFileAttributeMatcher Committed as f39a49b03610a1cd54b9feb18528f5c74539d5c9. I'm going to attach a small additional patch.
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.
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.
Can attachment 160213 [details] [review] go in?
Ping. Can attachment 160213 [details] [review] go in?
Review of attachment 160213 [details] [review]: Sure, makes sense.
Thanks, committed. Attachment 160213 [details] pushed as a511a70 - gio: Add type macros for GFileAttributeInfoList and GFileAttributeMatcher