mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
GApplication: Add a menu example to the docs
This commit is contained in:
committed by
Ryan Lortie
parent
8d96e68eeb
commit
41c19c7df8
@@ -111,6 +111,7 @@ SAMPLE_PROGS = \
|
||||
gapplication-example-cmdline2 \
|
||||
gapplication-example-cmdline3 \
|
||||
gapplication-example-actions \
|
||||
gapplication-example-menu \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@@ -427,6 +428,9 @@ gapplication_example_cmdline3_LDADD = $(progs_ldadd)
|
||||
gapplication_example_actions_SOURCES = gapplication-example-actions.c
|
||||
gapplication_example_actions_LDADD = $(progs_ldadd)
|
||||
|
||||
gapplication_example_menu_SOURCES = gapplication-example-menu.c
|
||||
gapplication_example_menu_LDADD = $(progs_ldadd)
|
||||
|
||||
gmenumodel_LDADD = $(progs_ldadd)
|
||||
|
||||
schema_tests = \
|
||||
|
Reference in New Issue
Block a user