aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-07-02 21:13:03 -0500
committerTed Gould <ted@gould.cx>2013-07-02 21:13:03 -0500
commitfd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc (patch)
treef5cd3e3d9f21c10f3d02a282c0929645bdf1d8f8 /src
parent20247ad55ce6325bff72084749835bcdf025f808 (diff)
downloadayatana-ido-fd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc.tar.gz
ayatana-ido-fd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc.tar.bz2
ayatana-ido-fd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc.zip
Fixing some small introspection errors
Diffstat (limited to 'src')
-rw-r--r--src/idoappointmentmenuitem.c2
-rw-r--r--src/idolocationmenuitem.c2
-rw-r--r--src/idoscalemenuitem.c2
-rw-r--r--src/idousermenuitem.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/idoappointmentmenuitem.c b/src/idoappointmentmenuitem.c
index 2ac518a..734b038 100644
--- a/src/idoappointmentmenuitem.c
+++ b/src/idoappointmentmenuitem.c
@@ -1,4 +1,4 @@
-/**
+/*
* Copyright 2013 Canonical Ltd.
*
* Authors:
diff --git a/src/idolocationmenuitem.c b/src/idolocationmenuitem.c
index 347c9e8..43285ec 100644
--- a/src/idolocationmenuitem.c
+++ b/src/idolocationmenuitem.c
@@ -1,4 +1,4 @@
-/**
+/*
* Copyright 2013 Canonical Ltd.
*
* Authors:
diff --git a/src/idoscalemenuitem.c b/src/idoscalemenuitem.c
index 7aaf9d6..97189fb 100644
--- a/src/idoscalemenuitem.c
+++ b/src/idoscalemenuitem.c
@@ -807,7 +807,7 @@ ido_scale_menu_item_get_secondary_image (IdoScaleMenuItem *menuitem)
* ido_scale_menu_item_set_icons:
* @item: a #IdoScaleMenuItem
* @primary-icon: (allow-none): the primary icon, or %NULL
- * @secondary-icon: (allow-non): the secondary icon, %NULL
+ * @secondary-icon: (allow-none): the secondary icon, %NULL
*
* Sets the icons of @item to @primary_icon and @secondary_icon.
* Pass %NULL for either of them to unset the icon.
diff --git a/src/idousermenuitem.c b/src/idousermenuitem.c
index 03522c7..160df4d 100644
--- a/src/idousermenuitem.c
+++ b/src/idousermenuitem.c
@@ -448,7 +448,7 @@ ido_user_menu_item_new (void)
****
***/
-/**
+/*
* This is a helper function for creating user menuitems for both
* "indicator.user-menu-item" and "indicator.guest-menu-item",
* since they only differ in how they use their action's state.