File: README.md

package info (click to toggle)
ruby-gnome 4.3.4-1.0
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,316 kB
  • sloc: ruby: 55,217; ansic: 29,012; xml: 333; sh: 225; cpp: 45; makefile: 42
file content (15 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Step 9: Using properties

The original files are located in the following directory.

- https://gitlab.gnome.org/GNOME/gtk/-/blob/main/examples/application9

The original schema file is [here](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/examples/application9/org.gtk.exampleapp.gschema.xml) and the license is LGPL 2.1 or later.

Run `rake` before trying `exampleapp.rb`.

```console
$ cd gtk4/sample/examples/application9
$ rake
$ ruby exampleapp.rb README.md Rakefile
```