mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Typo fixes and small doc improvements
svn path=/trunk/; revision=21929
This commit is contained in:
parent
b38f2c127c
commit
8ea8b1ee48
@ -1,3 +1,12 @@
|
|||||||
|
2008-12-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkapplaunchcontext.c:
|
||||||
|
* gdk/gdkkeys.c:
|
||||||
|
* gdk/x11/gdkdnd-x11.c:
|
||||||
|
* gdk/x11/gdkkeyx-x11.c:
|
||||||
|
* gdk/x11/gdktestutils-x11.c: Typo fixes and other small
|
||||||
|
doc improvements.
|
||||||
|
|
||||||
2008-12-23 Li Yuan <li.yuan@sun.com>
|
2008-12-23 Li Yuan <li.yuan@sun.com>
|
||||||
|
|
||||||
* gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
|
* gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
|
||||||
|
@ -221,7 +221,12 @@ gdk_app_launch_context_set_timestamp (GdkAppLaunchContext *context,
|
|||||||
* @icon: a #GIcon, or %NULL
|
* @icon: a #GIcon, or %NULL
|
||||||
*
|
*
|
||||||
* Sets the icon for applications that are launched with this
|
* Sets the icon for applications that are launched with this
|
||||||
* context. See also gdk_app_launch_context_set_icon_name().
|
* context.
|
||||||
|
*
|
||||||
|
* Window Managers can use this information when displaying startup
|
||||||
|
* notification.
|
||||||
|
*
|
||||||
|
* See also gdk_app_launch_context_set_icon_name().
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
* Since: 2.14
|
||||||
*/
|
*/
|
||||||
|
@ -88,8 +88,8 @@ gdk_keymap_class_init (GdkKeymapClass *klass)
|
|||||||
* @keymap: the object on which the signal is emitted
|
* @keymap: the object on which the signal is emitted
|
||||||
*
|
*
|
||||||
* The ::state-changed signal is emitted when the state of the
|
* The ::state-changed signal is emitted when the state of the
|
||||||
* keyboard changes, e.g when the Caps Lock is turned on or off.
|
* keyboard changes, e.g when Caps Lock is turned on or off.
|
||||||
* See gdk_keyboard_get_caps_lock_state().
|
* See gdk_keymap_get_caps_lock_state().
|
||||||
*
|
*
|
||||||
* Since: 2.16
|
* Since: 2.16
|
||||||
*/
|
*/
|
||||||
|
@ -3807,7 +3807,7 @@ gdk_drag_get_selection (GdkDragContext *context)
|
|||||||
* gdk_drag_drop_succeeded:
|
* gdk_drag_drop_succeeded:
|
||||||
* @context: a #GdkDragContext
|
* @context: a #GdkDragContext
|
||||||
*
|
*
|
||||||
* Returns wether the dropped data has been successfully
|
* Returns whether the dropped data has been successfully
|
||||||
* transferred. This function is intended to be used while
|
* transferred. This function is intended to be used while
|
||||||
* handling a %GDK_DROP_FINISHED event, its return value is
|
* handling a %GDK_DROP_FINISHED event, its return value is
|
||||||
* meaningless at other times.
|
* meaningless at other times.
|
||||||
|
@ -813,7 +813,7 @@ gdk_keymap_have_bidi_layouts (GdkKeymap *keymap)
|
|||||||
* gdk_keymap_get_caps_lock_state:
|
* gdk_keymap_get_caps_lock_state:
|
||||||
* @keymap: a #GdkKeymap
|
* @keymap: a #GdkKeymap
|
||||||
*
|
*
|
||||||
* Returns wether the Caps Lock modifer is locked.
|
* Returns whether the Caps Lock modifer is locked.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if Caps Lock is on
|
* Returns: %TRUE if Caps Lock is on
|
||||||
*
|
*
|
||||||
|
@ -71,7 +71,7 @@ gdk_test_render_sync (GdkWindow *window)
|
|||||||
* right function to call which will generate a key press event
|
* right function to call which will generate a key press event
|
||||||
* followed by its accompanying key release event.
|
* followed by its accompanying key release event.
|
||||||
*
|
*
|
||||||
* Returns: wether all actions neccessary for a key event simulation
|
* Returns: whether all actions neccessary for a key event simulation
|
||||||
* were carried out successfully.
|
* were carried out successfully.
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
* Since: 2.14
|
||||||
@ -170,7 +170,7 @@ gdk_test_simulate_key (GdkWindow *window,
|
|||||||
* function to call which will generate a button press event followed
|
* function to call which will generate a button press event followed
|
||||||
* by its accompanying button release event.
|
* by its accompanying button release event.
|
||||||
*
|
*
|
||||||
* Returns: wether all actions neccessary for a button event simulation
|
* Returns: whether all actions neccessary for a button event simulation
|
||||||
* were carried out successfully.
|
* were carried out successfully.
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
* Since: 2.14
|
||||||
|
Loading…
Reference in New Issue
Block a user