API doc updates.

This commit is contained in:
Matthias Clasen
2003-07-14 22:13:33 +00:00
parent 36121795d9
commit a0829aa499
9 changed files with 36 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
2003-07-15 Matthias Clasen <maclas@gmx.de>
* gdk/tmpl/input_devices.sgml: Remove docs for gdk_device_get_history() which are now inline.
* gdk/gdk-sections.txt: Add gdk_display_flush.
2003-07-13 Matthias Clasen <maclas@gmx.de>
* gtk/gtk.types: Add gtk_tool_button_get_type and gtk_tool_item_get_type.

View File

@@ -127,6 +127,7 @@ gdk_display_keyboard_ungrab
gdk_display_pointer_is_grabbed
gdk_display_beep
gdk_display_sync
gdk_display_flush
gdk_display_close
gdk_display_list_devices
gdk_display_get_event

View File

@@ -243,16 +243,16 @@ Gets the current state of a device.
<!-- ##### FUNCTION gdk_device_get_history ##### -->
<para>
Obtains the motion history for a device.
</para>
@device: a #GdkDevice.
@window: the window wrt. which the event coordinates will be translated.
@start: only return events newer than this timestamp.
@stop: only return events older than this timestamp.
@events: location to return a newly-allocated array of #GdkTimeCoord.
@n_events: location to return the length of @events.
@Returns: %TRUE if the @events were successfully filled.
@device:
@window:
@start:
@stop:
@events:
@n_events:
@Returns:
<!-- ##### FUNCTION gdk_device_free_history ##### -->