From eedf7288a9db1156baf24f113477bb6d1ce9d9a4 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 14 Feb 2013 12:55:33 -0500 Subject: gnome-rr: add missing annotations --- libgnome-desktop/gnome-rr.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/libgnome-desktop/gnome-rr.c b/libgnome-desktop/gnome-rr.c index f6523258..cc4eb499 100644 --- a/libgnome-desktop/gnome-rr.c +++ b/libgnome-desktop/gnome-rr.c @@ -1719,6 +1719,13 @@ gnome_rr_output_get_edid_data (GnomeRROutput *output, gsize *size) return output->edid_data; } +/** + * gnome_rr_output_get_ids_from_edid: + * @output: a #GnomeRROutput + * @vendor: (out) (allow-none): + * @product: (out) (allow-none): + * @serial: (out) (allow-none): + */ gboolean gnome_rr_output_get_ids_from_edid (GnomeRROutput *output, char **vendor, @@ -2019,6 +2026,12 @@ gnome_rr_output_get_current_mode (GnomeRROutput *output) return NULL; } +/** + * gnome_rr_output_get_position: + * @output: a #GnomeRROutput + * @x: (out) (allow-none): + * @y: (out) (allow-none): + */ void gnome_rr_output_get_position (GnomeRROutput *output, int *x, @@ -2296,6 +2309,12 @@ gnome_rr_crtc_can_drive_output (GnomeRRCrtc *crtc, } /* FIXME: merge with get_mode()? */ +/** + * gnome_rr_crtc_get_position: + * @crtc: a #GnomeRRCrtc + * @x: (out) (allow-none): + * @y: (out) (allow-none): + */ void gnome_rr_crtc_get_position (GnomeRRCrtc *crtc, int *x, -- cgit v1.2.1