summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2013-02-14 12:55:33 -0500
committerWilliam Jon McCann <jmccann@redhat.com>2013-02-14 12:55:33 -0500
commiteedf7288a9db1156baf24f113477bb6d1ce9d9a4 (patch)
treedff5cf7f47edae3e06f2b3bcd2941b225be36d1f
parent5756c24ce001938ee195252c9d59a42f6cc2ebad (diff)
downloadgnome-desktop-eedf7288a9db1156baf24f113477bb6d1ce9d9a4.tar.gz
gnome-rr: add missing annotations
-rw-r--r--libgnome-desktop/gnome-rr.c19
1 files changed, 19 insertions, 0 deletions
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,