Add a few missing Since tags

This commit is contained in:
Matthias Clasen
2012-03-11 20:57:59 -04:00
parent 1f91adbcf7
commit c7ba64aaf0

View File

@@ -100,6 +100,8 @@ _gdk_x11_device_manager_new (GdkDisplay *display)
*
* Returns: (transfer none): (allow-none): The #GdkDevice wrapping the device ID,
* or %NULL if the given ID doesn't currently represent a device.
*
* Since: 3.2
**/
GdkDevice *
gdk_x11_device_manager_lookup (GdkDeviceManager *device_manager,
@@ -145,6 +147,8 @@ gdk_x11_device_manager_lookup (GdkDeviceManager *device_manager,
* </note>
*
* Returns: the XInput2 device ID.
*
* Since: 3.2
**/
gint
gdk_x11_device_get_id (GdkDevice *device)