summaryrefslogtreecommitdiff
path: root/endless
diff options
context:
space:
mode:
authorFernando Farfan <ffarfan@gmail.com>2015-06-05 15:23:42 -0600
committerFernando Farfan <ffarfan@gmail.com>2015-06-05 15:24:44 -0600
commitb17693bd9a01d9d2b996a516aa6a74e038466aa6 (patch)
treee760c2a2dfd687d8c56f17e746866a58e06106e8 /endless
parent89a8ef3c553206db23fb307a4ba44ba1bfb58fea (diff)
Fixed missing documentation
Added missing documentation entries. [endlessm/eos-sdk#3111]
Diffstat (limited to 'endless')
-rw-r--r--endless/eoslicense.c10
1 files changed, 9 insertions, 1 deletions
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.