mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 17:08:45 +02:00
Add another example for commandline handling
Also, clarify some aspects in the documentation.
This commit is contained in:
@@ -87,6 +87,7 @@ SAMPLE_PROGS = \
|
||||
proxy \
|
||||
gapplication-example-open \
|
||||
gapplication-example-cmdline \
|
||||
gapplication-example-cmdline2 \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@@ -315,6 +316,9 @@ gapplication_example_open_LDADD = $(progs_ldadd)
|
||||
gapplication_example_cmdline_SOURCES = gapplication-example-cmdline.c
|
||||
gapplication_example_cmdline_LDADD = $(progs_ldadd)
|
||||
|
||||
gapplication_example_cmdline2_SOURCES = gapplication-example-cmdline2.c
|
||||
gapplication_example_cmdline2_LDADD = $(progs_ldadd)
|
||||
|
||||
schema_tests = \
|
||||
schema-tests/array-default-not-in-choices.gschema.xml \
|
||||
schema-tests/bad-choice.gschema.xml \
|
||||
|
Reference in New Issue
Block a user