Skip to content

Commit 447f5fe

Browse files
author
raveit65
committed
EomWindow: silence a introspection warning
inspired by: https://gitlab.gnome.org/GNOME/eog/commit/1b22c52
1 parent 94f7f44 commit 447f5fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/eom-window.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,6 +3036,15 @@ eom_window_cmd_print (GtkAction *action, gpointer user_data)
30363036
eom_window_print (window);
30373037
}
30383038

3039+
/**
3040+
* eom_window_get_properties_dialog:
3041+
* @window: a #EomWindow
3042+
*
3043+
* Gets the @window property dialog. The widget will be built on the first call to this function.
3044+
*
3045+
* Returns: (transfer none): a #GtkDialog.
3046+
*/
3047+
30393048
EomDialog*
30403049
eom_window_get_properties_dialog (EomWindow *window)
30413050
{

0 commit comments

Comments
 (0)