diff options
author | raveit65 <[email protected]> | 2018-07-17 11:13:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-17 21:53:38 +0200 |
commit | 447f5fe2efda0988420000dfdd416caf94ccfe71 (patch) | |
tree | 0457202157ab4379888a726931d8c997c3ac6bfc /src/eom-window.c | |
parent | 94f7f4412338fb4c05f2010f135cfab9985712fa (diff) | |
download | eom-447f5fe2efda0988420000dfdd416caf94ccfe71.tar.bz2 eom-447f5fe2efda0988420000dfdd416caf94ccfe71.tar.xz |
EomWindow: silence a introspection warning
inspired by:
https://gitlab.gnome.org/GNOME/eog/commit/1b22c52
Diffstat (limited to 'src/eom-window.c')
-rw-r--r-- | src/eom-window.c | 9 |
1 files changed, 9 insertions, 0 deletions
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) { |