gtk+ r21929 - in trunk: . gdk gdk/x11
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21929 - in trunk: . gdk gdk/x11
- Date: Fri, 26 Dec 2008 04:20:28 +0000 (UTC)
Author: matthiasc
Date: Fri Dec 26 04:20:28 2008
New Revision: 21929
URL: http://svn.gnome.org/viewvc/gtk+?rev=21929&view=rev
Log:
Typo fixes and small doc improvements
Modified:
trunk/ChangeLog
trunk/gdk/gdkapplaunchcontext.c
trunk/gdk/gdkkeys.c
trunk/gdk/x11/gdkdnd-x11.c
trunk/gdk/x11/gdkkeys-x11.c
trunk/gdk/x11/gdktestutils-x11.c
Modified: trunk/gdk/gdkapplaunchcontext.c
==============================================================================
--- trunk/gdk/gdkapplaunchcontext.c (original)
+++ trunk/gdk/gdkapplaunchcontext.c Fri Dec 26 04:20:28 2008
@@ -221,7 +221,12 @@
* @icon: a #GIcon, or %NULL
*
* 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
*/
Modified: trunk/gdk/gdkkeys.c
==============================================================================
--- trunk/gdk/gdkkeys.c (original)
+++ trunk/gdk/gdkkeys.c Fri Dec 26 04:20:28 2008
@@ -88,8 +88,8 @@
* @keymap: the object on which the signal is emitted
*
* The ::state-changed signal is emitted when the state of the
- * keyboard changes, e.g when the Caps Lock is turned on or off.
- * See gdk_keyboard_get_caps_lock_state().
+ * keyboard changes, e.g when Caps Lock is turned on or off.
+ * See gdk_keymap_get_caps_lock_state().
*
* Since: 2.16
*/
Modified: trunk/gdk/x11/gdkdnd-x11.c
==============================================================================
--- trunk/gdk/x11/gdkdnd-x11.c (original)
+++ trunk/gdk/x11/gdkdnd-x11.c Fri Dec 26 04:20:28 2008
@@ -3807,7 +3807,7 @@
* gdk_drag_drop_succeeded:
* @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
* handling a %GDK_DROP_FINISHED event, its return value is
* meaningless at other times.
Modified: trunk/gdk/x11/gdkkeys-x11.c
==============================================================================
--- trunk/gdk/x11/gdkkeys-x11.c (original)
+++ trunk/gdk/x11/gdkkeys-x11.c Fri Dec 26 04:20:28 2008
@@ -813,7 +813,7 @@
* gdk_keymap_get_caps_lock_state:
* @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
*
Modified: trunk/gdk/x11/gdktestutils-x11.c
==============================================================================
--- trunk/gdk/x11/gdktestutils-x11.c (original)
+++ trunk/gdk/x11/gdktestutils-x11.c Fri Dec 26 04:20:28 2008
@@ -71,7 +71,7 @@
* right function to call which will generate a key press 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.
*
* Since: 2.14
@@ -170,7 +170,7 @@
* function to call which will generate a button press event followed
* 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.
*
* Since: 2.14
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]