From b17693bd9a01d9d2b996a516aa6a74e038466aa6 Mon Sep 17 00:00:00 2001 From: Fernando Farfan Date: Fri, 5 Jun 2015 15:23:42 -0600 Subject: Fixed missing documentation Added missing documentation entries. [endlessm/eos-sdk#3111] --- endless/eoslicense.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'endless/eoslicense.c') diff --git a/endless/eoslicense.c b/endless/eoslicense.c index fc18dbf..48df9d3 100644 --- a/endless/eoslicense.c +++ b/endless/eoslicense.c @@ -9,7 +9,11 @@ #include "eoslicense.h" /** - * SECTION: + * SECTION:license + * @short_description: License provider for applications + * @title: License + * + * It provides an API to serve license information and files to applications. */ /* These are the recognized string values for the "license" field. Any other @@ -141,6 +145,8 @@ get_license_index (const gchar *license) * eos_get_license_display_name: * @license: The license name * + * Retrieves the display name for the specified license and the current locale. + * * Returns: A string for the specified @license name and the * current locale. * Since: 0.4 @@ -165,6 +171,8 @@ eos_get_license_display_name (const gchar *license) * eos_get_license_file: * @license: The license name * + * Retrieves a GFile for the specified licene and the current locale. + * * Returns: (transfer full): A GFile for the specified @license name and the * current locale. It returns NULL if the license * is not found or does not have an associated file. -- cgit v1.2.3