diff options
author | infirit <[email protected]> | 2015-09-06 11:43:35 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 11:43:35 +0200 |
commit | 2788b437751963cb933eadbcbc0dd5ff33fa7338 (patch) | |
tree | 237fbff5d18df7894defcca177d21a5eeac1b514 /src/eom-properties-dialog.c | |
parent | 79f28eb676ac6c7e707fde3fbb47f8b02f8f5aea (diff) | |
download | eom-2788b437751963cb933eadbcbc0dd5ff33fa7338.tar.bz2 eom-2788b437751963cb933eadbcbc0dd5ff33fa7338.tar.xz |
A bunch of annotation fixes from Eog
Diffstat (limited to 'src/eom-properties-dialog.c')
-rw-r--r-- | src/eom-properties-dialog.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/eom-properties-dialog.c b/src/eom-properties-dialog.c index a7e484b..0214fa8 100644 --- a/src/eom-properties-dialog.c +++ b/src/eom-properties-dialog.c @@ -777,6 +777,18 @@ eom_properties_dialog_init (EomPropertiesDialog *prop_dlg) #endif } +/** + * eom_properties_dialog_new: + * @parent: the dialog's parent window + * @thumbview: + * @next_image_action: + * @previous_image_action: + * + * + * + * Returns: (transfer full) (type EomPropertiesDialog): a new #EomPropertiesDialog + **/ + GObject * eom_properties_dialog_new (GtkWindow *parent, EomThumbView *thumbview, |