gparam: change value of G_PARAM_EXPLICIT_NOTIFY
authorRyan Lortie <desrt@desrt.ca>
Fri, 6 Jun 2014 18:35:55 +0000 (14:35 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 10 Jun 2014 23:04:35 +0000 (19:04 -0400)
commitfcdd25a96eb33c389f381cacce42e6d4f2912c5c
treed1a30180a75c954dae6e6329f80bf20e9422b189
parentb413f7a285f597e4bcbb8866fcb22bea661fcdcd
gparam: change value of G_PARAM_EXPLICIT_NOTIFY

GParamSpec has a possibility of user-introduced flags, and we didn't
respect that with the addition of _EXPLICIT_NOTIFY.

Change the documentation for the maximum number of user flags to 10,
just to pick a somewhat random number.  The documentation here was never
correct anyway -- it previously claimed that as many as 38 flags were
possible.

Meanwhile, move G_PARAM_EXPLICIT_NOTIFY next to _DEPRECATED in order to
avoid conflicts with low-numbered user flags (which are in use by at
least evolution-data-server).

https://bugzilla.gnome.org/show_bug.cgi?id=731341
gobject/gparam.h