GNOME Bugzilla – Bug 755898
[PATCH] settings: add get/set uint64
Last modified: 2016-04-28 15:29:59 UTC
Currently, there are convenience accessors for a lot of types but not uint64 yet
Created attachment 312447 [details] [review] add uint64 accessors
Review of attachment 312447 [details] [review]: Please correct the trivial docs typo below. Please add the new APIs to the gio-sections.txt file. Why no _int64 variants as well? ::: gio/gsettings.c @@ +1945,3 @@ + * having a uint64 type in the schema for @settings. + * + * Returns: a 64-bits unsigned integer "64-bit" (no 's')
Created attachment 312500 [details] [review] add {,u}int64 accessors
Review of attachment 312500 [details] [review]: ::: gio/gsettings.c @@ +2006,3 @@ + const gchar *key) +{ + g_autoptr (GVariant) value; We can't use this in GLib...
Created attachment 322692 [details] [review] add {,u}int64 accessors
This looks good but it's a bit late for this cycle. Let's add it after we branch.
Review of attachment 322692 [details] [review]: .
Review of attachment 322692 [details] [review]: pushed as 5cea1c861def0251a10cd4de01908aaf3276c72d