cleanup: Use null for nick/blurb in ParamSpecs

As they are only used by gstreamer for gst-inspect & other tools.
Projects like mutter and gtk have already completely dropped them,
so follow their lead.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/347>
(cherry picked from commit 46a4fa0976)
This commit is contained in:
Florian Müllner
2024-10-17 22:52:17 +02:00
parent b13984a752
commit 099b2eeb49
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ class BaseButton extends DashItemContainer {
GTypeFlags: GObject.TypeFlags.ABSTRACT,
Properties: {
'ignore-workspace': GObject.ParamSpec.boolean(
'ignore-workspace', 'ignore-workspace', 'ignore-workspace',
'ignore-workspace', null, null,
GObject.ParamFlags.READWRITE,
false),
},