[gtk/matthiasc/for-master] menubutton: Cosmetics
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] menubutton: Cosmetics
- Date: Mon, 11 May 2020 04:18:46 +0000 (UTC)
commit b65e3061a6418950d09de3dbcc35dd6538cdc3bc
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 11 00:17:53 2020 -0400
menubutton: Cosmetics
Fix a few typos in the docs.
gtk/gtkmenubutton.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkmenubutton.h b/gtk/gtkmenubutton.h
index e8f5e90f27..b51e2b3237 100644
--- a/gtk/gtkmenubutton.h
+++ b/gtk/gtkmenubutton.h
@@ -41,9 +41,8 @@ typedef struct _GtkMenuButton GtkMenuButton;
* @menu_button: the #GtkMenuButton
*
* User-provided callback function to create a popup for @menu_button on demand.
- * This function is called when the popoup of @menu_button is shown, but none has
- * been provided via gtk_menu_buton_set_popup(), gtk_menu_button_set_popover()
- * or gtk_menu_button_set_menu_model().
+ * This function is called when the popup of @menu_button is shown, but none has
+ * been provided via gtk_menu_button_set_popover() or gtk_menu_button_set_menu_model().
*/
typedef void (*GtkMenuButtonCreatePopupFunc) (GtkMenuButton *menu_button,
gpointer user_data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]