Use NULL for nick/blurb in GObject params
As they are only used by gstreamer for gst-inspect & other tools. Projects like Mutter/gtk have completely dropped them as well, so follow their path Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3505>
This commit is contained in:

committed by
Marge Bot

parent
91a9409b1d
commit
aa0f2c4915
@ -21,7 +21,7 @@ class Object1 {
|
||||
class GObject1 extends GObject.Object {
|
||||
static [GObject.properties] = {
|
||||
'plonked': GObject.ParamSpec.boolean(
|
||||
'plonked', '', '',
|
||||
'plonked', null, null,
|
||||
GObject.ParamFlags.READWRITE,
|
||||
false),
|
||||
};
|
||||
|
Reference in New Issue
Block a user