Documentation fixes

svn path=/trunk/; revision=18522
This commit is contained in:
Matthias Clasen
2007-07-22 04:19:19 +00:00
parent 7883d49f76
commit 6ec22dfc1d
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2007-07-22 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkkeys-x11.c: Some documentation fixes.
2007-07-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltips.[hc]: Rename the tips_data_list field

View File

@@ -719,8 +719,9 @@ _gdk_keymap_keys_changed (GdkDisplay *display)
*
* Returns the direction of effective layout of the keymap.
*
* @Returns: %PANGO_DIRECTION_LTR or %PANGO_DIRECTION_RTL if determines the
* direction. %PANGO_DIRECTION_NEUTRAL otherwise.
* @Returns: %PANGO_DIRECTION_LTR or %PANGO_DIRECTION_RTL
* if it can determine the direction. %PANGO_DIRECTION_NEUTRAL
* otherwise.
**/
PangoDirection
gdk_keymap_get_direction (GdkKeymap *keymap)
@@ -756,7 +757,7 @@ gdk_keymap_get_direction (GdkKeymap *keymap)
* Determines if keyboard layouts for both right-to-left and left-to-right
* languages are in use.
*
* @Returns: %TRUE if there are layouts in both directions, %FALSE otherwise
* Returns: %TRUE if there are layouts in both directions, %FALSE otherwise
*
* Since: 2.12
**/