summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c41
1 files changed, 38 insertions, 3 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 7d8a5833..8a5c3b34 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -3471,7 +3471,7 @@
* G_GSIZE_MODIFIER:
*
* The platform dependent length modifier for conversion specifiers
- * for scanning and printing values of type #gsize or #gssize. It
+ * for scanning and printing values of type #gsize. It
* is a string literal.
*
* Since: 2.6
@@ -3489,6 +3489,17 @@
/**
+ * G_GSSIZE_MODIFIER:
+ *
+ * The platform dependent length modifier for conversion specifiers
+ * for scanning and printing values of type #gssize. It
+ * is a string literal.
+ *
+ * Since: 2.6
+ */
+
+
+/**
* G_GUINT16_FORMAT:
*
* This is the platform dependent conversion specifier for scanning
@@ -3679,6 +3690,16 @@
/**
+ * G_KEY_FILE_DESKTOP_KEY_ACTIONS:
+ *
+ * A key under #G_KEY_FILE_DESKTOP_GROUP, whose value is a string list
+ * giving the available application actions.
+ *
+ * Since: 2.38
+ */
+
+
+/**
* G_KEY_FILE_DESKTOP_KEY_CATEGORIES:
*
* A key under #G_KEY_FILE_DESKTOP_GROUP, whose value is a list
@@ -3700,6 +3721,16 @@
/**
+ * G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE:
+ *
+ * A key under #G_KEY_FILE_DESKTOP_GROUP, whose value is a boolean set to true
+ * if the application is D-Bus activatable.
+ *
+ * Since: 2.38
+ */
+
+
+/**
* G_KEY_FILE_DESKTOP_KEY_EXEC:
*
* A key under #G_KEY_FILE_DESKTOP_GROUP, whose value is a string
@@ -11413,6 +11444,7 @@
* attempt to correctly handle %EINTR, which has platform-specific
* semantics.
*
+ * Returns: %TRUE on success, %FALSE if there was an error.
* Since: 2.36
*/
@@ -15176,6 +15208,7 @@
*
* Checks if @key is in @hash_table.
*
+ * Returns: %TRUE if @key is in @hash_table, %FALSE otherwise.
* Since: 2.32
*/
@@ -15311,7 +15344,7 @@
* %NULL was used as the value for a key.
*
* Note: in the common case of a string-keyed #GHashTable, the return
- * value of this function can be conveniently cast to (gchar **).
+ * value of this function can be conveniently cast to (const gchar **).
*
* You should always free the return result with g_free(). In the
* above-mentioned case of a string-keyed hash table, it may be
@@ -21182,6 +21215,7 @@
*
* See g_option_context_set_strict_posix() for more information.
*
+ * Returns: %TRUE if strict POSIX is enabled, %FALSE otherwise.
* Since: 2.44
*/
@@ -21359,6 +21393,7 @@
/**
* g_option_context_set_strict_posix:
* @context: a #GoptionContext
+ * @strict_posix: the new value
*
* Sets strict POSIX mode.
*
@@ -35803,7 +35838,7 @@
* to #G_MAXSSIZE.
*
* To print or scan values of this type, use
- * %G_GSIZE_MODIFIER and/or %G_GSSIZE_FORMAT.
+ * %G_GSSIZE_MODIFIER and/or %G_GSSIZE_FORMAT.
*/