aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/idoswitchmenuitem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/idoswitchmenuitem.c b/src/idoswitchmenuitem.c
index bd00e1d..5a068f4 100644
--- a/src/idoswitchmenuitem.c
+++ b/src/idoswitchmenuitem.c
@@ -28,7 +28,7 @@ static gboolean ido_switch_menu_button_release_event (GtkWidget * widget,
GdkEventButton * event);
-typedef struct
+typedef struct
{
GtkWidget * box;
GtkWidget * content_area;
@@ -179,7 +179,7 @@ ido_switch_menu_item_set_label (IdoSwitchMenuItem *item,
/**
* ido_switch_menu_item_set_icon:
* @item: a #IdoSwitchMenuItem.
- * @icon: (allow-none): a #GIcon
+ * @icon: (allow-none): a #GIcon
*
* Set the icon of @item to @icon.
**/