docs: use proper quotes
This commit is contained in:
@ -494,7 +494,7 @@ find_item_label (GtkWidget *item)
|
||||
/* This function returns a string of the form A;B;C where A is
|
||||
* the keybinding for the widget; B is the keybinding to traverse
|
||||
* from the menubar and C is the accelerator. The items in the
|
||||
* keybinding to traverse from the menubar are separated by ":".
|
||||
* keybinding to traverse from the menubar are separated by “:”.
|
||||
*/
|
||||
static const gchar *
|
||||
gtk_menu_item_accessible_get_keybinding (AtkAction *action,
|
||||
|
||||
@ -456,7 +456,7 @@ gtk_widget_accessible_get_index_in_parent (AtkObject *accessible)
|
||||
/* This function is the default implementation for the notify_gtk
|
||||
* vfunc which gets called when a property changes value on the
|
||||
* GtkWidget associated with a GtkWidgetAccessible. It constructs
|
||||
* an AtkPropertyValues structure and emits a "property_changed"
|
||||
* an AtkPropertyValues structure and emits a “property_changed”
|
||||
* signal which causes the user specified AtkPropertyChangeHandler
|
||||
* to be called.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user