[gnome-software/1790-allow-scrolling-screenshots-by-clicking-on-next-and-previous-screenshots] Apply 1 suggestion(s) to 1 file(s)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/1790-allow-scrolling-screenshots-by-clicking-on-next-and-previous-screenshots] Apply 1 suggestion(s) to 1 file(s)
- Date: Wed, 8 Jun 2022 06:46:21 +0000 (UTC)
commit 7201addf837070d7096bfb9179b803d1b2d449a1
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Jun 8 06:46:20 2022 +0000
Apply 1 suggestion(s) to 1 file(s)
src/gs-screenshot-image.c | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/src/gs-screenshot-image.c b/src/gs-screenshot-image.c
index 759e3201c..946ab0984 100644
--- a/src/gs-screenshot-image.c
+++ b/src/gs-screenshot-image.c
@@ -839,6 +839,13 @@ gs_screenshot_image_class_init (GsScreenshotImageClass *klass)
gtk_widget_class_bind_template_child (widget_class, GsScreenshotImage, box_error);
gtk_widget_class_bind_template_child (widget_class, GsScreenshotImage, label_error);
+ /**
+ * GsScreenshotImage::clicked:
+ *
+ * Emitted when the screenshot is clicked.
+ *
+ * Since: 43
+ */
signals [SIGNAL_CLICKED] =
g_signal_new ("clicked",
G_TYPE_FROM_CLASS (object_class), G_SIGNAL_RUN_LAST,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]