From 447f5fe2efda0988420000dfdd416caf94ccfe71 Mon Sep 17 00:00:00 2001
From: raveit65 <mate@raveit.de>
Date: Tue, 17 Jul 2018 11:13:34 +0200
Subject: EomWindow: silence a introspection warning

inspired by:
https://gitlab.gnome.org/GNOME/eog/commit/1b22c52
---
 src/eom-window.c | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'src')

diff --git a/src/eom-window.c b/src/eom-window.c
index b2a8c94..4b80df0 100644
--- a/src/eom-window.c
+++ b/src/eom-window.c
@@ -3036,6 +3036,15 @@ eom_window_cmd_print (GtkAction *action, gpointer user_data)
 	eom_window_print (window);
 }
 
+/**
+ * eom_window_get_properties_dialog:
+ * @window: a #EomWindow
+ *
+ * Gets the @window property dialog. The widget will be built on the first call to this function.
+ *
+ * Returns: (transfer none): a #GtkDialog.
+ */
+
 EomDialog*
 eom_window_get_properties_dialog (EomWindow *window)
 {
-- 
cgit v1.2.1