From b6f2d9f8f4a82d1ddf075b2817d442f42840eb48 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 20 Jul 2015 21:23:21 +0200 Subject: Add annotations and fix documentation syntax warnings --- libmate-desktop/mate-rr.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libmate-desktop/mate-rr.c') diff --git a/libmate-desktop/mate-rr.c b/libmate-desktop/mate-rr.c index 9c435f9..921190a 100644 --- a/libmate-desktop/mate-rr.c +++ b/libmate-desktop/mate-rr.c @@ -850,11 +850,11 @@ mate_rr_screen_init (MateRRScreen *self) /** * mate_rr_screen_new: - * Creates a new #MateRRScreen instance - * * @screen: the #GdkScreen on which to operate * @error: will be set if XRandR is not supported * + * Creates a new #MateRRScreen instance + * * Returns: a new #MateRRScreen instance or NULL if screen could not be created, * for instance if the driver does not support Xrandr 1.2 */ @@ -890,13 +890,13 @@ mate_rr_screen_set_size (MateRRScreen *screen, /** * mate_rr_screen_get_ranges: - * - * Get the ranges of the screen * @screen: a #MateRRScreen * @min_width: (out): the minimum width * @max_width: (out): the maximum width * @min_height: (out): the minimum height * @max_height: (out): the maximum height + * + * Get the ranges of the screen */ void mate_rr_screen_get_ranges (MateRRScreen *screen, @@ -1427,7 +1427,7 @@ mate_rr_output_get_edid_data (MateRROutput *output) } /** - * mate_rr_screen_get_output_by_id: + * mate_rr_screen_get_output_by_name: * * Returns: (transfer none): the output identified by @name */ -- cgit v1.2.1