From e47c350e68cfcba4ebda141bdac0ace45aceac38 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 27 Jul 2014 23:36:09 +0200 Subject: Add gtk-doc annotations to the new properties in EomScrollView Based on ec93e7f2c26a09a69dbc93241a50badccb0f6b21 From Felix Riemann --- src/eom-scroll-view.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/eom-scroll-view.c') diff --git a/src/eom-scroll-view.c b/src/eom-scroll-view.c index 44886c6..64e62d3 100644 --- a/src/eom-scroll-view.c +++ b/src/eom-scroll-view.c @@ -2798,12 +2798,23 @@ eom_scroll_view_class_init (EomScrollViewClass *klass) g_param_spec_boolean ("scrollwheel-zoom", NULL, NULL, TRUE, G_PARAM_READWRITE | G_PARAM_STATIC_NAME)); + /** + * EomScrollView:transparency-color: + * + * This is the color used to fill the transparent parts of an image + * if :transparency-style is set to use a custom color. + */ g_object_class_install_property ( gobject_class, PROP_TRANSP_COLOR, g_param_spec_boxed ("transparency-color", NULL, NULL, GDK_TYPE_COLOR, G_PARAM_WRITABLE | G_PARAM_STATIC_NAME)); + /** + * EomScrollView:transparency-style: + * + * Determines how to fill the shown image's transparent areas. + */ g_object_class_install_property ( gobject_class, PROP_TRANSPARENCY_STYLE, g_param_spec_enum ("transparency-style", NULL, NULL, -- cgit v1.2.1