diff options
author | Ted Gould <ted@gould.cx> | 2013-07-03 03:19:42 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-07-03 03:19:42 +0000 |
commit | f40fb902578e3a250e0dea373680c5c4c1b5b8c4 (patch) | |
tree | 697d28d315c70d61c8da9e05cef27adadb7e7619 /src | |
parent | 829c2c24e45338a97d06805bcf78a6ece2389aa6 (diff) | |
parent | fd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc (diff) | |
download | ayatana-ido-f40fb902578e3a250e0dea373680c5c4c1b5b8c4.tar.gz ayatana-ido-f40fb902578e3a250e0dea373680c5c4c1b5b8c4.tar.bz2 ayatana-ido-f40fb902578e3a250e0dea373680c5c4c1b5b8c4.zip |
Fix broken comments for the introspection scanner.
Approved by Charles Kerr, PS Jenkins bot.
Diffstat (limited to 'src')
-rw-r--r-- | src/idoappointmentmenuitem.c | 2 | ||||
-rw-r--r-- | src/idolocationmenuitem.c | 2 | ||||
-rw-r--r-- | src/idoscalemenuitem.c | 2 | ||||
-rw-r--r-- | src/idousermenuitem.c | 2 |
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 94dfb70..5c4f0e6 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. |