This continues turning "example" in a real gnome-shell extension tutorial, showing how to create GSettings using Convenience and how to build a simple preference dialog by subclassing GtkGrid and binding GObject properties to GSettings.
7 lines
103 B
Makefile
7 lines
103 B
Makefile
EXTENSION_ID = example
|
|
|
|
EXTRA_MODULES = prefs.js
|
|
|
|
include ../../extension.mk
|
|
include ../../settings.mk
|