diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-09-02 12:16:14 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-09-02 12:16:14 +0200 |
commit | 3856b84e523ec134d1429cf0cef0546f27754200 (patch) | |
tree | d2a4c32b8c9f2c89d03d538c7f99487f59c935ad /libmessaging-menu | |
parent | deff47a562860c1ab698d3861d387208e55bba06 (diff) | |
download | ayatana-indicator-messages-3856b84e523ec134d1429cf0cef0546f27754200.tar.gz ayatana-indicator-messages-3856b84e523ec134d1429cf0cef0546f27754200.tar.bz2 ayatana-indicator-messages-3856b84e523ec134d1429cf0cef0546f27754200.zip |
libmessaging-menu: document that @time is expressed in microseconds
Diffstat (limited to 'libmessaging-menu')
-rw-r--r-- | libmessaging-menu/messaging-menu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libmessaging-menu/messaging-menu.c b/libmessaging-menu/messaging-menu.c index 4363019..a292461 100644 --- a/libmessaging-menu/messaging-menu.c +++ b/libmessaging-menu/messaging-menu.c @@ -763,7 +763,7 @@ void messaging_menu_app_append_source_with_count (MessagingMenuApp *app, * @id: a unique identifier for the source to be added * @icon: (allow-none): the icon associated with the source * @label: a user-visible string best describing the source - * @time: the time when the source was created + * @time: the time when the source was created, in microseconds * * Inserts a new message source into the section representing @app and * initializes it with @time. @@ -791,7 +791,7 @@ messaging_menu_app_insert_source_with_time (MessagingMenuApp *app, * @id: a unique identifier for the source to be added * @icon: (allow-none): the icon associated with the source * @label: a user-visible string best describing the source - * @time: the time when the source was created + * @time: the time when the source was created, in microseconds * * Appends a new message source to the end of the section representing @app and * initializes it with @time. @@ -1045,7 +1045,7 @@ void messaging_menu_app_set_source_count (MessagingMenuApp *app, * messaging_menu_app_set_source_time: * @app: a #MessagingMenuApp * @source_id: a source id - * @time: the new time for the source + * @time: the new time for the source, in microseconds * * Updates the time of @source_id to @time. * |