A few more documentation fixes

This commit is contained in:
Timm Bäder 2016-02-09 08:05:16 +01:00
parent c5369356e8
commit 1331b60029
2 changed files with 3 additions and 3 deletions

View File

@ -49,13 +49,13 @@
* GtkStackSidebar has a single CSS node with name stacksidebar and
* style class .sidebar.
*
* When circumstances require it, GtkStackSwitcher adds the
* When circumstances require it, GtkStackSidebar adds the
* .needs-attention style class to the widgets representing the stack
* pages.
*
* Since: 3.16
*/
struct _GtkStackSidebarPrivate
{
GtkListBox *list;

View File

@ -991,7 +991,7 @@ gtk_switch_class_init (GtkSwitchClass *klass)
*
* The ::state-set signal on GtkSwitch is emitted to change the underlying
* state. It is emitted when the user changes the switch position. The
* default handler keeps the state in sync with the #GtkState:active
* default handler keeps the state in sync with the #GtkSwitch:active
* property.
*
* To implement delayed state change, applications can connect to this signal,