From 6c46fb03a618745f13f68cd05adc7fd1a3a318b3 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 28 Dec 2021 13:05:05 -0500 Subject: [PATCH] cleanup --- examples/app_library/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/app_library/README.md b/examples/app_library/README.md index f2a64530..00596fdc 100644 --- a/examples/app_library/README.md +++ b/examples/app_library/README.md @@ -1,5 +1,2 @@ -# ListView: Applications Launcher +# Applications Library -This example shows how to create a `gtk::ListView` and fill it with applications data from `gio::AppInfo` with the possibility to open an application when an item of the list is activated. - -![Screenshot](screenshot.png)