1999-08-16 17:58:30 +00:00
|
|
|
<INCLUDE>glib.h</INCLUDE>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Basic Types</TITLE>
|
|
|
|
<FILE>types</FILE>
|
|
|
|
gboolean
|
|
|
|
gpointer
|
|
|
|
gconstpointer
|
|
|
|
gchar
|
|
|
|
guchar
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
gint
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MININT
|
|
|
|
G_MAXINT
|
1999-08-16 17:58:30 +00:00
|
|
|
guint
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MAXUINT
|
1999-08-16 17:58:30 +00:00
|
|
|
gshort
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MINSHORT
|
|
|
|
G_MAXSHORT
|
1999-08-16 17:58:30 +00:00
|
|
|
gushort
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MAXUSHORT
|
1999-08-16 17:58:30 +00:00
|
|
|
glong
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MINLONG
|
|
|
|
G_MAXLONG
|
1999-08-16 17:58:30 +00:00
|
|
|
gulong
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MAXULONG
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
gint8
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MININT8
|
|
|
|
G_MAXINT8
|
1999-08-16 17:58:30 +00:00
|
|
|
guint8
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MAXUINT8
|
1999-08-16 17:58:30 +00:00
|
|
|
gint16
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MININT16
|
|
|
|
G_MAXINT16
|
|
|
|
G_GINT16_MODIFIER
|
|
|
|
G_GINT16_FORMAT
|
1999-08-16 17:58:30 +00:00
|
|
|
guint16
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MAXUINT16
|
|
|
|
G_GUINT16_FORMAT
|
1999-08-16 17:58:30 +00:00
|
|
|
gint32
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MININT32
|
|
|
|
G_MAXINT32
|
|
|
|
G_GINT32_MODIFIER
|
|
|
|
G_GINT32_FORMAT
|
1999-08-16 17:58:30 +00:00
|
|
|
guint32
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MAXUINT32
|
|
|
|
G_GUINT32_FORMAT
|
1999-08-16 17:58:30 +00:00
|
|
|
gint64
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MININT64
|
|
|
|
G_MAXINT64
|
|
|
|
G_GINT64_MODIFIER
|
|
|
|
G_GINT64_FORMAT
|
1999-08-16 17:58:30 +00:00
|
|
|
G_GINT64_CONSTANT
|
2011-11-14 07:44:52 -05:00
|
|
|
guint64
|
|
|
|
G_MAXUINT64
|
|
|
|
G_GUINT64_FORMAT
|
2005-12-05 16:04:28 +00:00
|
|
|
G_GUINT64_CONSTANT
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
gfloat
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MINFLOAT
|
|
|
|
G_MAXFLOAT
|
1999-08-16 17:58:30 +00:00
|
|
|
gdouble
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MINDOUBLE
|
|
|
|
G_MAXDOUBLE
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
gsize
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MAXSIZE
|
|
|
|
G_GSIZE_MODIFIER
|
|
|
|
G_GSIZE_FORMAT
|
1999-08-16 17:58:30 +00:00
|
|
|
gssize
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MINSSIZE
|
|
|
|
G_MAXSSIZE
|
2014-11-29 08:39:24 -05:00
|
|
|
G_GSSIZE_MODIFIER
|
2011-11-14 07:44:52 -05:00
|
|
|
G_GSSIZE_FORMAT
|
2007-07-22 04:14:54 +00:00
|
|
|
goffset
|
2011-11-14 07:44:52 -05:00
|
|
|
G_MINOFFSET
|
|
|
|
G_MAXOFFSET
|
|
|
|
G_GOFFSET_MODIFIER
|
|
|
|
G_GOFFSET_FORMAT
|
2009-01-28 14:09:18 +00:00
|
|
|
G_GOFFSET_CONSTANT
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2009-01-27 19:54:27 +01:00
|
|
|
<SUBSECTION>
|
|
|
|
gintptr
|
2011-11-14 07:44:52 -05:00
|
|
|
G_GINTPTR_MODIFIER
|
|
|
|
G_GINTPTR_FORMAT
|
2009-01-27 19:54:27 +01:00
|
|
|
guintptr
|
2011-11-14 07:44:52 -05:00
|
|
|
G_GUINTPTR_FORMAT
|
2009-01-27 19:54:27 +01:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION Private>
|
2014-11-29 08:39:24 -05:00
|
|
|
GLIB_SIZEOF_SSIZE_T
|
2001-01-05 20:48:43 +00:00
|
|
|
GLIB_SIZEOF_VOID_P
|
|
|
|
GLIB_SIZEOF_LONG
|
2001-11-28 23:51:51 +00:00
|
|
|
GLIB_SIZEOF_SIZE_T
|
2011-11-14 07:44:52 -05:00
|
|
|
G_HAVE_GINT64
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2004-08-03 19:41:02 +00:00
|
|
|
<TITLE>Version Information</TITLE>
|
|
|
|
<FILE>version</FILE>
|
|
|
|
glib_major_version
|
|
|
|
glib_minor_version
|
|
|
|
glib_micro_version
|
|
|
|
glib_binary_age
|
|
|
|
glib_interface_age
|
|
|
|
glib_check_version
|
|
|
|
|
|
|
|
<SUBSECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
GLIB_MAJOR_VERSION
|
|
|
|
GLIB_MINOR_VERSION
|
|
|
|
GLIB_MICRO_VERSION
|
2004-08-03 19:41:02 +00:00
|
|
|
GLIB_CHECK_VERSION
|
2012-02-20 16:20:15 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GLIB_VERSION_2_26
|
|
|
|
GLIB_VERSION_2_28
|
|
|
|
GLIB_VERSION_2_30
|
|
|
|
GLIB_VERSION_2_32
|
2012-09-05 09:44:24 -04:00
|
|
|
GLIB_VERSION_2_34
|
|
|
|
GLIB_VERSION_2_36
|
2014-03-25 13:20:13 -04:00
|
|
|
GLIB_VERSION_2_38
|
|
|
|
GLIB_VERSION_2_40
|
|
|
|
GLIB_VERSION_2_42
|
2014-09-29 11:39:51 -04:00
|
|
|
GLIB_VERSION_2_44
|
2015-03-06 13:43:37 -05:00
|
|
|
GLIB_VERSION_2_46
|
2015-09-28 19:35:30 -04:00
|
|
|
GLIB_VERSION_2_48
|
2016-04-26 14:02:10 +00:00
|
|
|
GLIB_VERSION_2_50
|
2017-11-07 13:26:27 +00:00
|
|
|
GLIB_VERSION_2_52
|
|
|
|
GLIB_VERSION_2_54
|
|
|
|
GLIB_VERSION_2_56
|
2018-11-23 12:37:27 +00:00
|
|
|
GLIB_VERSION_2_58
|
|
|
|
GLIB_VERSION_2_60
|
2019-04-15 12:09:33 +01:00
|
|
|
GLIB_VERSION_2_62
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_VERSION_2_64
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_VERSION_2_66
|
2012-02-20 16:20:15 +00:00
|
|
|
GLIB_VERSION_MIN_REQUIRED
|
|
|
|
GLIB_VERSION_MAX_ALLOWED
|
2012-02-27 00:18:47 -05:00
|
|
|
GLIB_DISABLE_DEPRECATION_WARNINGS
|
2014-11-29 08:39:24 -05:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
G_ENCODE_VERSION
|
2019-07-05 09:59:50 -04:00
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_26
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_28
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_30
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_32
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_34
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_36
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_38
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_40
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_42
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_44
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_46
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_48
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_50
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_52
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_54
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_56
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_58
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_60
|
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_62
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_64
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_AVAILABLE_ENUMERATOR_IN_2_66
|
2014-11-29 08:39:24 -05:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
|
|
|
GLIB_AVAILABLE_IN_2_26
|
|
|
|
GLIB_AVAILABLE_IN_2_28
|
|
|
|
GLIB_AVAILABLE_IN_2_30
|
|
|
|
GLIB_AVAILABLE_IN_2_32
|
|
|
|
GLIB_AVAILABLE_IN_2_34
|
|
|
|
GLIB_AVAILABLE_IN_2_36
|
|
|
|
GLIB_AVAILABLE_IN_2_38
|
|
|
|
GLIB_AVAILABLE_IN_2_40
|
|
|
|
GLIB_AVAILABLE_IN_2_42
|
|
|
|
GLIB_AVAILABLE_IN_2_44
|
2015-03-06 13:43:37 -05:00
|
|
|
GLIB_AVAILABLE_IN_2_46
|
2015-09-28 19:35:30 -04:00
|
|
|
GLIB_AVAILABLE_IN_2_48
|
2016-04-26 14:02:10 +00:00
|
|
|
GLIB_AVAILABLE_IN_2_50
|
2017-11-07 13:26:27 +00:00
|
|
|
GLIB_AVAILABLE_IN_2_52
|
|
|
|
GLIB_AVAILABLE_IN_2_54
|
|
|
|
GLIB_AVAILABLE_IN_2_56
|
2018-11-23 12:37:27 +00:00
|
|
|
GLIB_AVAILABLE_IN_2_58
|
|
|
|
GLIB_AVAILABLE_IN_2_60
|
2019-04-15 12:09:33 +01:00
|
|
|
GLIB_AVAILABLE_IN_2_62
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_AVAILABLE_IN_2_64
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_AVAILABLE_IN_2_66
|
2019-07-05 09:59:50 -04:00
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_26
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_28
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_30
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_32
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_34
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_36
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_38
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_40
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_42
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_44
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_46
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_48
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_50
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_52
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_54
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_56
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_58
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_60
|
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_62
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_64
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_AVAILABLE_MACRO_IN_2_66
|
2020-05-15 11:45:33 +01:00
|
|
|
GLIB_AVAILABLE_STATIC_INLINE_IN_2_44
|
|
|
|
GLIB_AVAILABLE_STATIC_INLINE_IN_2_60
|
|
|
|
GLIB_AVAILABLE_STATIC_INLINE_IN_2_62
|
|
|
|
GLIB_AVAILABLE_STATIC_INLINE_IN_2_64
|
|
|
|
GLIB_AVAILABLE_STATIC_INLINE_IN_2_66
|
2019-07-05 09:59:50 -04:00
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_26
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_28
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_30
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_32
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_34
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_36
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_38
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_40
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_42
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_44
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_46
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_48
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_50
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_52
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_54
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_56
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_58
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_60
|
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_62
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_64
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_AVAILABLE_TYPE_IN_2_66
|
2019-07-05 09:59:50 -04:00
|
|
|
GLIB_DEPRECATED_ENUMERATOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_26
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_26_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_28
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_28_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_30
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_30_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_32
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_32_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_34
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_34_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_36
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_36_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_38
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_38_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_40
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_40_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_42
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_42_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_44
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_44_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_46
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_46_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_48
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_48_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_50
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_50_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_52
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_52_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_54
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_54_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_56
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_56_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_58
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_58_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_60
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_60_FOR
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_62
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_62_FOR
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_64
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_64_FOR
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_66
|
|
|
|
GLIB_DEPRECATED_ENUMERATOR_IN_2_66_FOR
|
2014-11-29 08:39:24 -05:00
|
|
|
GLIB_DEPRECATED_IN_2_26
|
|
|
|
GLIB_DEPRECATED_IN_2_26_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_28
|
|
|
|
GLIB_DEPRECATED_IN_2_28_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_30
|
|
|
|
GLIB_DEPRECATED_IN_2_30_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_32
|
|
|
|
GLIB_DEPRECATED_IN_2_32_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_34
|
|
|
|
GLIB_DEPRECATED_IN_2_34_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_36
|
|
|
|
GLIB_DEPRECATED_IN_2_36_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_38
|
|
|
|
GLIB_DEPRECATED_IN_2_38_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_40
|
|
|
|
GLIB_DEPRECATED_IN_2_40_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_42
|
|
|
|
GLIB_DEPRECATED_IN_2_42_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_44
|
|
|
|
GLIB_DEPRECATED_IN_2_44_FOR
|
2015-03-06 13:43:37 -05:00
|
|
|
GLIB_DEPRECATED_IN_2_46
|
|
|
|
GLIB_DEPRECATED_IN_2_46_FOR
|
2015-09-28 19:35:30 -04:00
|
|
|
GLIB_DEPRECATED_IN_2_48
|
|
|
|
GLIB_DEPRECATED_IN_2_48_FOR
|
2016-04-26 14:02:10 +00:00
|
|
|
GLIB_DEPRECATED_IN_2_50
|
|
|
|
GLIB_DEPRECATED_IN_2_50_FOR
|
2017-11-07 13:26:27 +00:00
|
|
|
GLIB_DEPRECATED_IN_2_52
|
|
|
|
GLIB_DEPRECATED_IN_2_52_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_54
|
|
|
|
GLIB_DEPRECATED_IN_2_54_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_56
|
|
|
|
GLIB_DEPRECATED_IN_2_56_FOR
|
2018-11-23 12:37:27 +00:00
|
|
|
GLIB_DEPRECATED_IN_2_58
|
|
|
|
GLIB_DEPRECATED_IN_2_58_FOR
|
|
|
|
GLIB_DEPRECATED_IN_2_60
|
|
|
|
GLIB_DEPRECATED_IN_2_60_FOR
|
2019-04-15 12:09:33 +01:00
|
|
|
GLIB_DEPRECATED_IN_2_62
|
|
|
|
GLIB_DEPRECATED_IN_2_62_FOR
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_DEPRECATED_IN_2_64
|
|
|
|
GLIB_DEPRECATED_IN_2_64_FOR
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_DEPRECATED_IN_2_66
|
|
|
|
GLIB_DEPRECATED_IN_2_66_FOR
|
2019-07-05 09:59:50 -04:00
|
|
|
GLIB_DEPRECATED_MACRO
|
|
|
|
GLIB_DEPRECATED_MACRO_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_26
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_26_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_28
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_28_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_30
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_30_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_32
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_32_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_34
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_34_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_36
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_36_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_38
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_38_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_40
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_40_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_42
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_42_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_44
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_44_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_46
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_46_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_48
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_48_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_50
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_50_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_52
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_52_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_54
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_54_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_56
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_56_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_58
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_58_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_60
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_60_FOR
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_62
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_62_FOR
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_64
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_64_FOR
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_66
|
|
|
|
GLIB_DEPRECATED_MACRO_IN_2_66_FOR
|
2019-07-05 09:59:50 -04:00
|
|
|
GLIB_DEPRECATED_TYPE
|
|
|
|
GLIB_DEPRECATED_TYPE_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_26
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_26_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_28
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_28_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_30
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_30_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_32
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_32_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_34
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_34_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_36
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_36_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_38
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_38_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_40
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_40_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_42
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_42_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_44
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_44_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_46
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_46_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_48
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_48_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_50
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_50_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_52
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_52_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_54
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_54_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_56
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_56_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_58
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_58_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_60
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_60_FOR
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_62
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_62_FOR
|
2019-09-17 12:24:16 +01:00
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_64
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_64_FOR
|
2020-03-04 14:05:18 +00:00
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_66
|
|
|
|
GLIB_DEPRECATED_TYPE_IN_2_66_FOR
|
2014-11-29 08:39:24 -05:00
|
|
|
GLIB_VERSION_CUR_STABLE
|
|
|
|
GLIB_VERSION_PREV_STABLE
|
2004-08-03 19:41:02 +00:00
|
|
|
</SECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2004-08-03 19:41:02 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Standard Macros</TITLE>
|
|
|
|
<FILE>macros</FILE>
|
2000-09-06 00:04:49 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_OS_WIN32
|
|
|
|
G_OS_UNIX
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_DIR_SEPARATOR
|
|
|
|
G_DIR_SEPARATOR_S
|
2004-10-17 06:46:16 +00:00
|
|
|
G_IS_DIR_SEPARATOR
|
1999-08-16 17:58:30 +00:00
|
|
|
G_SEARCHPATH_SEPARATOR
|
|
|
|
G_SEARCHPATH_SEPARATOR_S
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
TRUE
|
|
|
|
FALSE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
NULL
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
MIN
|
|
|
|
MAX
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
ABS
|
|
|
|
CLAMP
|
2017-02-08 17:34:23 +00:00
|
|
|
G_APPROX_VALUE
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2020-01-20 16:41:34 +04:00
|
|
|
G_SIZEOF_MEMBER
|
1999-08-16 17:58:30 +00:00
|
|
|
G_STRUCT_MEMBER
|
|
|
|
G_STRUCT_MEMBER_P
|
|
|
|
G_STRUCT_OFFSET
|
2000-09-07 16:36:56 +00:00
|
|
|
|
2001-01-05 20:48:43 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_MEM_ALIGN
|
|
|
|
|
2018-12-18 13:59:23 +05:30
|
|
|
<SUBSECTION>
|
|
|
|
G_ALIGNOF
|
|
|
|
|
2001-01-05 20:48:43 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_CONST_RETURN
|
|
|
|
|
2011-11-14 07:44:52 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
G_N_ELEMENTS
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Type Conversion Macros</TITLE>
|
|
|
|
<FILE>type_conversion</FILE>
|
|
|
|
GINT_TO_POINTER
|
|
|
|
GPOINTER_TO_INT
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GUINT_TO_POINTER
|
|
|
|
GPOINTER_TO_UINT
|
2001-09-10 15:50:02 +00:00
|
|
|
GSIZE_TO_POINTER
|
|
|
|
GPOINTER_TO_SIZE
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Byte Order Macros</TITLE>
|
|
|
|
<FILE>byte_order</FILE>
|
|
|
|
G_BYTE_ORDER
|
|
|
|
G_LITTLE_ENDIAN
|
|
|
|
G_BIG_ENDIAN
|
|
|
|
G_PDP_ENDIAN
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_htonl
|
|
|
|
g_htons
|
|
|
|
g_ntohl
|
|
|
|
g_ntohs
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GINT_FROM_BE
|
|
|
|
GINT_FROM_LE
|
|
|
|
GINT_TO_BE
|
|
|
|
GINT_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GUINT_FROM_BE
|
|
|
|
GUINT_FROM_LE
|
|
|
|
GUINT_TO_BE
|
|
|
|
GUINT_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GLONG_FROM_BE
|
|
|
|
GLONG_FROM_LE
|
|
|
|
GLONG_TO_BE
|
|
|
|
GLONG_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GULONG_FROM_BE
|
|
|
|
GULONG_FROM_LE
|
|
|
|
GULONG_TO_BE
|
|
|
|
GULONG_TO_LE
|
|
|
|
|
2009-11-30 19:50:21 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
GSIZE_FROM_BE
|
|
|
|
GSIZE_FROM_LE
|
|
|
|
GSIZE_TO_BE
|
|
|
|
GSIZE_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GSSIZE_FROM_BE
|
|
|
|
GSSIZE_FROM_LE
|
|
|
|
GSSIZE_TO_BE
|
|
|
|
GSSIZE_TO_LE
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
GINT16_FROM_BE
|
|
|
|
GINT16_FROM_LE
|
|
|
|
GINT16_TO_BE
|
|
|
|
GINT16_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GUINT16_FROM_BE
|
|
|
|
GUINT16_FROM_LE
|
|
|
|
GUINT16_TO_BE
|
|
|
|
GUINT16_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GINT32_FROM_BE
|
|
|
|
GINT32_FROM_LE
|
|
|
|
GINT32_TO_BE
|
|
|
|
GINT32_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GUINT32_FROM_BE
|
|
|
|
GUINT32_FROM_LE
|
|
|
|
GUINT32_TO_BE
|
|
|
|
GUINT32_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GINT64_FROM_BE
|
|
|
|
GINT64_FROM_LE
|
|
|
|
GINT64_TO_BE
|
|
|
|
GINT64_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GUINT64_FROM_BE
|
|
|
|
GUINT64_FROM_LE
|
|
|
|
GUINT64_TO_BE
|
|
|
|
GUINT64_TO_LE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GUINT16_SWAP_BE_PDP
|
|
|
|
GUINT16_SWAP_LE_BE
|
|
|
|
GUINT16_SWAP_LE_PDP
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GUINT32_SWAP_BE_PDP
|
|
|
|
GUINT32_SWAP_LE_BE
|
|
|
|
GUINT32_SWAP_LE_PDP
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GUINT64_SWAP_LE_BE
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
GUINT16_SWAP_LE_BE_CONSTANT
|
|
|
|
GUINT32_SWAP_LE_BE_CONSTANT
|
|
|
|
GUINT64_SWAP_LE_BE_CONSTANT
|
2003-06-08 16:35:16 +00:00
|
|
|
GUINT16_SWAP_LE_BE_IA32
|
|
|
|
GUINT32_SWAP_LE_BE_IA32
|
|
|
|
GUINT64_SWAP_LE_BE_IA32
|
|
|
|
GUINT16_SWAP_LE_BE_IA64
|
|
|
|
GUINT32_SWAP_LE_BE_IA64
|
|
|
|
GUINT64_SWAP_LE_BE_IA64
|
|
|
|
GUINT32_SWAP_LE_BE_X86_64
|
|
|
|
GUINT64_SWAP_LE_BE_X86_64
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2015-10-28 11:14:13 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Bounds-checked integer arithmetic</TITLE>
|
|
|
|
<FILE>checkedmath</FILE>
|
|
|
|
g_uint_checked_add
|
|
|
|
g_uint_checked_mul
|
|
|
|
g_uint64_checked_add
|
|
|
|
g_uint64_checked_mul
|
|
|
|
g_size_checked_add
|
|
|
|
g_size_checked_mul
|
|
|
|
</SECTION>
|
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Numerical Definitions</TITLE>
|
|
|
|
<FILE>numerical</FILE>
|
|
|
|
G_IEEE754_FLOAT_BIAS
|
|
|
|
G_IEEE754_DOUBLE_BIAS
|
|
|
|
GFloatIEEE754
|
|
|
|
GDoubleIEEE754
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
G_E
|
|
|
|
G_LN2
|
|
|
|
G_LN10
|
|
|
|
G_PI
|
|
|
|
G_PI_2
|
|
|
|
G_PI_4
|
|
|
|
G_SQRT2
|
|
|
|
G_LOG_2_BASE_10
|
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Miscellaneous Macros</TITLE>
|
|
|
|
<FILE>macros_misc</FILE>
|
|
|
|
G_INLINE_FUNC
|
|
|
|
|
2015-01-28 11:27:35 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_auto
|
|
|
|
g_autoptr
|
2015-03-12 17:24:05 -04:00
|
|
|
g_autofree
|
2017-12-19 11:17:09 +01:00
|
|
|
g_autolist
|
|
|
|
g_autoslist
|
2018-11-14 20:22:48 -06:00
|
|
|
g_autoqueue
|
2015-01-28 11:27:35 +00:00
|
|
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC
|
|
|
|
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC
|
|
|
|
G_DEFINE_AUTO_CLEANUP_FREE_FUNC
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_STMT_START
|
|
|
|
G_STMT_END
|
|
|
|
|
2000-10-13 13:52:47 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
G_END_DECLS
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_VA_COPY
|
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_STRINGIFY
|
2008-11-15 00:54:24 +00:00
|
|
|
G_PASTE
|
|
|
|
G_STATIC_ASSERT
|
2011-05-29 00:05:07 -04:00
|
|
|
G_STATIC_ASSERT_EXPR
|
2000-09-06 00:04:49 +00:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
2014-04-13 17:17:59 -07:00
|
|
|
G_GNUC_CHECK_VERSION
|
1999-08-16 17:58:30 +00:00
|
|
|
G_GNUC_EXTENSION
|
|
|
|
G_GNUC_CONST
|
2004-11-28 19:13:36 +00:00
|
|
|
G_GNUC_PURE
|
|
|
|
G_GNUC_MALLOC
|
2008-03-31 04:17:22 +00:00
|
|
|
G_GNUC_ALLOC_SIZE
|
|
|
|
G_GNUC_ALLOC_SIZE2
|
2003-06-08 16:35:16 +00:00
|
|
|
G_GNUC_DEPRECATED
|
2010-06-03 15:08:58 +01:00
|
|
|
G_GNUC_DEPRECATED_FOR
|
2012-02-10 08:49:17 -05:00
|
|
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
|
|
|
G_GNUC_END_IGNORE_DEPRECATIONS
|
1999-08-16 17:58:30 +00:00
|
|
|
G_GNUC_NORETURN
|
2018-09-02 20:46:19 +02:00
|
|
|
G_GNUC_FALLTHROUGH
|
1999-08-16 17:58:30 +00:00
|
|
|
G_GNUC_UNUSED
|
|
|
|
G_GNUC_PRINTF
|
|
|
|
G_GNUC_SCANF
|
2018-10-31 11:50:07 +01:00
|
|
|
G_GNUC_STRFTIME
|
1999-08-16 17:58:30 +00:00
|
|
|
G_GNUC_FORMAT
|
2005-03-08 05:41:45 +00:00
|
|
|
G_GNUC_NULL_TERMINATED
|
2005-12-04 06:41:58 +00:00
|
|
|
G_GNUC_WARN_UNUSED_RESULT
|
1999-08-16 17:58:30 +00:00
|
|
|
G_GNUC_FUNCTION
|
|
|
|
G_GNUC_PRETTY_FUNCTION
|
2018-04-13 18:34:30 -07:00
|
|
|
G_GNUC_NO_INLINE
|
2001-09-10 15:50:02 +00:00
|
|
|
G_GNUC_NO_INSTRUMENT
|
2004-09-16 14:16:18 +00:00
|
|
|
G_HAVE_GNUC_VISIBILITY
|
Add a G_GNUC_INTERNAL macro to mark function declarations as internal and
2004-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
declarations as internal and avoid PLT indirections for
them. (#145465, Arjan van de Ven)
* glib/gunicodeprivate.h:
* glib/gthreadinit.h:
* glib/gmessages.h:
* glib/gdebug.h:
* glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
_g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
_g_messages_thread_init(), _g_convert_thread_init(),
_g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
_g_mem_thread_private_init(), _g_messages_thread_private_init(),
_g_utf8_normalize_wc() and _g_unichar_combining_class().
* glib/gatomic.c: Include gthreadinit.h here to see the declaration
for _g_atomic_thread_init().
2004-08-02 15:34:30 +00:00
|
|
|
G_GNUC_INTERNAL
|
2007-06-04 15:40:33 +00:00
|
|
|
G_GNUC_MAY_ALIAS
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2011-10-11 13:06:58 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
G_DEPRECATED
|
|
|
|
G_DEPRECATED_FOR
|
2012-02-20 16:20:15 +00:00
|
|
|
G_UNAVAILABLE
|
2011-10-11 13:06:58 -04:00
|
|
|
|
2002-11-20 21:50:16 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_LIKELY
|
|
|
|
G_UNLIKELY
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
2000-09-06 00:04:49 +00:00
|
|
|
G_STRLOC
|
2004-02-24 19:27:19 +00:00
|
|
|
G_STRFUNC
|
2000-09-06 00:04:49 +00:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION Private>
|
2000-09-06 00:04:49 +00:00
|
|
|
GLIB_VAR
|
|
|
|
G_STRINGIFY_ARG
|
2010-06-03 14:43:30 +01:00
|
|
|
G_PASTE_ARGS
|
1999-08-16 17:58:30 +00:00
|
|
|
G_HAVE_INLINE
|
|
|
|
G_CAN_INLINE
|
|
|
|
inline
|
|
|
|
G_HAVE___INLINE
|
|
|
|
G_HAVE___INLINE__
|
2018-11-23 12:37:27 +00:00
|
|
|
G_INLINE_DEFINE_NEEDED
|
2001-09-10 15:50:02 +00:00
|
|
|
G_HAVE_GNUC_VARARGS
|
|
|
|
G_HAVE_ISO_VARARGS
|
2001-12-20 04:48:36 +00:00
|
|
|
G_HAVE_GROWING_STACK
|
2010-06-03 15:09:09 +01:00
|
|
|
G_VA_COPY_AS_ARRAY
|
2011-10-11 13:33:07 -04:00
|
|
|
GLIB_DEPRECATED
|
|
|
|
GLIB_DEPRECATED_FOR
|
2014-11-29 08:39:24 -05:00
|
|
|
GLIB_UNAVAILABLE
|
2019-07-05 09:59:50 -04:00
|
|
|
GLIB_UNAVAILABLE_ENUMERATOR
|
|
|
|
GLIB_UNAVAILABLE_MACRO
|
2020-05-15 11:45:33 +01:00
|
|
|
GLIB_UNAVAILABLE_STATIC_INLINE
|
2019-07-05 09:59:50 -04:00
|
|
|
GLIB_UNAVAILABLE_TYPE
|
2014-11-29 08:39:24 -05:00
|
|
|
G_ANALYZER_ANALYZING
|
|
|
|
G_ANALYZER_NORETURN
|
2015-03-12 17:24:05 -04:00
|
|
|
g_autoptr_cleanup_generic_gfree
|
2018-11-23 12:37:27 +00:00
|
|
|
g_has_typeof
|
|
|
|
g_macro__has_attribute
|
|
|
|
g_macro__has_builtin
|
|
|
|
g_macro__has_feature
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Error Reporting</TITLE>
|
|
|
|
<FILE>error_reporting</FILE>
|
|
|
|
GError
|
|
|
|
g_error_new
|
|
|
|
g_error_new_literal
|
2009-04-20 13:22:17 +02:00
|
|
|
g_error_new_valist
|
2000-09-06 00:04:49 +00:00
|
|
|
g_error_free
|
|
|
|
g_error_copy
|
|
|
|
g_error_matches
|
|
|
|
g_set_error
|
2008-06-16 16:41:01 +00:00
|
|
|
g_set_error_literal
|
2000-09-06 00:04:49 +00:00
|
|
|
g_propagate_error
|
|
|
|
g_clear_error
|
2007-11-16 03:05:45 +00:00
|
|
|
g_prefix_error
|
|
|
|
g_propagate_prefixed_error
|
2000-09-06 00:04:49 +00:00
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>The Main Event Loop</TITLE>
|
|
|
|
<FILE>main</FILE>
|
|
|
|
GMainLoop
|
2000-12-05 20:43:58 +00:00
|
|
|
g_main_loop_new
|
2001-01-05 20:48:43 +00:00
|
|
|
g_main_loop_ref
|
|
|
|
g_main_loop_unref
|
2000-12-05 20:43:58 +00:00
|
|
|
g_main_loop_run
|
|
|
|
g_main_loop_quit
|
|
|
|
g_main_loop_is_running
|
2001-09-10 15:50:02 +00:00
|
|
|
g_main_loop_get_context
|
1999-08-16 17:58:30 +00:00
|
|
|
g_main_new
|
|
|
|
g_main_destroy
|
|
|
|
g_main_run
|
|
|
|
g_main_quit
|
2000-12-05 20:43:58 +00:00
|
|
|
g_main_is_running
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
G_PRIORITY_HIGH
|
|
|
|
G_PRIORITY_DEFAULT
|
|
|
|
G_PRIORITY_HIGH_IDLE
|
|
|
|
G_PRIORITY_DEFAULT_IDLE
|
|
|
|
G_PRIORITY_LOW
|
|
|
|
|
2010-10-05 14:01:05 +01:00
|
|
|
<SUBSECTION>
|
|
|
|
G_SOURCE_CONTINUE
|
|
|
|
G_SOURCE_REMOVE
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
2000-12-05 20:43:58 +00:00
|
|
|
GMainContext
|
2001-09-10 15:50:02 +00:00
|
|
|
g_main_context_new
|
|
|
|
g_main_context_ref
|
|
|
|
g_main_context_unref
|
2000-12-05 20:43:58 +00:00
|
|
|
g_main_context_default
|
|
|
|
g_main_context_iteration
|
|
|
|
g_main_iteration
|
|
|
|
g_main_context_pending
|
|
|
|
g_main_pending
|
|
|
|
g_main_context_find_source_by_id
|
|
|
|
g_main_context_find_source_by_user_data
|
|
|
|
g_main_context_find_source_by_funcs_user_data
|
2001-09-10 15:50:02 +00:00
|
|
|
g_main_context_wakeup
|
|
|
|
g_main_context_acquire
|
|
|
|
g_main_context_release
|
2006-01-03 12:01:05 +00:00
|
|
|
g_main_context_is_owner
|
2001-09-10 15:50:02 +00:00
|
|
|
g_main_context_wait
|
2000-12-05 20:43:58 +00:00
|
|
|
g_main_context_prepare
|
|
|
|
g_main_context_query
|
|
|
|
g_main_context_check
|
|
|
|
g_main_context_dispatch
|
|
|
|
g_main_context_set_poll_func
|
|
|
|
g_main_context_get_poll_func
|
|
|
|
GPollFunc
|
|
|
|
g_main_context_add_poll
|
|
|
|
g_main_context_remove_poll
|
2004-03-01 02:41:09 +00:00
|
|
|
g_main_depth
|
2006-06-02 02:55:50 +00:00
|
|
|
g_main_current_source
|
2000-12-05 20:43:58 +00:00
|
|
|
g_main_set_poll_func
|
2010-10-25 08:30:28 -04:00
|
|
|
g_main_context_invoke
|
|
|
|
g_main_context_invoke_full
|
2000-12-05 20:43:58 +00:00
|
|
|
|
2019-10-23 11:35:58 +01:00
|
|
|
<SUBSECTION>
|
|
|
|
GMainContextPusher
|
|
|
|
g_main_context_pusher_new
|
|
|
|
g_main_context_pusher_free
|
|
|
|
|
2009-06-04 21:59:15 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
g_main_context_get_thread_default
|
2011-10-05 10:46:57 -04:00
|
|
|
g_main_context_ref_thread_default
|
2009-06-04 21:59:15 -04:00
|
|
|
g_main_context_push_thread_default
|
|
|
|
g_main_context_pop_thread_default
|
|
|
|
|
2000-12-05 20:43:58 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_timeout_source_new
|
2006-09-10 05:44:46 +00:00
|
|
|
g_timeout_source_new_seconds
|
1999-08-16 17:58:30 +00:00
|
|
|
g_timeout_add
|
|
|
|
g_timeout_add_full
|
2006-09-10 05:44:46 +00:00
|
|
|
g_timeout_add_seconds
|
2007-06-18 16:55:50 +00:00
|
|
|
g_timeout_add_seconds_full
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2000-12-05 20:43:58 +00:00
|
|
|
g_idle_source_new
|
1999-08-16 17:58:30 +00:00
|
|
|
g_idle_add
|
|
|
|
g_idle_add_full
|
|
|
|
g_idle_remove_by_data
|
|
|
|
|
2004-02-14 00:23:36 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
GPid
|
2016-06-16 18:28:14 -04:00
|
|
|
G_PID_FORMAT
|
2004-02-14 00:23:36 +00:00
|
|
|
GChildWatchFunc
|
|
|
|
g_child_watch_source_new
|
|
|
|
g_child_watch_add
|
|
|
|
g_child_watch_add_full
|
2008-09-23 16:32:30 +00:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
GPollFD
|
2008-09-23 16:32:30 +00:00
|
|
|
g_poll
|
2009-09-22 12:36:50 -04:00
|
|
|
G_POLLFD_FORMAT
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2000-12-05 20:43:58 +00:00
|
|
|
GSource
|
2002-08-12 21:28:45 +00:00
|
|
|
GSourceDummyMarshal
|
1999-08-16 17:58:30 +00:00
|
|
|
GSourceFuncs
|
2019-12-16 13:56:31 +00:00
|
|
|
GSourceDisposeFunc
|
2000-12-05 20:43:58 +00:00
|
|
|
GSourceCallbackFuncs
|
|
|
|
g_source_new
|
|
|
|
g_source_ref
|
|
|
|
g_source_unref
|
2006-06-02 02:42:24 +00:00
|
|
|
g_source_set_funcs
|
2019-12-16 13:56:31 +00:00
|
|
|
g_source_set_dispose_function
|
2001-01-05 20:48:43 +00:00
|
|
|
g_source_attach
|
2000-12-05 20:43:58 +00:00
|
|
|
g_source_destroy
|
2006-06-02 02:42:24 +00:00
|
|
|
g_source_is_destroyed
|
2000-12-05 20:43:58 +00:00
|
|
|
g_source_set_priority
|
|
|
|
g_source_get_priority
|
|
|
|
g_source_set_can_recurse
|
|
|
|
g_source_get_can_recurse
|
|
|
|
g_source_get_id
|
2010-06-03 15:09:09 +01:00
|
|
|
g_source_get_name
|
|
|
|
g_source_set_name
|
|
|
|
g_source_set_name_by_id
|
2000-12-05 20:43:58 +00:00
|
|
|
g_source_get_context
|
2001-01-05 20:48:43 +00:00
|
|
|
g_source_set_callback
|
2000-12-05 20:43:58 +00:00
|
|
|
GSourceFunc
|
2018-06-08 13:29:42 +01:00
|
|
|
G_SOURCE_FUNC
|
2001-01-05 20:48:43 +00:00
|
|
|
g_source_set_callback_indirect
|
2013-01-14 16:51:51 -05:00
|
|
|
g_source_set_ready_time
|
|
|
|
g_source_get_ready_time
|
2013-01-14 16:53:06 -05:00
|
|
|
g_source_add_unix_fd
|
|
|
|
g_source_remove_unix_fd
|
|
|
|
g_source_modify_unix_fd
|
|
|
|
g_source_query_unix_fd
|
2000-12-05 20:43:58 +00:00
|
|
|
g_source_add_poll
|
|
|
|
g_source_remove_poll
|
2010-11-06 10:11:15 -04:00
|
|
|
g_source_add_child_source
|
|
|
|
g_source_remove_child_source
|
2010-10-22 18:40:08 +02:00
|
|
|
g_source_get_time
|
2000-12-05 20:43:58 +00:00
|
|
|
g_source_get_current_time
|
1999-08-16 17:58:30 +00:00
|
|
|
g_source_remove
|
|
|
|
g_source_remove_by_funcs_user_data
|
|
|
|
g_source_remove_by_user_data
|
2017-09-30 21:09:37 -07:00
|
|
|
GClearHandleFunc
|
|
|
|
g_clear_handle_id
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
2000-10-13 13:52:47 +00:00
|
|
|
GLIB_HAVE_ALLOCA_H
|
|
|
|
alloca
|
2010-06-03 15:09:09 +01:00
|
|
|
GLIB_USING_SYSTEM_PRINTF
|
1999-08-16 17:58:30 +00:00
|
|
|
GLIB_SYSDEF_POLLERR
|
|
|
|
GLIB_SYSDEF_POLLHUP
|
|
|
|
GLIB_SYSDEF_POLLIN
|
|
|
|
GLIB_SYSDEF_POLLNVAL
|
|
|
|
GLIB_SYSDEF_POLLOUT
|
|
|
|
GLIB_SYSDEF_POLLPRI
|
2010-06-03 15:09:09 +01:00
|
|
|
GLIB_SYSDEF_AF_INET
|
|
|
|
GLIB_SYSDEF_AF_INET6
|
|
|
|
GLIB_SYSDEF_AF_UNIX
|
|
|
|
GLIB_SYSDEF_MSG_DONTROUTE
|
|
|
|
GLIB_SYSDEF_MSG_OOB
|
|
|
|
GLIB_SYSDEF_MSG_PEEK
|
1999-08-16 17:58:30 +00:00
|
|
|
G_WIN32_MSG_HANDLE
|
2001-09-10 15:50:02 +00:00
|
|
|
g_idle_funcs
|
|
|
|
g_timeout_funcs
|
2004-02-14 00:23:36 +00:00
|
|
|
g_child_watch_funcs
|
2014-11-29 08:39:24 -05:00
|
|
|
g_unix_signal_funcs
|
|
|
|
g_unix_fd_source_funcs
|
2011-05-29 00:05:07 -04:00
|
|
|
GSourcePrivate
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2011-10-06 12:01:53 -04:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Threads</TITLE>
|
|
|
|
<FILE>threads</FILE>
|
2000-09-06 00:04:49 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_THREAD_ERROR
|
|
|
|
GThreadError
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
2000-09-06 00:04:49 +00:00
|
|
|
GThread
|
2011-10-06 12:01:53 -04:00
|
|
|
GThreadFunc
|
2011-10-02 23:43:17 -04:00
|
|
|
g_thread_new
|
2011-10-15 09:48:10 -04:00
|
|
|
g_thread_try_new
|
2011-10-14 23:01:05 -04:00
|
|
|
g_thread_ref
|
|
|
|
g_thread_unref
|
2000-09-06 00:04:49 +00:00
|
|
|
g_thread_join
|
|
|
|
g_thread_yield
|
|
|
|
g_thread_exit
|
2011-10-14 23:01:05 -04:00
|
|
|
g_thread_self
|
2011-10-02 23:43:17 -04:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
GMutex
|
2011-09-24 19:00:19 -04:00
|
|
|
g_mutex_init
|
|
|
|
g_mutex_clear
|
1999-08-16 17:58:30 +00:00
|
|
|
g_mutex_lock
|
|
|
|
g_mutex_trylock
|
|
|
|
g_mutex_unlock
|
2011-09-24 19:00:19 -04:00
|
|
|
|
2015-02-05 10:35:42 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
GMutexLocker
|
|
|
|
g_mutex_locker_new
|
|
|
|
g_mutex_locker_free
|
|
|
|
|
2011-10-06 12:24:21 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
G_LOCK_DEFINE
|
|
|
|
G_LOCK_DEFINE_STATIC
|
|
|
|
G_LOCK_EXTERN
|
|
|
|
G_LOCK
|
|
|
|
G_TRYLOCK
|
|
|
|
G_UNLOCK
|
|
|
|
|
2011-09-24 19:00:19 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
GRecMutex
|
|
|
|
g_rec_mutex_init
|
|
|
|
g_rec_mutex_clear
|
|
|
|
g_rec_mutex_lock
|
|
|
|
g_rec_mutex_trylock
|
|
|
|
g_rec_mutex_unlock
|
|
|
|
|
2018-12-12 12:03:13 +01:00
|
|
|
<SUBSECTION>
|
|
|
|
GRecMutexLocker
|
|
|
|
g_rec_mutex_locker_new
|
|
|
|
g_rec_mutex_locker_free
|
|
|
|
|
2019-05-09 16:27:47 +02:00
|
|
|
<SUBSECTION>
|
|
|
|
GRWLockWriterLocker
|
|
|
|
g_rw_lock_writer_locker_new
|
|
|
|
g_rw_lock_writer_locker_free
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GRWLockReaderLocker
|
|
|
|
g_rw_lock_reader_locker_new
|
|
|
|
g_rw_lock_reader_locker_free
|
|
|
|
|
2011-09-24 19:00:19 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
GRWLock
|
|
|
|
g_rw_lock_init
|
|
|
|
g_rw_lock_clear
|
|
|
|
g_rw_lock_writer_lock
|
|
|
|
g_rw_lock_writer_trylock
|
|
|
|
g_rw_lock_writer_unlock
|
|
|
|
g_rw_lock_reader_lock
|
|
|
|
g_rw_lock_reader_trylock
|
|
|
|
g_rw_lock_reader_unlock
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2011-10-02 23:43:17 -04:00
|
|
|
GCond
|
|
|
|
g_cond_init
|
|
|
|
g_cond_clear
|
|
|
|
g_cond_wait
|
|
|
|
g_cond_timed_wait
|
2011-10-13 23:24:23 -04:00
|
|
|
g_cond_wait_until
|
2011-10-02 23:43:17 -04:00
|
|
|
g_cond_signal
|
|
|
|
g_cond_broadcast
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GPrivate
|
|
|
|
G_PRIVATE_INIT
|
|
|
|
g_private_get
|
|
|
|
g_private_set
|
|
|
|
g_private_replace
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GOnce
|
|
|
|
GOnceStatus
|
|
|
|
G_ONCE_INIT
|
|
|
|
g_once
|
|
|
|
g_once_init_enter
|
|
|
|
g_once_init_leave
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_bit_lock
|
|
|
|
g_bit_trylock
|
|
|
|
g_bit_unlock
|
|
|
|
g_pointer_bit_lock
|
|
|
|
g_pointer_bit_trylock
|
|
|
|
g_pointer_bit_unlock
|
|
|
|
|
2012-12-17 10:47:53 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
g_get_num_processors
|
|
|
|
|
2011-10-06 12:01:53 -04:00
|
|
|
<SUBSECTION Private>
|
|
|
|
G_LOCK_NAME
|
|
|
|
atexit
|
|
|
|
g_thread_error_quark
|
|
|
|
g_once_impl
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Deprecated Thread APIs</TITLE>
|
|
|
|
<FILE>threads-deprecated</FILE>
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
G_THREADS_IMPL_POSIX
|
|
|
|
G_THREADS_IMPL_WIN32
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_thread_init
|
|
|
|
g_thread_supported
|
|
|
|
g_thread_get_initialized
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_thread_create
|
|
|
|
g_thread_create_full
|
|
|
|
GThreadPriority
|
|
|
|
g_thread_set_priority
|
|
|
|
g_thread_foreach
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_mutex_new
|
|
|
|
g_mutex_free
|
|
|
|
g_cond_new
|
|
|
|
g_cond_free
|
|
|
|
g_private_new
|
|
|
|
|
|
|
|
<SUBSECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
GStaticMutex
|
|
|
|
G_STATIC_MUTEX_INIT
|
2001-02-01 09:37:28 +00:00
|
|
|
g_static_mutex_init
|
1999-08-16 17:58:30 +00:00
|
|
|
g_static_mutex_lock
|
|
|
|
g_static_mutex_trylock
|
|
|
|
g_static_mutex_unlock
|
|
|
|
g_static_mutex_get_mutex
|
2001-01-30 14:16:56 +00:00
|
|
|
g_static_mutex_free
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2011-10-06 12:01:53 -04:00
|
|
|
<SUBSECTION>
|
2000-09-06 00:04:49 +00:00
|
|
|
GStaticRecMutex
|
|
|
|
G_STATIC_REC_MUTEX_INIT
|
2001-02-23 16:42:48 +00:00
|
|
|
g_static_rec_mutex_init
|
2000-09-06 00:04:49 +00:00
|
|
|
g_static_rec_mutex_lock
|
|
|
|
g_static_rec_mutex_trylock
|
|
|
|
g_static_rec_mutex_unlock
|
|
|
|
g_static_rec_mutex_lock_full
|
|
|
|
g_static_rec_mutex_unlock_full
|
2001-02-23 16:42:48 +00:00
|
|
|
g_static_rec_mutex_free
|
2000-09-06 00:04:49 +00:00
|
|
|
|
2011-10-06 12:01:53 -04:00
|
|
|
<SUBSECTION>
|
2000-09-06 00:04:49 +00:00
|
|
|
GStaticRWLock
|
|
|
|
G_STATIC_RW_LOCK_INIT
|
2001-02-23 16:42:48 +00:00
|
|
|
g_static_rw_lock_init
|
2000-09-06 00:04:49 +00:00
|
|
|
g_static_rw_lock_reader_lock
|
|
|
|
g_static_rw_lock_reader_trylock
|
|
|
|
g_static_rw_lock_reader_unlock
|
|
|
|
g_static_rw_lock_writer_lock
|
|
|
|
g_static_rw_lock_writer_trylock
|
|
|
|
g_static_rw_lock_writer_unlock
|
|
|
|
g_static_rw_lock_free
|
|
|
|
|
2011-10-06 12:01:53 -04:00
|
|
|
<SUBSECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
GStaticPrivate
|
|
|
|
G_STATIC_PRIVATE_INIT
|
2001-02-23 16:42:48 +00:00
|
|
|
g_static_private_init
|
1999-08-16 17:58:30 +00:00
|
|
|
g_static_private_get
|
|
|
|
g_static_private_set
|
2001-02-23 16:42:48 +00:00
|
|
|
g_static_private_free
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
2011-10-02 23:43:17 -04:00
|
|
|
GThreadFunctions
|
2011-10-19 15:07:22 -04:00
|
|
|
g_thread_init_with_errorcheck_mutexes
|
2011-09-25 01:32:41 -04:00
|
|
|
G_THREADS_ENABLED
|
1999-08-16 17:58:30 +00:00
|
|
|
g_static_mutex_get_mutex_impl
|
2000-09-07 16:36:56 +00:00
|
|
|
g_thread_use_default_impl
|
|
|
|
g_threads_got_initialized
|
|
|
|
g_thread_functions_for_glib_use
|
2010-07-12 17:32:44 -04:00
|
|
|
g_thread_gettime
|
2007-07-22 04:14:54 +00:00
|
|
|
g_once_init_enter_impl
|
2000-09-06 00:04:49 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Thread Pools</TITLE>
|
|
|
|
<FILE>thread_pools</FILE>
|
|
|
|
GThreadPool
|
|
|
|
g_thread_pool_new
|
|
|
|
g_thread_pool_push
|
|
|
|
g_thread_pool_set_max_threads
|
|
|
|
g_thread_pool_get_max_threads
|
|
|
|
g_thread_pool_get_num_threads
|
|
|
|
g_thread_pool_unprocessed
|
|
|
|
g_thread_pool_free
|
|
|
|
g_thread_pool_set_max_unused_threads
|
|
|
|
g_thread_pool_get_max_unused_threads
|
|
|
|
g_thread_pool_get_num_unused_threads
|
|
|
|
g_thread_pool_stop_unused_threads
|
2005-12-21 04:45:56 +00:00
|
|
|
g_thread_pool_set_sort_function
|
2006-01-03 15:09:52 +00:00
|
|
|
g_thread_pool_set_max_idle_time
|
|
|
|
g_thread_pool_get_max_idle_time
|
2015-06-29 08:19:31 -07:00
|
|
|
g_thread_pool_move_to_front
|
2000-09-06 00:04:49 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Asynchronous Queues</TITLE>
|
|
|
|
<FILE>async_queues</FILE>
|
|
|
|
GAsyncQueue
|
|
|
|
g_async_queue_new
|
2007-12-18 16:46:36 +00:00
|
|
|
g_async_queue_new_full
|
2000-11-02 14:54:52 +00:00
|
|
|
g_async_queue_ref
|
|
|
|
g_async_queue_unref
|
|
|
|
g_async_queue_push
|
2005-12-05 15:08:45 +00:00
|
|
|
g_async_queue_push_sorted
|
2015-06-18 10:26:14 -04:00
|
|
|
g_async_queue_push_front
|
|
|
|
g_async_queue_remove
|
2000-11-02 14:54:52 +00:00
|
|
|
g_async_queue_pop
|
|
|
|
g_async_queue_try_pop
|
2012-02-08 08:26:36 -05:00
|
|
|
g_async_queue_timeout_pop
|
2000-11-02 14:54:52 +00:00
|
|
|
g_async_queue_length
|
2005-12-05 15:08:45 +00:00
|
|
|
g_async_queue_sort
|
2000-11-02 14:54:52 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2000-09-06 00:04:49 +00:00
|
|
|
g_async_queue_lock
|
|
|
|
g_async_queue_unlock
|
|
|
|
g_async_queue_ref_unlocked
|
|
|
|
g_async_queue_unref_and_unlock
|
|
|
|
g_async_queue_push_unlocked
|
2005-12-05 15:08:45 +00:00
|
|
|
g_async_queue_push_sorted_unlocked
|
2015-06-18 10:26:14 -04:00
|
|
|
g_async_queue_push_front_unlocked
|
|
|
|
g_async_queue_remove_unlocked
|
2000-09-06 00:04:49 +00:00
|
|
|
g_async_queue_pop_unlocked
|
|
|
|
g_async_queue_try_pop_unlocked
|
2012-02-08 08:26:36 -05:00
|
|
|
g_async_queue_timeout_pop_unlocked
|
2000-09-06 00:04:49 +00:00
|
|
|
g_async_queue_length_unlocked
|
2005-12-05 15:08:45 +00:00
|
|
|
g_async_queue_sort_unlocked
|
2012-02-08 08:26:36 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_async_queue_timed_pop
|
|
|
|
g_async_queue_timed_pop_unlocked
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-02-26 14:30:35 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Atomic Operations</TITLE>
|
2011-05-28 15:59:18 -04:00
|
|
|
<FILE>atomic_operations</FILE>
|
2011-10-18 16:21:50 -04:00
|
|
|
G_ATOMIC_LOCK_FREE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2004-02-26 14:30:35 +00:00
|
|
|
g_atomic_int_get
|
2005-12-15 04:37:32 +00:00
|
|
|
g_atomic_int_set
|
2011-05-28 15:59:18 -04:00
|
|
|
g_atomic_int_inc
|
|
|
|
g_atomic_int_dec_and_test
|
2004-02-26 14:30:35 +00:00
|
|
|
g_atomic_int_compare_and_exchange
|
2011-05-28 15:59:18 -04:00
|
|
|
g_atomic_int_add
|
|
|
|
g_atomic_int_and
|
|
|
|
g_atomic_int_or
|
|
|
|
g_atomic_int_xor
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2004-02-26 14:30:35 +00:00
|
|
|
g_atomic_pointer_get
|
2005-12-15 04:37:32 +00:00
|
|
|
g_atomic_pointer_set
|
2004-02-26 14:30:35 +00:00
|
|
|
g_atomic_pointer_compare_and_exchange
|
2011-05-28 15:59:18 -04:00
|
|
|
g_atomic_pointer_add
|
|
|
|
g_atomic_pointer_and
|
|
|
|
g_atomic_pointer_or
|
|
|
|
g_atomic_pointer_xor
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_atomic_int_exchange_and_add
|
2004-02-26 14:30:35 +00:00
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>IO Channels</TITLE>
|
|
|
|
<FILE>iochannels</FILE>
|
|
|
|
GIOChannel
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_io_channel_unix_new
|
|
|
|
g_io_channel_unix_get_fd
|
2006-02-20 10:56:13 +00:00
|
|
|
g_io_channel_win32_new_fd
|
|
|
|
g_io_channel_win32_new_socket
|
|
|
|
g_io_channel_win32_new_messages
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_io_channel_init
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2001-06-30 15:22:13 +00:00
|
|
|
g_io_channel_new_file
|
|
|
|
g_io_channel_read_chars
|
2001-08-05 20:26:09 +00:00
|
|
|
g_io_channel_read_unichar
|
2001-06-30 15:22:13 +00:00
|
|
|
g_io_channel_read_line
|
|
|
|
g_io_channel_read_line_string
|
|
|
|
g_io_channel_read_to_end
|
|
|
|
g_io_channel_write_chars
|
2001-08-05 20:26:09 +00:00
|
|
|
g_io_channel_write_unichar
|
2001-06-30 15:22:13 +00:00
|
|
|
g_io_channel_flush
|
|
|
|
g_io_channel_seek_position
|
1999-08-16 17:58:30 +00:00
|
|
|
GSeekType
|
2001-07-20 20:14:37 +00:00
|
|
|
g_io_channel_shutdown
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2001-06-30 15:22:13 +00:00
|
|
|
<SUBSECTION>
|
2001-07-20 20:14:37 +00:00
|
|
|
GIOStatus
|
|
|
|
GIOChannelError
|
|
|
|
G_IO_CHANNEL_ERROR
|
|
|
|
g_io_channel_error_from_errno
|
2001-06-30 15:22:13 +00:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_io_channel_ref
|
|
|
|
g_io_channel_unref
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2000-12-05 20:43:58 +00:00
|
|
|
g_io_create_watch
|
1999-08-16 17:58:30 +00:00
|
|
|
g_io_add_watch
|
|
|
|
g_io_add_watch_full
|
|
|
|
GIOCondition
|
|
|
|
GIOFunc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GIOFuncs
|
|
|
|
|
2001-06-30 15:22:13 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_io_channel_get_buffer_size
|
|
|
|
g_io_channel_set_buffer_size
|
|
|
|
g_io_channel_get_buffer_condition
|
|
|
|
g_io_channel_get_flags
|
|
|
|
g_io_channel_set_flags
|
|
|
|
GIOFlags
|
|
|
|
g_io_channel_get_line_term
|
|
|
|
g_io_channel_set_line_term
|
2001-07-20 20:14:37 +00:00
|
|
|
g_io_channel_get_buffered
|
|
|
|
g_io_channel_set_buffered
|
2001-06-30 15:22:13 +00:00
|
|
|
g_io_channel_get_encoding
|
|
|
|
g_io_channel_set_encoding
|
2001-08-16 23:02:53 +00:00
|
|
|
g_io_channel_get_close_on_unref
|
|
|
|
g_io_channel_set_close_on_unref
|
2001-06-30 15:22:13 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_io_channel_read
|
|
|
|
GIOError
|
|
|
|
g_io_channel_write
|
|
|
|
g_io_channel_seek
|
2001-07-20 20:14:37 +00:00
|
|
|
g_io_channel_close
|
2001-09-10 15:50:02 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
2011-04-11 13:21:12 -04:00
|
|
|
g_io_channel_win32_poll
|
|
|
|
g_io_channel_win32_make_pollfd
|
|
|
|
g_io_channel_win32_get_fd
|
2014-11-29 08:39:24 -05:00
|
|
|
g_io_channel_win32_new_stream_socket
|
|
|
|
g_io_channel_win32_set_debug
|
2001-10-01 18:57:18 +00:00
|
|
|
g_io_channel_error_quark
|
2001-09-10 15:50:02 +00:00
|
|
|
g_io_watch_funcs
|
2011-10-06 12:19:58 -04:00
|
|
|
G_IO_FLAG_IS_WRITEABLE
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Memory Allocation</TITLE>
|
|
|
|
<FILE>memory</FILE>
|
|
|
|
g_new
|
|
|
|
g_new0
|
|
|
|
g_renew
|
2005-03-22 04:02:13 +00:00
|
|
|
g_try_new
|
|
|
|
g_try_new0
|
|
|
|
g_try_renew
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_malloc
|
|
|
|
g_malloc0
|
|
|
|
g_realloc
|
2001-01-05 20:48:43 +00:00
|
|
|
g_try_malloc
|
2005-03-22 04:09:17 +00:00
|
|
|
g_try_malloc0
|
2001-01-05 20:48:43 +00:00
|
|
|
g_try_realloc
|
2010-02-02 23:48:42 -05:00
|
|
|
g_malloc_n
|
|
|
|
g_malloc0_n
|
|
|
|
g_realloc_n
|
|
|
|
g_try_malloc_n
|
|
|
|
g_try_malloc0_n
|
|
|
|
g_try_realloc_n
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_free
|
2012-04-23 17:57:56 +02:00
|
|
|
g_clear_pointer
|
2015-03-12 17:24:05 -04:00
|
|
|
g_steal_pointer
|
2006-01-27 14:37:02 +00:00
|
|
|
g_mem_gc_friendly
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2000-10-13 13:52:47 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_alloca
|
2001-11-14 07:50:12 +00:00
|
|
|
g_newa
|
2000-10-13 13:52:47 +00:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_memmove
|
|
|
|
g_memdup
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2001-01-05 20:48:43 +00:00
|
|
|
GMemVTable
|
|
|
|
g_mem_set_vtable
|
2001-09-26 22:00:17 +00:00
|
|
|
g_mem_is_system_malloc
|
2001-01-05 20:48:43 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
glib_mem_profiler_table
|
1999-08-16 17:58:30 +00:00
|
|
|
g_mem_profile
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Warnings and Assertions</TITLE>
|
|
|
|
<FILE>warnings</FILE>
|
|
|
|
g_print
|
|
|
|
g_set_print_handler
|
|
|
|
GPrintFunc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_printerr
|
|
|
|
g_set_printerr_handler
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_return_if_fail
|
|
|
|
g_return_val_if_fail
|
2000-09-06 00:04:49 +00:00
|
|
|
g_return_if_reached
|
|
|
|
g_return_val_if_reached
|
2008-01-11 16:44:15 +00:00
|
|
|
g_warn_if_fail
|
|
|
|
g_warn_if_reached
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_on_error_query
|
|
|
|
g_on_error_stack_trace
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
G_BREAKPOINT
|
2004-09-16 14:16:18 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_return_if_fail_warning
|
2004-10-26 16:10:52 +00:00
|
|
|
g_assert_warning
|
2008-06-12 06:20:04 +00:00
|
|
|
g_warn_message
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2001-09-10 15:50:02 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Glob-style pattern matching</TITLE>
|
|
|
|
<FILE>patterns</FILE>
|
|
|
|
GPatternSpec
|
|
|
|
g_pattern_spec_new
|
|
|
|
g_pattern_spec_free
|
2001-10-13 05:54:10 +00:00
|
|
|
g_pattern_spec_equal
|
2001-09-10 15:50:02 +00:00
|
|
|
g_pattern_match
|
|
|
|
g_pattern_match_string
|
|
|
|
g_pattern_match_simple
|
|
|
|
</SECTION>
|
|
|
|
|
2007-03-15 13:01:31 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Perl-compatible regular expressions</TITLE>
|
|
|
|
<FILE>gregex</FILE>
|
|
|
|
GRegexError
|
|
|
|
G_REGEX_ERROR
|
|
|
|
GRegexCompileFlags
|
|
|
|
GRegexMatchFlags
|
|
|
|
GRegex
|
|
|
|
GRegexEvalCallback
|
|
|
|
g_regex_new
|
2007-06-03 05:48:17 +00:00
|
|
|
g_regex_ref
|
|
|
|
g_regex_unref
|
2007-03-15 13:01:31 +00:00
|
|
|
g_regex_get_pattern
|
2007-04-30 16:37:38 +00:00
|
|
|
g_regex_get_max_backref
|
|
|
|
g_regex_get_capture_count
|
2012-06-07 15:57:15 +02:00
|
|
|
g_regex_get_has_cr_or_lf
|
2013-07-15 13:52:14 +02:00
|
|
|
g_regex_get_max_lookbehind
|
2007-04-30 16:02:26 +00:00
|
|
|
g_regex_get_string_number
|
2010-04-28 12:36:30 +02:00
|
|
|
g_regex_get_compile_flags
|
|
|
|
g_regex_get_match_flags
|
2007-04-30 16:02:26 +00:00
|
|
|
g_regex_escape_string
|
2010-04-15 08:23:00 +02:00
|
|
|
g_regex_escape_nul
|
2007-03-15 13:01:31 +00:00
|
|
|
g_regex_match_simple
|
|
|
|
g_regex_match
|
|
|
|
g_regex_match_full
|
|
|
|
g_regex_match_all
|
|
|
|
g_regex_match_all_full
|
|
|
|
g_regex_split_simple
|
|
|
|
g_regex_split
|
|
|
|
g_regex_split_full
|
|
|
|
g_regex_replace
|
|
|
|
g_regex_replace_literal
|
|
|
|
g_regex_replace_eval
|
2007-06-03 05:48:17 +00:00
|
|
|
g_regex_check_replacement
|
2007-04-30 16:02:26 +00:00
|
|
|
GMatchInfo
|
2007-06-03 05:48:17 +00:00
|
|
|
g_match_info_get_regex
|
|
|
|
g_match_info_get_string
|
2011-06-23 18:27:29 +02:00
|
|
|
g_match_info_ref
|
|
|
|
g_match_info_unref
|
2007-04-30 16:02:26 +00:00
|
|
|
g_match_info_free
|
2007-06-04 15:40:33 +00:00
|
|
|
g_match_info_matches
|
2007-04-30 16:02:26 +00:00
|
|
|
g_match_info_next
|
|
|
|
g_match_info_get_match_count
|
|
|
|
g_match_info_is_partial_match
|
|
|
|
g_match_info_expand_references
|
|
|
|
g_match_info_fetch
|
|
|
|
g_match_info_fetch_pos
|
|
|
|
g_match_info_fetch_named
|
|
|
|
g_match_info_fetch_named_pos
|
|
|
|
g_match_info_fetch_all
|
2007-03-15 13:01:31 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
g_regex_error_quark
|
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Message Logging</TITLE>
|
|
|
|
<FILE>messages</FILE>
|
|
|
|
G_LOG_DOMAIN
|
|
|
|
G_LOG_FATAL_MASK
|
|
|
|
G_LOG_LEVEL_USER_SHIFT
|
|
|
|
GLogFunc
|
|
|
|
GLogLevelFlags
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_log
|
|
|
|
g_logv
|
|
|
|
g_message
|
|
|
|
g_warning
|
2019-08-08 09:37:48 +02:00
|
|
|
g_warning_once
|
2000-09-06 00:04:49 +00:00
|
|
|
g_critical
|
1999-08-16 17:58:30 +00:00
|
|
|
g_error
|
2013-10-29 21:30:06 +01:00
|
|
|
g_info
|
2004-07-05 22:52:06 +00:00
|
|
|
g_debug
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_log_set_handler
|
2014-11-28 23:31:00 -05:00
|
|
|
g_log_set_handler_full
|
1999-08-16 17:58:30 +00:00
|
|
|
g_log_remove_handler
|
|
|
|
g_log_set_always_fatal
|
|
|
|
g_log_set_fatal_mask
|
|
|
|
g_log_default_handler
|
2004-09-05 05:46:33 +00:00
|
|
|
g_log_set_default_handler
|
2016-07-20 19:44:02 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_log_structured
|
2016-09-09 09:06:05 -03:00
|
|
|
g_log_variant
|
2016-07-20 19:44:02 -04:00
|
|
|
GLogField
|
|
|
|
g_log_structured_array
|
|
|
|
G_DEBUG_HERE
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GLogWriterOutput
|
|
|
|
GLogWriterFunc
|
|
|
|
g_log_set_writer_func
|
|
|
|
g_log_writer_supports_color
|
|
|
|
g_log_writer_is_journald
|
|
|
|
g_log_writer_format_fields
|
|
|
|
g_log_writer_journald
|
|
|
|
g_log_writer_standard_streams
|
|
|
|
g_log_writer_default
|
2018-11-23 12:37:27 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_log_structured_standard
|
2001-09-25 18:13:12 +00:00
|
|
|
</SECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Timers</TITLE>
|
|
|
|
<FILE>timers</FILE>
|
|
|
|
GTimer
|
|
|
|
g_timer_new
|
|
|
|
g_timer_start
|
|
|
|
g_timer_stop
|
2004-01-22 19:56:28 +00:00
|
|
|
g_timer_continue
|
1999-08-16 17:58:30 +00:00
|
|
|
g_timer_elapsed
|
|
|
|
g_timer_reset
|
|
|
|
g_timer_destroy
|
2019-06-21 10:22:41 +00:00
|
|
|
g_timer_is_active
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-11-05 16:38:16 +00:00
|
|
|
<SECTION>
|
2000-11-05 17:07:19 +00:00
|
|
|
<TITLE>Spawning Processes</TITLE>
|
2000-11-05 16:38:16 +00:00
|
|
|
<FILE>spawn</FILE>
|
|
|
|
GSpawnError
|
|
|
|
G_SPAWN_ERROR
|
|
|
|
GSpawnFlags
|
|
|
|
GSpawnChildSetupFunc
|
2018-05-28 10:09:21 -06:00
|
|
|
g_spawn_async_with_fds
|
2000-11-05 16:38:16 +00:00
|
|
|
g_spawn_async_with_pipes
|
|
|
|
g_spawn_async
|
|
|
|
g_spawn_sync
|
2014-02-01 20:40:41 -05:00
|
|
|
G_SPAWN_EXIT_ERROR
|
2012-07-10 11:27:22 -04:00
|
|
|
g_spawn_check_exit_status
|
2000-11-05 16:38:16 +00:00
|
|
|
g_spawn_command_line_async
|
|
|
|
g_spawn_command_line_sync
|
2004-03-01 20:47:49 +00:00
|
|
|
g_spawn_close_pid
|
2000-11-05 16:38:16 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
g_spawn_error_quark
|
2013-02-03 13:22:28 -05:00
|
|
|
g_spawn_exit_error_quark
|
2000-11-05 16:38:16 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Simple XML Subset Parser</TITLE>
|
|
|
|
<FILE>markup</FILE>
|
|
|
|
GMarkupError
|
|
|
|
G_MARKUP_ERROR
|
|
|
|
GMarkupParseFlags
|
|
|
|
GMarkupParseContext
|
|
|
|
GMarkupParser
|
|
|
|
g_markup_escape_text
|
2003-09-12 00:17:02 +00:00
|
|
|
g_markup_printf_escaped
|
|
|
|
g_markup_vprintf_escaped
|
2014-04-21 14:50:53 +02:00
|
|
|
g_markup_parse_context_new
|
|
|
|
g_markup_parse_context_parse
|
2000-11-05 16:38:16 +00:00
|
|
|
g_markup_parse_context_end_parse
|
|
|
|
g_markup_parse_context_free
|
|
|
|
g_markup_parse_context_get_position
|
2002-08-12 21:28:45 +00:00
|
|
|
g_markup_parse_context_get_element
|
2007-11-08 03:28:09 +00:00
|
|
|
g_markup_parse_context_get_element_stack
|
2008-07-28 16:52:15 +00:00
|
|
|
g_markup_parse_context_get_user_data
|
2008-07-10 08:41:59 +00:00
|
|
|
g_markup_parse_context_push
|
|
|
|
g_markup_parse_context_pop
|
2012-07-03 15:14:18 -04:00
|
|
|
g_markup_parse_context_ref
|
|
|
|
g_markup_parse_context_unref
|
2007-11-27 01:37:33 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
GMarkupCollectType
|
|
|
|
g_markup_collect_attributes
|
2000-11-05 16:38:16 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
g_markup_error_quark
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Shell-related Utilities</TITLE>
|
|
|
|
<FILE>shell</FILE>
|
|
|
|
GShellError
|
|
|
|
G_SHELL_ERROR
|
|
|
|
g_shell_parse_argv
|
|
|
|
g_shell_quote
|
|
|
|
g_shell_unquote
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_shell_error_quark
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
2004-08-03 20:44:24 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Commandline option parser</TITLE>
|
|
|
|
<FILE>option</FILE>
|
|
|
|
GOptionError
|
|
|
|
G_OPTION_ERROR
|
|
|
|
GOptionArgFunc
|
|
|
|
GOptionContext
|
|
|
|
g_option_context_new
|
2006-05-13 04:23:38 +00:00
|
|
|
g_option_context_set_summary
|
|
|
|
g_option_context_get_summary
|
|
|
|
g_option_context_set_description
|
|
|
|
g_option_context_get_description
|
|
|
|
GTranslateFunc
|
|
|
|
g_option_context_set_translate_func
|
|
|
|
g_option_context_set_translation_domain
|
2004-08-03 20:44:24 +00:00
|
|
|
g_option_context_free
|
|
|
|
g_option_context_parse
|
2014-01-10 12:16:24 -05:00
|
|
|
g_option_context_parse_strv
|
2004-08-03 20:44:24 +00:00
|
|
|
g_option_context_set_help_enabled
|
|
|
|
g_option_context_get_help_enabled
|
|
|
|
g_option_context_set_ignore_unknown_options
|
|
|
|
g_option_context_get_ignore_unknown_options
|
2007-04-25 03:53:30 +00:00
|
|
|
g_option_context_get_help
|
2014-11-29 08:39:24 -05:00
|
|
|
g_option_context_get_strict_posix
|
|
|
|
g_option_context_set_strict_posix
|
2004-10-29 20:27:01 +00:00
|
|
|
GOptionArg
|
|
|
|
GOptionFlags
|
|
|
|
G_OPTION_REMAINING
|
2004-08-03 20:44:24 +00:00
|
|
|
GOptionEntry
|
|
|
|
g_option_context_add_main_entries
|
|
|
|
GOptionGroup
|
|
|
|
g_option_context_add_group
|
|
|
|
g_option_context_set_main_group
|
|
|
|
g_option_context_get_main_group
|
|
|
|
g_option_group_new
|
2015-02-11 11:27:28 -05:00
|
|
|
g_option_group_ref
|
|
|
|
g_option_group_unref
|
2004-08-03 20:44:24 +00:00
|
|
|
g_option_group_free
|
|
|
|
g_option_group_add_entries
|
|
|
|
GOptionParseFunc
|
|
|
|
g_option_group_set_parse_hooks
|
|
|
|
GOptionErrorFunc
|
|
|
|
g_option_group_set_error_hook
|
|
|
|
g_option_group_set_translate_func
|
|
|
|
g_option_group_set_translation_domain
|
|
|
|
<SUBSECTION Private>
|
2004-10-26 16:10:52 +00:00
|
|
|
g_option_error_quark
|
2004-08-03 20:44:24 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
2000-11-05 16:38:16 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>File Utilities</TITLE>
|
|
|
|
<FILE>fileutils</FILE>
|
2017-09-12 12:20:18 +01:00
|
|
|
<INCLUDE>glib.h,glib/gstdio.h,fcntl.h,sys/types.h,sys/stat.h</INCLUDE>
|
2000-11-05 16:38:16 +00:00
|
|
|
GFileError
|
|
|
|
G_FILE_ERROR
|
|
|
|
GFileTest
|
|
|
|
g_file_error_from_errno
|
|
|
|
g_file_get_contents
|
2020-05-27 13:54:47 +01:00
|
|
|
GFileSetContentsFlags
|
2005-05-05 14:57:29 +00:00
|
|
|
g_file_set_contents
|
2020-05-27 13:54:47 +01:00
|
|
|
g_file_set_contents_full
|
2000-11-05 16:38:16 +00:00
|
|
|
g_file_test
|
|
|
|
g_mkstemp
|
2009-09-03 15:36:37 +02:00
|
|
|
g_mkstemp_full
|
2000-11-13 18:59:45 +00:00
|
|
|
g_file_open_tmp
|
2003-07-29 22:31:40 +00:00
|
|
|
g_file_read_link
|
2005-06-30 03:13:35 +00:00
|
|
|
g_mkdir_with_parents
|
2011-08-14 14:09:58 -04:00
|
|
|
g_mkdtemp
|
|
|
|
g_mkdtemp_full
|
|
|
|
g_dir_make_tmp
|
2001-11-22 18:54:47 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GDir
|
|
|
|
g_dir_open
|
|
|
|
g_dir_read_name
|
|
|
|
g_dir_rewind
|
|
|
|
g_dir_close
|
|
|
|
|
2005-06-25 03:38:32 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
GMappedFile
|
|
|
|
g_mapped_file_new
|
2011-10-06 12:19:58 -04:00
|
|
|
g_mapped_file_new_from_fd
|
2009-06-18 15:00:01 -04:00
|
|
|
g_mapped_file_ref
|
|
|
|
g_mapped_file_unref
|
2005-06-25 03:38:32 +00:00
|
|
|
g_mapped_file_free
|
|
|
|
g_mapped_file_get_length
|
|
|
|
g_mapped_file_get_contents
|
2012-05-29 18:54:58 -04:00
|
|
|
g_mapped_file_get_bytes
|
2005-06-25 03:38:32 +00:00
|
|
|
|
2004-10-27 16:46:29 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_open
|
|
|
|
g_rename
|
|
|
|
g_mkdir
|
2010-07-12 16:37:56 -04:00
|
|
|
GStatBuf
|
2004-10-27 16:46:29 +00:00
|
|
|
g_stat
|
2004-10-31 17:41:29 +00:00
|
|
|
g_lstat
|
2004-10-27 16:46:29 +00:00
|
|
|
g_unlink
|
|
|
|
g_remove
|
2004-12-15 16:42:36 +00:00
|
|
|
g_rmdir
|
2004-10-27 16:46:29 +00:00
|
|
|
g_fopen
|
|
|
|
g_freopen
|
2019-09-13 19:53:15 +02:00
|
|
|
g_fsync
|
2005-05-01 21:28:32 +00:00
|
|
|
g_chmod
|
|
|
|
g_access
|
|
|
|
g_creat
|
2005-06-10 03:13:43 +00:00
|
|
|
g_chdir
|
2008-06-12 06:20:04 +00:00
|
|
|
g_utime
|
2013-01-25 12:05:26 -05:00
|
|
|
g_close
|
2005-06-25 03:38:32 +00:00
|
|
|
|
2000-11-05 16:38:16 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
g_file_error_quark
|
2010-07-12 17:32:44 -04:00
|
|
|
utimbuf
|
2000-11-05 16:38:16 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>String Utility Functions</TITLE>
|
|
|
|
<FILE>string_utils</FILE>
|
2003-10-05 21:32:09 +00:00
|
|
|
<INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
|
1999-08-16 17:58:30 +00:00
|
|
|
g_strdup
|
|
|
|
g_strndup
|
2001-01-05 20:48:43 +00:00
|
|
|
g_strdupv
|
1999-08-16 17:58:30 +00:00
|
|
|
g_strnfill
|
2001-03-26 18:35:34 +00:00
|
|
|
g_stpcpy
|
2001-09-10 15:50:02 +00:00
|
|
|
g_strstr_len
|
|
|
|
g_strrstr
|
|
|
|
g_strrstr_len
|
Remove references to nonexisting functions
* glib/gmain.c: Remove references to nonexisting functions
g_source_set_callback_closure(), g_source_poll(), g_source_add()
from docs.
* glib/gdir.c (g_dir_open): Typo fix in docs.
* glib/gasyncqueue.c (g_async_queue_lock):
(g_async_queue_unref_and_unlock): Fix markup to avoid erroneous
<link>s in docs.
* glib/gwin32.c: Escape #'s leading to erroneous <link>s in docs.
* glib/gtree.c: Replace some occurances of Gtree by GTree in docs.
* glib/gstring.c (g_string_insert_unichar): Typo fix in docs.
* glib/tmpl/conversions.sgml: Add GIConv.
* glib/tmpl/main.sgml: Fix references to nonexisting functions
g_main_loop_destroy(), g_source_add(), g_source_connect().
* glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
* glib/tmpl/linked_lists_single.sgml:
* glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
* glib/glib-docs.sgml: Declare hash entity.
* glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
* gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
* glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
not SGML.
2002-05-26 22:46:28 +00:00
|
|
|
g_str_has_prefix
|
|
|
|
g_str_has_suffix
|
2008-07-06 01:30:28 +00:00
|
|
|
g_strcmp0
|
2014-02-17 11:54:18 -05:00
|
|
|
g_str_to_ascii
|
2013-10-14 14:37:10 -04:00
|
|
|
g_str_tokenize_and_fold
|
|
|
|
g_str_match_string
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_strlcpy
|
|
|
|
g_strlcat
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_strdup_printf
|
|
|
|
g_strdup_vprintf
|
2002-11-21 00:35:15 +00:00
|
|
|
g_printf
|
|
|
|
g_vprintf
|
|
|
|
g_fprintf
|
|
|
|
g_vfprintf
|
|
|
|
g_sprintf
|
|
|
|
g_vsprintf
|
1999-08-16 17:58:30 +00:00
|
|
|
g_snprintf
|
|
|
|
g_vsnprintf
|
2003-06-05 22:54:55 +00:00
|
|
|
g_vasprintf
|
1999-08-16 17:58:30 +00:00
|
|
|
g_printf_string_upper_bound
|
|
|
|
|
2001-08-25 22:29:40 +00:00
|
|
|
<SUBSECTION>
|
2013-10-14 14:36:34 -04:00
|
|
|
g_str_is_ascii
|
2001-08-25 22:29:40 +00:00
|
|
|
g_ascii_isalnum
|
|
|
|
g_ascii_isalpha
|
|
|
|
g_ascii_iscntrl
|
|
|
|
g_ascii_isdigit
|
|
|
|
g_ascii_isgraph
|
|
|
|
g_ascii_islower
|
|
|
|
g_ascii_isprint
|
|
|
|
g_ascii_ispunct
|
|
|
|
g_ascii_isspace
|
|
|
|
g_ascii_isupper
|
|
|
|
g_ascii_isxdigit
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_ascii_digit_value
|
|
|
|
g_ascii_xdigit_value
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_ascii_strcasecmp
|
|
|
|
g_ascii_strncasecmp
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_ascii_strup
|
|
|
|
g_ascii_strdown
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_ascii_tolower
|
|
|
|
g_ascii_toupper
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_string_ascii_up
|
|
|
|
g_string_ascii_down
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_strup
|
|
|
|
g_strdown
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_strcasecmp
|
|
|
|
g_strncasecmp
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_strreverse
|
2001-10-24 18:00:11 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2006-05-16 05:49:46 +00:00
|
|
|
g_ascii_strtoll
|
2002-11-28 23:11:58 +00:00
|
|
|
g_ascii_strtoull
|
2001-10-24 18:00:11 +00:00
|
|
|
G_ASCII_DTOSTR_BUF_SIZE
|
|
|
|
g_ascii_strtod
|
|
|
|
g_ascii_dtostr
|
|
|
|
g_ascii_formatd
|
1999-08-16 17:58:30 +00:00
|
|
|
g_strtod
|
|
|
|
|
2017-04-27 12:53:51 +02:00
|
|
|
<SUBSECTION>
|
|
|
|
GNumberParserError
|
|
|
|
G_NUMBER_PARSER_ERROR
|
|
|
|
g_ascii_string_to_signed
|
|
|
|
g_ascii_string_to_unsigned
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_number_parser_error_quark
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_strchug
|
|
|
|
g_strchomp
|
|
|
|
g_strstrip
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_strdelimit
|
|
|
|
G_STR_DELIMITERS
|
|
|
|
g_strescape
|
2000-09-06 00:04:49 +00:00
|
|
|
g_strcompress
|
|
|
|
g_strcanon
|
1999-08-16 17:58:30 +00:00
|
|
|
g_strsplit
|
2004-01-28 00:37:46 +00:00
|
|
|
g_strsplit_set
|
1999-08-16 17:58:30 +00:00
|
|
|
g_strfreev
|
|
|
|
g_strconcat
|
|
|
|
g_strjoin
|
|
|
|
g_strjoinv
|
2015-09-21 10:41:00 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GStrv
|
2004-09-09 04:12:19 +00:00
|
|
|
g_strv_length
|
2013-04-15 14:54:31 +02:00
|
|
|
g_strv_contains
|
2018-11-30 10:49:48 +00:00
|
|
|
g_strv_equal
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_strerror
|
|
|
|
g_strsignal
|
2001-09-10 15:50:02 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
GAsciiType
|
2011-10-06 12:19:58 -04:00
|
|
|
g_ascii_table
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Date and Time Functions</TITLE>
|
|
|
|
<FILE>date</FILE>
|
2000-09-06 15:01:07 +00:00
|
|
|
G_USEC_PER_SEC
|
1999-08-16 17:58:30 +00:00
|
|
|
GTimeVal
|
|
|
|
g_get_current_time
|
2000-09-06 00:04:49 +00:00
|
|
|
g_usleep
|
2001-06-07 13:46:14 +00:00
|
|
|
g_time_val_add
|
2006-03-23 02:54:29 +00:00
|
|
|
g_time_val_from_iso8601
|
|
|
|
g_time_val_to_iso8601
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2010-10-22 17:28:46 +02:00
|
|
|
<SUBSECTION>
|
2010-10-22 18:42:32 +02:00
|
|
|
g_get_monotonic_time
|
2010-11-01 16:40:36 -04:00
|
|
|
g_get_real_time
|
2010-10-22 17:28:46 +02:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
GDate
|
2000-04-15 23:34:34 +00:00
|
|
|
GTime
|
1999-08-16 17:58:30 +00:00
|
|
|
GDateDMY
|
|
|
|
GDateDay
|
|
|
|
GDateMonth
|
|
|
|
GDateYear
|
2000-04-15 23:34:34 +00:00
|
|
|
GDateWeekday
|
|
|
|
|
|
|
|
<SUBSECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
G_DATE_BAD_DAY
|
|
|
|
G_DATE_BAD_JULIAN
|
|
|
|
G_DATE_BAD_YEAR
|
2000-04-15 23:34:34 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_new
|
|
|
|
g_date_new_dmy
|
|
|
|
g_date_new_julian
|
|
|
|
g_date_clear
|
|
|
|
g_date_free
|
2016-01-03 15:50:34 -08:00
|
|
|
g_date_copy
|
2000-04-15 23:34:34 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_set_day
|
|
|
|
g_date_set_month
|
|
|
|
g_date_set_year
|
|
|
|
g_date_set_dmy
|
|
|
|
g_date_set_julian
|
|
|
|
g_date_set_time
|
2005-11-17 17:51:59 +00:00
|
|
|
g_date_set_time_t
|
|
|
|
g_date_set_time_val
|
2000-04-15 23:34:34 +00:00
|
|
|
g_date_set_parse
|
|
|
|
|
|
|
|
<SUBSECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
g_date_add_days
|
2000-04-15 23:34:34 +00:00
|
|
|
g_date_subtract_days
|
1999-08-16 17:58:30 +00:00
|
|
|
g_date_add_months
|
2000-04-15 23:34:34 +00:00
|
|
|
g_date_subtract_months
|
1999-08-16 17:58:30 +00:00
|
|
|
g_date_add_years
|
2000-04-15 23:34:34 +00:00
|
|
|
g_date_subtract_years
|
2001-06-05 20:59:02 +00:00
|
|
|
g_date_days_between
|
1999-08-16 17:58:30 +00:00
|
|
|
g_date_compare
|
2001-06-05 20:59:02 +00:00
|
|
|
g_date_clamp
|
|
|
|
g_date_order
|
2000-04-15 23:34:34 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2000-12-24 12:11:06 +00:00
|
|
|
g_date_get_day
|
|
|
|
g_date_get_month
|
|
|
|
g_date_get_year
|
|
|
|
g_date_get_julian
|
|
|
|
g_date_get_weekday
|
|
|
|
g_date_get_day_of_year
|
2000-04-15 23:34:34 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2000-12-24 12:11:06 +00:00
|
|
|
g_date_get_days_in_month
|
1999-08-16 17:58:30 +00:00
|
|
|
g_date_is_first_of_month
|
|
|
|
g_date_is_last_of_month
|
|
|
|
g_date_is_leap_year
|
2000-12-24 12:11:06 +00:00
|
|
|
g_date_get_monday_week_of_year
|
|
|
|
g_date_get_monday_weeks_in_year
|
|
|
|
g_date_get_sunday_week_of_year
|
|
|
|
g_date_get_sunday_weeks_in_year
|
2004-09-02 00:28:33 +00:00
|
|
|
g_date_get_iso8601_week_of_year
|
2000-04-15 23:34:34 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_strftime
|
1999-08-16 17:58:30 +00:00
|
|
|
g_date_to_struct_tm
|
2000-04-15 23:34:34 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
g_date_valid
|
|
|
|
g_date_valid_day
|
2000-04-15 23:34:34 +00:00
|
|
|
g_date_valid_month
|
|
|
|
g_date_valid_year
|
1999-08-16 17:58:30 +00:00
|
|
|
g_date_valid_dmy
|
|
|
|
g_date_valid_julian
|
|
|
|
g_date_valid_weekday
|
2001-01-05 20:48:43 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_date_weekday
|
|
|
|
g_date_month
|
|
|
|
g_date_year
|
|
|
|
g_date_day
|
|
|
|
g_date_julian
|
|
|
|
g_date_day_of_year
|
|
|
|
g_date_monday_week_of_year
|
|
|
|
g_date_sunday_week_of_year
|
|
|
|
g_date_days_in_month
|
|
|
|
g_date_monday_weeks_in_year
|
|
|
|
g_date_sunday_weeks_in_year
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2010-09-16 04:44:59 -04:00
|
|
|
<SECTION>
|
|
|
|
<FILE>timezone</FILE>
|
|
|
|
<SUBSECTION>
|
|
|
|
GTimeZone
|
|
|
|
g_time_zone_unref
|
|
|
|
g_time_zone_ref
|
|
|
|
<SUBSECTION>
|
|
|
|
g_time_zone_new
|
|
|
|
g_time_zone_new_local
|
|
|
|
g_time_zone_new_utc
|
2018-04-11 17:03:31 +01:00
|
|
|
g_time_zone_new_offset
|
2010-09-16 04:44:59 -04:00
|
|
|
<SUBSECTION>
|
|
|
|
GTimeType
|
|
|
|
g_time_zone_find_interval
|
|
|
|
g_time_zone_adjust_time
|
|
|
|
<SUBSECTION>
|
2018-04-11 15:59:29 +01:00
|
|
|
g_time_zone_get_identifier
|
2010-09-16 04:44:59 -04:00
|
|
|
g_time_zone_get_abbreviation
|
|
|
|
g_time_zone_get_offset
|
|
|
|
g_time_zone_is_dst
|
|
|
|
</SECTION>
|
|
|
|
|
2010-08-24 23:30:30 +01:00
|
|
|
<SECTION>
|
2010-08-25 16:13:24 +01:00
|
|
|
<FILE>date-time</FILE>
|
2010-09-16 04:44:59 -04:00
|
|
|
GTimeSpan
|
2010-08-24 23:30:30 +01:00
|
|
|
G_TIME_SPAN_DAY
|
|
|
|
G_TIME_SPAN_HOUR
|
|
|
|
G_TIME_SPAN_MINUTE
|
|
|
|
G_TIME_SPAN_SECOND
|
2010-09-16 04:44:59 -04:00
|
|
|
G_TIME_SPAN_MILLISECOND
|
|
|
|
|
2010-08-24 23:30:30 +01:00
|
|
|
<SUBSECTION>
|
|
|
|
GDateTime
|
|
|
|
g_date_time_unref
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_ref
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_new_now
|
|
|
|
g_date_time_new_now_local
|
|
|
|
g_date_time_new_now_utc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_new_from_unix_local
|
|
|
|
g_date_time_new_from_unix_utc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_new_from_timeval_local
|
|
|
|
g_date_time_new_from_timeval_utc
|
2016-08-25 11:53:54 +12:00
|
|
|
g_date_time_new_from_iso8601
|
2010-09-16 04:44:59 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_new
|
|
|
|
g_date_time_new_local
|
|
|
|
g_date_time_new_utc
|
|
|
|
|
2010-08-24 23:30:30 +01:00
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_add
|
2010-09-16 04:44:59 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2010-08-26 15:23:13 +01:00
|
|
|
g_date_time_add_years
|
|
|
|
g_date_time_add_months
|
|
|
|
g_date_time_add_weeks
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_add_days
|
2010-09-16 04:44:59 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_add_hours
|
|
|
|
g_date_time_add_minutes
|
|
|
|
g_date_time_add_seconds
|
2010-09-16 04:44:59 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2010-08-26 15:23:13 +01:00
|
|
|
g_date_time_add_full
|
2010-09-16 04:44:59 -04:00
|
|
|
|
2010-08-24 23:30:30 +01:00
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_compare
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_difference
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_hash
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_equal
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_get_ymd
|
|
|
|
|
2010-08-24 23:30:30 +01:00
|
|
|
<SUBSECTION>
|
2010-08-26 15:23:13 +01:00
|
|
|
g_date_time_get_year
|
|
|
|
g_date_time_get_month
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_get_day_of_month
|
2010-09-16 04:44:59 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2010-09-27 09:06:24 -04:00
|
|
|
g_date_time_get_week_numbering_year
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_get_week_of_year
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_get_day_of_week
|
2010-09-16 04:44:59 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_get_day_of_year
|
2010-09-16 04:44:59 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_get_hour
|
|
|
|
g_date_time_get_minute
|
|
|
|
g_date_time_get_second
|
2010-08-26 15:23:13 +01:00
|
|
|
g_date_time_get_microsecond
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_get_seconds
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_to_unix
|
|
|
|
g_date_time_to_timeval
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_get_utc_offset
|
2018-04-11 15:58:23 +01:00
|
|
|
g_date_time_get_timezone
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_get_timezone_abbreviation
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_is_daylight_savings
|
2010-09-16 04:44:59 -04:00
|
|
|
|
2010-08-24 23:30:30 +01:00
|
|
|
<SUBSECTION>
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_to_timezone
|
2010-08-26 15:23:13 +01:00
|
|
|
g_date_time_to_local
|
2010-08-24 23:30:30 +01:00
|
|
|
g_date_time_to_utc
|
2010-09-16 04:44:59 -04:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_date_time_format
|
2019-07-26 13:39:07 +01:00
|
|
|
g_date_time_format_iso8601
|
2010-08-24 23:30:30 +01:00
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Hook Functions</TITLE>
|
|
|
|
<FILE>hooks</FILE>
|
|
|
|
GHookList
|
2001-10-04 22:26:23 +00:00
|
|
|
GHookFinalizeFunc
|
1999-08-16 17:58:30 +00:00
|
|
|
GHook
|
|
|
|
GHookFunc
|
|
|
|
GHookCheckFunc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_hook_list_init
|
|
|
|
g_hook_list_invoke
|
|
|
|
g_hook_list_invoke_check
|
|
|
|
g_hook_list_marshal
|
2001-10-04 22:26:23 +00:00
|
|
|
GHookMarshaller
|
1999-08-16 17:58:30 +00:00
|
|
|
g_hook_list_marshal_check
|
2001-10-04 22:26:23 +00:00
|
|
|
GHookCheckMarshaller
|
1999-08-16 17:58:30 +00:00
|
|
|
g_hook_list_clear
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_hook_alloc
|
|
|
|
g_hook_append
|
|
|
|
g_hook_prepend
|
|
|
|
g_hook_insert_before
|
|
|
|
g_hook_insert_sorted
|
|
|
|
GHookCompareFunc
|
|
|
|
g_hook_compare_ids
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_hook_get
|
|
|
|
g_hook_find
|
2001-10-04 22:26:23 +00:00
|
|
|
GHookFindFunc
|
1999-08-16 17:58:30 +00:00
|
|
|
g_hook_find_data
|
|
|
|
g_hook_find_func
|
|
|
|
g_hook_find_func_data
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_hook_first_valid
|
|
|
|
g_hook_next_valid
|
|
|
|
|
|
|
|
GHookFlagMask
|
2001-09-10 15:50:02 +00:00
|
|
|
G_HOOK_FLAGS
|
1999-08-16 17:58:30 +00:00
|
|
|
G_HOOK_FLAG_USER_SHIFT
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2001-09-10 15:50:02 +00:00
|
|
|
G_HOOK
|
1999-08-16 17:58:30 +00:00
|
|
|
G_HOOK_IS_VALID
|
|
|
|
G_HOOK_ACTIVE
|
|
|
|
G_HOOK_IN_CALL
|
|
|
|
G_HOOK_IS_UNLINKED
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_hook_ref
|
|
|
|
g_hook_unref
|
|
|
|
|
|
|
|
g_hook_free
|
|
|
|
g_hook_destroy
|
|
|
|
g_hook_destroy_link
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Miscellaneous Utility Functions</TITLE>
|
|
|
|
<FILE>misc_utils</FILE>
|
2002-11-28 23:11:58 +00:00
|
|
|
g_get_application_name
|
2003-06-08 16:35:16 +00:00
|
|
|
g_set_application_name
|
1999-08-16 17:58:30 +00:00
|
|
|
g_get_prgname
|
|
|
|
g_set_prgname
|
2010-10-28 21:26:09 -04:00
|
|
|
g_get_environ
|
2011-10-15 15:52:28 -04:00
|
|
|
g_environ_getenv
|
|
|
|
g_environ_setenv
|
|
|
|
g_environ_unsetenv
|
1999-08-16 17:58:30 +00:00
|
|
|
g_getenv
|
2003-07-28 19:24:22 +00:00
|
|
|
g_setenv
|
|
|
|
g_unsetenv
|
2005-02-08 04:28:31 +00:00
|
|
|
g_listenv
|
1999-08-16 17:58:30 +00:00
|
|
|
g_get_user_name
|
|
|
|
g_get_real_name
|
2004-08-11 17:53:05 +00:00
|
|
|
g_get_user_cache_dir
|
|
|
|
g_get_user_data_dir
|
|
|
|
g_get_user_config_dir
|
2010-11-06 17:34:40 -04:00
|
|
|
g_get_user_runtime_dir
|
2007-06-04 14:54:49 +00:00
|
|
|
GUserDirectory
|
|
|
|
g_get_user_special_dir
|
2004-08-11 17:53:05 +00:00
|
|
|
g_get_system_data_dirs
|
|
|
|
g_get_system_config_dirs
|
2009-08-24 13:34:06 -04:00
|
|
|
g_reload_user_special_dirs_cache
|
2019-08-27 10:50:35 +03:00
|
|
|
g_get_os_info
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
G_OS_INFO_KEY_NAME
|
|
|
|
G_OS_INFO_KEY_PRETTY_NAME
|
|
|
|
G_OS_INFO_KEY_VERSION
|
|
|
|
G_OS_INFO_KEY_VERSION_CODENAME
|
|
|
|
G_OS_INFO_KEY_VERSION_ID
|
|
|
|
G_OS_INFO_KEY_ID
|
|
|
|
G_OS_INFO_KEY_HOME_URL
|
|
|
|
G_OS_INFO_KEY_DOCUMENTATION_URL
|
|
|
|
G_OS_INFO_KEY_SUPPORT_URL
|
|
|
|
G_OS_INFO_KEY_BUG_REPORT_URL
|
|
|
|
G_OS_INFO_KEY_PRIVACY_POLICY_URL
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2005-06-30 03:13:35 +00:00
|
|
|
g_get_host_name
|
1999-08-16 17:58:30 +00:00
|
|
|
g_get_home_dir
|
|
|
|
g_get_tmp_dir
|
|
|
|
g_get_current_dir
|
|
|
|
g_basename
|
|
|
|
g_dirname
|
2018-04-27 12:44:30 -03:00
|
|
|
g_canonicalize_filename
|
1999-08-16 17:58:30 +00:00
|
|
|
g_path_is_absolute
|
|
|
|
g_path_skip_root
|
2000-09-06 00:04:49 +00:00
|
|
|
g_path_get_basename
|
2000-10-27 12:34:49 +00:00
|
|
|
g_path_get_dirname
|
2001-09-10 15:50:02 +00:00
|
|
|
g_build_filename
|
2005-06-23 05:51:40 +00:00
|
|
|
g_build_filenamev
|
2017-11-06 12:02:40 -08:00
|
|
|
g_build_filename_valist
|
2001-09-10 15:50:02 +00:00
|
|
|
g_build_path
|
2005-06-23 05:51:40 +00:00
|
|
|
g_build_pathv
|
2011-07-20 19:44:39 +02:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_format_size
|
|
|
|
GFormatSizeFlags
|
|
|
|
g_format_size_full
|
2008-01-07 16:47:36 +00:00
|
|
|
g_format_size_for_display
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2000-11-05 16:38:16 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_find_program_in_path
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_bit_nth_lsf
|
|
|
|
g_bit_nth_msf
|
|
|
|
g_bit_storage
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_spaced_primes_closest
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_atexit
|
2018-11-23 12:37:27 +00:00
|
|
|
g_abort
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_parse_debug_string
|
|
|
|
GDebugKey
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GVoidFunc
|
|
|
|
GFreeFunc
|
|
|
|
|
2001-01-05 20:48:43 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_qsort_with_data
|
|
|
|
|
2001-09-10 15:50:02 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_nullify_pointer
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
G_NATIVE_ATEXIT
|
|
|
|
g_ATEXIT
|
2005-05-05 14:57:29 +00:00
|
|
|
g_win32_get_system_data_dirs_for_module
|
1999-08-16 17:58:30 +00:00
|
|
|
ATEXIT
|
2018-11-23 12:37:27 +00:00
|
|
|
g_bit_nth_lsf_impl
|
|
|
|
g_bit_nth_msf_impl
|
|
|
|
g_bit_storage_impl
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Lexical Scanner</TITLE>
|
|
|
|
<FILE>scanner</FILE>
|
|
|
|
GScanner
|
|
|
|
GScannerConfig
|
2007-03-16 15:02:14 +00:00
|
|
|
g_scanner_new
|
|
|
|
g_scanner_destroy
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_scanner_input_file
|
|
|
|
g_scanner_sync_file_offset
|
|
|
|
g_scanner_input_text
|
|
|
|
g_scanner_peek_next_token
|
|
|
|
g_scanner_get_next_token
|
2007-03-16 15:02:14 +00:00
|
|
|
g_scanner_eof
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_scanner_cur_line
|
|
|
|
g_scanner_cur_position
|
|
|
|
g_scanner_cur_token
|
|
|
|
g_scanner_cur_value
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_scanner_set_scope
|
|
|
|
g_scanner_scope_add_symbol
|
|
|
|
g_scanner_scope_foreach_symbol
|
|
|
|
g_scanner_scope_lookup_symbol
|
|
|
|
g_scanner_scope_remove_symbol
|
2007-03-16 15:02:14 +00:00
|
|
|
g_scanner_add_symbol
|
|
|
|
g_scanner_remove_symbol
|
|
|
|
g_scanner_foreach_symbol
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_scanner_freeze_symbol_table
|
|
|
|
g_scanner_thaw_symbol_table
|
|
|
|
g_scanner_lookup_symbol
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_scanner_warn
|
|
|
|
g_scanner_error
|
|
|
|
g_scanner_unexp_token
|
|
|
|
GScannerMsgFunc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
G_CSET_a_2_z
|
|
|
|
G_CSET_A_2_Z
|
2000-09-06 00:04:49 +00:00
|
|
|
G_CSET_DIGITS
|
1999-08-16 17:58:30 +00:00
|
|
|
G_CSET_LATINC
|
|
|
|
G_CSET_LATINS
|
2007-03-16 15:02:14 +00:00
|
|
|
GTokenType
|
|
|
|
GTokenValue
|
|
|
|
GErrorType
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
</SECTION>
|
|
|
|
|
2004-10-23 06:23:18 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Key-value file parser</TITLE>
|
|
|
|
<FILE>keyfile</FILE>
|
|
|
|
GKeyFile
|
|
|
|
G_KEY_FILE_ERROR
|
|
|
|
GKeyFileError
|
|
|
|
GKeyFileFlags
|
2007-05-30 14:25:34 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2004-10-23 06:23:18 +00:00
|
|
|
g_key_file_new
|
|
|
|
g_key_file_free
|
2009-05-25 15:07:27 +02:00
|
|
|
g_key_file_ref
|
|
|
|
g_key_file_unref
|
2004-10-23 06:23:18 +00:00
|
|
|
g_key_file_set_list_separator
|
|
|
|
g_key_file_load_from_file
|
|
|
|
g_key_file_load_from_data
|
2016-06-20 10:01:01 -07:00
|
|
|
g_key_file_load_from_bytes
|
2004-10-23 06:23:18 +00:00
|
|
|
g_key_file_load_from_data_dirs
|
2007-07-22 04:14:54 +00:00
|
|
|
g_key_file_load_from_dirs
|
2004-10-23 06:23:18 +00:00
|
|
|
g_key_file_to_data
|
2013-10-03 12:39:53 -04:00
|
|
|
g_key_file_save_to_file
|
2004-10-23 06:23:18 +00:00
|
|
|
g_key_file_get_start_group
|
|
|
|
g_key_file_get_groups
|
|
|
|
g_key_file_get_keys
|
|
|
|
g_key_file_has_group
|
|
|
|
g_key_file_has_key
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_key_file_get_value
|
|
|
|
g_key_file_get_string
|
|
|
|
g_key_file_get_locale_string
|
2013-10-28 17:53:58 -07:00
|
|
|
g_key_file_get_locale_for_key
|
2004-10-23 06:23:18 +00:00
|
|
|
g_key_file_get_boolean
|
|
|
|
g_key_file_get_integer
|
2010-05-08 21:30:27 -04:00
|
|
|
g_key_file_get_int64
|
|
|
|
g_key_file_get_uint64
|
2006-04-19 02:59:37 +00:00
|
|
|
g_key_file_get_double
|
2004-10-23 06:23:18 +00:00
|
|
|
g_key_file_get_string_list
|
|
|
|
g_key_file_get_locale_string_list
|
|
|
|
g_key_file_get_boolean_list
|
|
|
|
g_key_file_get_integer_list
|
2006-04-19 02:59:37 +00:00
|
|
|
g_key_file_get_double_list
|
2004-10-26 16:10:52 +00:00
|
|
|
g_key_file_get_comment
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_key_file_set_value
|
|
|
|
g_key_file_set_string
|
|
|
|
g_key_file_set_locale_string
|
|
|
|
g_key_file_set_boolean
|
|
|
|
g_key_file_set_integer
|
2010-05-08 21:30:27 -04:00
|
|
|
g_key_file_set_int64
|
|
|
|
g_key_file_set_uint64
|
2006-04-19 02:59:37 +00:00
|
|
|
g_key_file_set_double
|
2004-10-26 16:10:52 +00:00
|
|
|
g_key_file_set_string_list
|
|
|
|
g_key_file_set_locale_string_list
|
|
|
|
g_key_file_set_boolean_list
|
2004-10-23 06:23:18 +00:00
|
|
|
g_key_file_set_integer_list
|
2006-04-19 02:59:37 +00:00
|
|
|
g_key_file_set_double_list
|
2004-10-26 16:10:52 +00:00
|
|
|
g_key_file_set_comment
|
|
|
|
g_key_file_remove_group
|
|
|
|
g_key_file_remove_key
|
|
|
|
g_key_file_remove_comment
|
|
|
|
|
2007-05-30 14:25:34 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
G_KEY_FILE_DESKTOP_GROUP
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_TYPE
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_VERSION
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_NAME
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_COMMENT
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_ICON
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_HIDDEN
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_TRY_EXEC
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_EXEC
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_PATH
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_TERMINAL
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_MIME_TYPE
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_CATEGORIES
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_URL
|
2014-11-29 08:39:24 -05:00
|
|
|
G_KEY_FILE_DESKTOP_KEY_ACTIONS
|
|
|
|
G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE
|
2007-05-30 14:25:34 +00:00
|
|
|
G_KEY_FILE_DESKTOP_TYPE_APPLICATION
|
|
|
|
G_KEY_FILE_DESKTOP_TYPE_LINK
|
|
|
|
G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
|
|
|
|
|
2004-10-23 06:23:18 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
g_key_file_error_quark
|
2011-12-13 23:00:16 -05:00
|
|
|
g_key_file_get_type
|
2004-10-23 06:23:18 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2006-03-27 18:25:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Bookmark file parser</TITLE>
|
|
|
|
<FILE>bookmarkfile</FILE>
|
|
|
|
GBookmarkFile
|
|
|
|
G_BOOKMARK_FILE_ERROR
|
|
|
|
GBookmarkFileError
|
|
|
|
g_bookmark_file_new
|
|
|
|
g_bookmark_file_free
|
|
|
|
g_bookmark_file_load_from_file
|
|
|
|
g_bookmark_file_load_from_data
|
|
|
|
g_bookmark_file_load_from_data_dirs
|
|
|
|
g_bookmark_file_to_data
|
|
|
|
g_bookmark_file_to_file
|
|
|
|
g_bookmark_file_has_item
|
|
|
|
g_bookmark_file_has_group
|
|
|
|
g_bookmark_file_has_application
|
|
|
|
g_bookmark_file_get_size
|
|
|
|
g_bookmark_file_get_uris G_GNUC_MALLOC
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_bookmark_file_get_title
|
|
|
|
g_bookmark_file_get_description
|
|
|
|
g_bookmark_file_get_mime_type
|
|
|
|
g_bookmark_file_get_is_private
|
|
|
|
g_bookmark_file_get_icon
|
|
|
|
g_bookmark_file_get_added
|
2020-05-28 10:46:07 +01:00
|
|
|
g_bookmark_file_get_added_date_time
|
2006-03-27 18:25:33 +00:00
|
|
|
g_bookmark_file_get_modified
|
2020-05-28 10:46:07 +01:00
|
|
|
g_bookmark_file_get_modified_date_time
|
2006-03-27 18:25:33 +00:00
|
|
|
g_bookmark_file_get_visited
|
2020-05-28 10:46:07 +01:00
|
|
|
g_bookmark_file_get_visited_date_time
|
2006-03-27 18:25:33 +00:00
|
|
|
g_bookmark_file_get_groups
|
|
|
|
g_bookmark_file_get_applications
|
|
|
|
g_bookmark_file_get_app_info
|
2020-05-28 10:46:07 +01:00
|
|
|
g_bookmark_file_get_application_info
|
2006-03-27 18:25:33 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_bookmark_file_set_title
|
|
|
|
g_bookmark_file_set_description
|
|
|
|
g_bookmark_file_set_mime_type
|
|
|
|
g_bookmark_file_set_is_private
|
|
|
|
g_bookmark_file_set_icon
|
|
|
|
g_bookmark_file_set_added
|
2020-05-28 10:46:07 +01:00
|
|
|
g_bookmark_file_set_added_date_time
|
2006-03-27 18:25:33 +00:00
|
|
|
g_bookmark_file_set_groups
|
|
|
|
g_bookmark_file_set_modified
|
2020-05-28 10:46:07 +01:00
|
|
|
g_bookmark_file_set_modified_date_time
|
2006-03-27 18:25:33 +00:00
|
|
|
g_bookmark_file_set_visited
|
2020-05-28 10:46:07 +01:00
|
|
|
g_bookmark_file_set_visited_date_time
|
2006-03-27 18:25:33 +00:00
|
|
|
g_bookmark_file_set_app_info
|
2020-05-28 10:46:07 +01:00
|
|
|
g_bookmark_file_set_application_info
|
2006-03-27 18:25:33 +00:00
|
|
|
g_bookmark_file_add_group
|
|
|
|
g_bookmark_file_add_application
|
|
|
|
g_bookmark_file_remove_group
|
|
|
|
g_bookmark_file_remove_application
|
|
|
|
g_bookmark_file_remove_item
|
|
|
|
g_bookmark_file_move_item
|
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_bookmark_file_error_quark
|
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Dynamic Loading of Modules</TITLE>
|
|
|
|
<FILE>modules</FILE>
|
2000-10-05 15:56:41 +00:00
|
|
|
<INCLUDE>gmodule.h</INCLUDE>
|
1999-08-16 17:58:30 +00:00
|
|
|
GModule
|
|
|
|
g_module_supported
|
|
|
|
g_module_build_path
|
|
|
|
g_module_open
|
|
|
|
GModuleFlags
|
|
|
|
g_module_symbol
|
|
|
|
g_module_name
|
|
|
|
g_module_make_resident
|
|
|
|
g_module_close
|
|
|
|
g_module_error
|
|
|
|
<SUBSECTION>
|
|
|
|
GModuleCheckInit
|
|
|
|
GModuleUnload
|
Determine the suffix of the shared librarries for this system. This is
2000-12-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Determine the suffix of the shared librarries for
this system. This is done analogous to
ltconfig.sh. G_MODULE_SUFFIX in glibconfig.h is set to either
"sl", "dll", or (most often) "so".
* tests/Makefile.am, tests/module-test.c,
tests/libmoduletestplugin_a.c, tests/libmoduletestplugin_b.c:
Added new testcase for gmodule. This is mostly copied from
gmodule/testgmodule.c, but unlike that is is quiet. (Why BTW are
some tests that verbose, not to say loquacious...)
* gmodule.c: Make g_module_open more tolerant wrt to the module
name. First it tries to open the module as named, if that fails,
it checks, whether it is a libtool archive and parses it, if that
fails it appends the systems shared library suffix
(i.e. ".so") (if not already found) and tries again and if that
fails it tries to append the ".la" libtool suffix (if not already
found) and parses it.
* gmodule.c: Lock recursive mutex during most module functions for
safety.
* gmodule-dl.c: Return an error from _g_module_symbol only, if
dlerror says so. All other functions return an error as well, if
dlerror returns NULL.
* testgmodule.c: Thanks to the above change the #ifdefs have
vanished.
* glib/glib-sections.txt: Added G_MODULE_SUFFIX.
* glib/tmpl/modules.sgml: Updated.
2000-12-22 13:44:25 +00:00
|
|
|
G_MODULE_SUFFIX
|
1999-08-16 17:58:30 +00:00
|
|
|
G_MODULE_EXPORT
|
|
|
|
G_MODULE_IMPORT
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Automatic String Completion</TITLE>
|
|
|
|
<FILE>completion</FILE>
|
|
|
|
GCompletion
|
|
|
|
g_completion_new
|
|
|
|
GCompletionFunc
|
|
|
|
g_completion_add_items
|
|
|
|
g_completion_remove_items
|
|
|
|
g_completion_clear_items
|
|
|
|
g_completion_complete
|
2004-02-04 23:54:17 +00:00
|
|
|
g_completion_complete_utf8
|
2001-01-05 20:48:43 +00:00
|
|
|
g_completion_set_compare
|
|
|
|
GCompletionStrncmpFunc
|
1999-08-16 17:58:30 +00:00
|
|
|
g_completion_free
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2006-01-02 13:50:15 +00:00
|
|
|
<TITLE>Windows Compatibility Functions</TITLE>
|
1999-08-16 17:58:30 +00:00
|
|
|
<FILE>windows</FILE>
|
|
|
|
MAXPATHLEN
|
2015-01-26 11:17:28 +08:00
|
|
|
GWin32OSType
|
1999-08-16 17:58:30 +00:00
|
|
|
|
2015-01-26 11:17:28 +08:00
|
|
|
g_win32_check_windows_version
|
2014-01-12 12:13:42 -05:00
|
|
|
g_win32_get_command_line
|
2000-09-06 00:04:49 +00:00
|
|
|
g_win32_error_message
|
|
|
|
g_win32_getlocale
|
2001-05-19 05:32:50 +00:00
|
|
|
g_win32_get_package_installation_directory
|
2008-02-25 19:32:42 +00:00
|
|
|
g_win32_get_package_installation_directory_of_module
|
2001-05-19 05:32:50 +00:00
|
|
|
g_win32_get_package_installation_subdirectory
|
2004-09-16 14:16:18 +00:00
|
|
|
g_win32_get_windows_version
|
2005-05-01 21:37:37 +00:00
|
|
|
g_win32_locale_filename_from_utf8
|
2001-11-22 18:54:47 +00:00
|
|
|
G_WIN32_DLLMAIN_FOR_DLL_NAME
|
2004-09-16 14:16:18 +00:00
|
|
|
G_WIN32_HAVE_WIDECHAR_API
|
|
|
|
G_WIN32_IS_NT_BASED
|
2001-11-22 18:54:47 +00:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SUBSECTION Private>
|
2000-09-06 00:04:49 +00:00
|
|
|
g_win32_ftruncate
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
</SECTION>
|
|
|
|
|
glib-unix: New Unix-specific API
GLib historically has been designed to be "mostly" portable; there
are some functions only available on Unix like g_io_channel_unix_new(),
but these are typically paired with obvious counterparts for Win32.
However, as GLib is used not only by portable software, but components
targeting Unix (or even just Linux), there are a few cases where it
would be very convenient if GLib shipped built-in functionality.
This initial patch is a basic wrapper around pipe2(), including
fallbacks for older kernels. This pairs well with the
existing g_spawn_*() API and its child_setup functionality.
However, in the future, I want to add a signal() wrapper here,
complete with proxying the signal to a mainloop. I have initial code
for this, but doing it sanely (including factoring out gmain.c's
private worker thread), is a complex task, and I don't want to block
on that.
See also gwin32.h for Win32 specific functionality.
https://bugzilla.gnome.org/show_bug.cgi?id=644941
2011-03-16 13:54:28 -04:00
|
|
|
<SECTION>
|
2011-03-17 10:11:41 -04:00
|
|
|
<TITLE>UNIX-specific utilities and integration</TITLE>
|
glib-unix: New Unix-specific API
GLib historically has been designed to be "mostly" portable; there
are some functions only available on Unix like g_io_channel_unix_new(),
but these are typically paired with obvious counterparts for Win32.
However, as GLib is used not only by portable software, but components
targeting Unix (or even just Linux), there are a few cases where it
would be very convenient if GLib shipped built-in functionality.
This initial patch is a basic wrapper around pipe2(), including
fallbacks for older kernels. This pairs well with the
existing g_spawn_*() API and its child_setup functionality.
However, in the future, I want to add a signal() wrapper here,
complete with proxying the signal to a mainloop. I have initial code
for this, but doing it sanely (including factoring out gmain.c's
private worker thread), is a complex task, and I don't want to block
on that.
See also gwin32.h for Win32 specific functionality.
https://bugzilla.gnome.org/show_bug.cgi?id=644941
2011-03-16 13:54:28 -04:00
|
|
|
<FILE>gunix</FILE>
|
|
|
|
G_UNIX_ERROR
|
2011-05-03 16:31:34 -04:00
|
|
|
g_unix_open_pipe
|
2013-01-14 14:47:16 -05:00
|
|
|
g_unix_set_fd_nonblocking
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2011-08-30 09:45:52 -04:00
|
|
|
g_unix_signal_add
|
|
|
|
g_unix_signal_add_full
|
2011-03-17 10:11:41 -04:00
|
|
|
g_unix_signal_source_new
|
2013-01-14 14:47:16 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
2013-02-03 13:17:59 -05:00
|
|
|
GUnixFDSourceFunc
|
2013-01-14 14:47:16 -05:00
|
|
|
g_unix_fd_add
|
|
|
|
g_unix_fd_add_full
|
|
|
|
g_unix_fd_source_new
|
glib-unix: New Unix-specific API
GLib historically has been designed to be "mostly" portable; there
are some functions only available on Unix like g_io_channel_unix_new(),
but these are typically paired with obvious counterparts for Win32.
However, as GLib is used not only by portable software, but components
targeting Unix (or even just Linux), there are a few cases where it
would be very convenient if GLib shipped built-in functionality.
This initial patch is a basic wrapper around pipe2(), including
fallbacks for older kernels. This pairs well with the
existing g_spawn_*() API and its child_setup functionality.
However, in the future, I want to add a signal() wrapper here,
complete with proxying the signal to a mainloop. I have initial code
for this, but doing it sanely (including factoring out gmain.c's
private worker thread), is a complex task, and I don't want to block
on that.
See also gwin32.h for Win32 specific functionality.
https://bugzilla.gnome.org/show_bug.cgi?id=644941
2011-03-16 13:54:28 -04:00
|
|
|
|
2019-06-11 13:52:48 +01:00
|
|
|
<SUBSECTION>
|
|
|
|
g_unix_get_passwd_entry
|
|
|
|
|
2011-05-29 00:05:07 -04:00
|
|
|
<SUBSECTION Private>
|
|
|
|
g_unix_error_quark
|
glib-unix: New Unix-specific API
GLib historically has been designed to be "mostly" portable; there
are some functions only available on Unix like g_io_channel_unix_new(),
but these are typically paired with obvious counterparts for Win32.
However, as GLib is used not only by portable software, but components
targeting Unix (or even just Linux), there are a few cases where it
would be very convenient if GLib shipped built-in functionality.
This initial patch is a basic wrapper around pipe2(), including
fallbacks for older kernels. This pairs well with the
existing g_spawn_*() API and its child_setup functionality.
However, in the future, I want to add a signal() wrapper here,
complete with proxying the signal to a mainloop. I have initial code
for this, but doing it sanely (including factoring out gmain.c's
private worker thread), is a complex task, and I don't want to block
on that.
See also gwin32.h for Win32 specific functionality.
https://bugzilla.gnome.org/show_bug.cgi?id=644941
2011-03-16 13:54:28 -04:00
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
# Data Structures
|
|
|
|
|
2005-12-03 06:29:12 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Memory Slices</TITLE>
|
|
|
|
<FILE>memory_slices</FILE>
|
|
|
|
g_slice_alloc
|
|
|
|
g_slice_alloc0
|
2007-06-13 18:58:49 +00:00
|
|
|
g_slice_copy
|
2005-12-03 06:29:12 +00:00
|
|
|
g_slice_free1
|
2005-12-05 16:04:28 +00:00
|
|
|
g_slice_free_chain_with_offset
|
2005-12-03 06:29:12 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_slice_new
|
|
|
|
g_slice_new0
|
2007-06-13 18:58:49 +00:00
|
|
|
g_slice_dup
|
2005-12-03 06:29:12 +00:00
|
|
|
g_slice_free
|
2005-12-05 16:04:28 +00:00
|
|
|
g_slice_free_chain
|
2005-12-03 06:29:12 +00:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
GSliceConfig
|
|
|
|
g_slice_set_config
|
|
|
|
g_slice_get_config
|
|
|
|
g_slice_get_config_state
|
2014-11-29 08:39:24 -05:00
|
|
|
g_slice_debug_tree_statistics
|
2005-12-03 06:29:12 +00:00
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Doubly-Linked Lists</TITLE>
|
|
|
|
<FILE>linked_lists_double</FILE>
|
|
|
|
GList
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_list_append
|
|
|
|
g_list_prepend
|
|
|
|
g_list_insert
|
2001-09-10 15:50:02 +00:00
|
|
|
g_list_insert_before
|
2018-11-15 11:43:12 -08:00
|
|
|
g_list_insert_before_link
|
1999-08-16 17:58:30 +00:00
|
|
|
g_list_insert_sorted
|
|
|
|
g_list_remove
|
|
|
|
g_list_remove_link
|
2000-09-06 00:04:49 +00:00
|
|
|
g_list_delete_link
|
2001-05-04 17:01:56 +00:00
|
|
|
g_list_remove_all
|
1999-08-16 17:58:30 +00:00
|
|
|
g_list_free
|
2009-10-16 12:19:06 +02:00
|
|
|
g_list_free_full
|
2019-11-23 17:41:54 +01:00
|
|
|
g_clear_list
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_list_alloc
|
|
|
|
g_list_free_1
|
2005-12-19 21:22:29 +00:00
|
|
|
g_list_free1
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_list_length
|
|
|
|
g_list_copy
|
2012-06-21 12:23:23 -03:00
|
|
|
g_list_copy_deep
|
1999-08-16 17:58:30 +00:00
|
|
|
g_list_reverse
|
|
|
|
g_list_sort
|
2000-10-30 14:49:50 +00:00
|
|
|
GCompareFunc
|
2005-12-07 11:35:27 +00:00
|
|
|
g_list_insert_sorted_with_data
|
2001-10-04 22:26:23 +00:00
|
|
|
g_list_sort_with_data
|
|
|
|
GCompareDataFunc
|
1999-08-16 17:58:30 +00:00
|
|
|
g_list_concat
|
|
|
|
g_list_foreach
|
|
|
|
GFunc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_list_first
|
|
|
|
g_list_last
|
|
|
|
g_list_previous
|
|
|
|
g_list_next
|
|
|
|
g_list_nth
|
|
|
|
g_list_nth_data
|
2001-05-04 17:01:56 +00:00
|
|
|
g_list_nth_prev
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_list_find
|
|
|
|
g_list_find_custom
|
|
|
|
g_list_position
|
|
|
|
g_list_index
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Singly-Linked Lists</TITLE>
|
|
|
|
<FILE>linked_lists_single</FILE>
|
|
|
|
GSList
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_slist_alloc
|
|
|
|
g_slist_append
|
|
|
|
g_slist_prepend
|
|
|
|
g_slist_insert
|
2000-09-06 00:04:49 +00:00
|
|
|
g_slist_insert_before
|
1999-08-16 17:58:30 +00:00
|
|
|
g_slist_insert_sorted
|
|
|
|
g_slist_remove
|
|
|
|
g_slist_remove_link
|
2000-09-06 00:04:49 +00:00
|
|
|
g_slist_delete_link
|
2001-05-04 17:01:56 +00:00
|
|
|
g_slist_remove_all
|
1999-08-16 17:58:30 +00:00
|
|
|
g_slist_free
|
2009-10-16 12:19:06 +02:00
|
|
|
g_slist_free_full
|
1999-08-16 17:58:30 +00:00
|
|
|
g_slist_free_1
|
2005-12-03 06:36:01 +00:00
|
|
|
g_slist_free1
|
2019-11-23 17:41:54 +01:00
|
|
|
g_clear_slist
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_slist_length
|
|
|
|
g_slist_copy
|
2012-06-21 12:23:23 -03:00
|
|
|
g_slist_copy_deep
|
1999-08-16 17:58:30 +00:00
|
|
|
g_slist_reverse
|
2005-12-07 11:35:27 +00:00
|
|
|
g_slist_insert_sorted_with_data
|
1999-08-16 17:58:30 +00:00
|
|
|
g_slist_sort
|
2000-12-05 20:43:58 +00:00
|
|
|
g_slist_sort_with_data
|
1999-08-16 17:58:30 +00:00
|
|
|
g_slist_concat
|
|
|
|
g_slist_foreach
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_slist_last
|
|
|
|
g_slist_next
|
|
|
|
g_slist_nth
|
|
|
|
g_slist_nth_data
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_slist_find
|
|
|
|
g_slist_find_custom
|
|
|
|
g_slist_position
|
|
|
|
g_slist_index
|
|
|
|
</SECTION>
|
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SECTION>
|
2000-09-06 04:32:45 +00:00
|
|
|
<TITLE>Double-ended Queues</TITLE>
|
2000-09-06 00:04:49 +00:00
|
|
|
<FILE>queue</FILE>
|
|
|
|
|
|
|
|
GQueue
|
|
|
|
g_queue_new
|
|
|
|
g_queue_free
|
2012-01-06 22:43:19 +05:30
|
|
|
g_queue_free_full
|
2007-03-06 18:43:10 +00:00
|
|
|
G_QUEUE_INIT
|
|
|
|
g_queue_init
|
|
|
|
g_queue_clear
|
2018-12-22 14:36:56 +05:30
|
|
|
g_queue_clear_full
|
2004-02-24 19:27:19 +00:00
|
|
|
g_queue_is_empty
|
|
|
|
g_queue_get_length
|
|
|
|
g_queue_reverse
|
|
|
|
g_queue_copy
|
|
|
|
g_queue_foreach
|
|
|
|
g_queue_find
|
|
|
|
g_queue_find_custom
|
|
|
|
g_queue_sort
|
2000-09-06 00:04:49 +00:00
|
|
|
g_queue_push_head
|
|
|
|
g_queue_push_tail
|
2004-02-24 19:27:19 +00:00
|
|
|
g_queue_push_nth
|
2000-09-06 00:04:49 +00:00
|
|
|
g_queue_pop_head
|
|
|
|
g_queue_pop_tail
|
2004-02-24 19:27:19 +00:00
|
|
|
g_queue_pop_nth
|
2000-09-06 00:04:49 +00:00
|
|
|
g_queue_peek_head
|
|
|
|
g_queue_peek_tail
|
2004-02-24 19:27:19 +00:00
|
|
|
g_queue_peek_nth
|
|
|
|
g_queue_index
|
|
|
|
g_queue_remove
|
|
|
|
g_queue_remove_all
|
|
|
|
g_queue_insert_before
|
2019-01-07 12:24:42 -08:00
|
|
|
g_queue_insert_before_link
|
2004-02-24 19:27:19 +00:00
|
|
|
g_queue_insert_after
|
2019-01-07 12:24:42 -08:00
|
|
|
g_queue_insert_after_link
|
2004-02-24 19:27:19 +00:00
|
|
|
g_queue_insert_sorted
|
2000-09-06 00:04:49 +00:00
|
|
|
g_queue_push_head_link
|
|
|
|
g_queue_push_tail_link
|
2004-02-24 19:27:19 +00:00
|
|
|
g_queue_push_nth_link
|
2000-09-06 00:04:49 +00:00
|
|
|
g_queue_pop_head_link
|
|
|
|
g_queue_pop_tail_link
|
2004-02-24 19:27:19 +00:00
|
|
|
g_queue_pop_nth_link
|
|
|
|
g_queue_peek_head_link
|
|
|
|
g_queue_peek_tail_link
|
|
|
|
g_queue_peek_nth_link
|
|
|
|
g_queue_link_index
|
|
|
|
g_queue_unlink
|
|
|
|
g_queue_delete_link
|
2000-09-06 00:04:49 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2007-02-03 23:24:50 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Sequences</TITLE>
|
|
|
|
<FILE>sequence</FILE>
|
|
|
|
|
|
|
|
GSequence
|
|
|
|
GSequenceIter
|
|
|
|
GSequenceIterCompareFunc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_sequence_new
|
|
|
|
g_sequence_free
|
|
|
|
g_sequence_get_length
|
2015-09-21 13:24:44 -04:00
|
|
|
g_sequence_is_empty
|
2007-02-03 23:24:50 +00:00
|
|
|
g_sequence_foreach
|
|
|
|
g_sequence_foreach_range
|
|
|
|
g_sequence_sort
|
|
|
|
g_sequence_sort_iter
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_sequence_get_begin_iter
|
|
|
|
g_sequence_get_end_iter
|
|
|
|
g_sequence_get_iter_at_pos
|
|
|
|
g_sequence_append
|
|
|
|
g_sequence_prepend
|
|
|
|
g_sequence_insert_before
|
|
|
|
g_sequence_move
|
|
|
|
g_sequence_swap
|
|
|
|
g_sequence_insert_sorted
|
|
|
|
g_sequence_insert_sorted_iter
|
|
|
|
g_sequence_sort_changed
|
|
|
|
g_sequence_sort_changed_iter
|
|
|
|
g_sequence_remove
|
|
|
|
g_sequence_remove_range
|
|
|
|
g_sequence_move_range
|
|
|
|
g_sequence_search
|
|
|
|
g_sequence_search_iter
|
2010-04-30 13:55:53 +02:00
|
|
|
g_sequence_lookup
|
|
|
|
g_sequence_lookup_iter
|
2007-02-03 23:24:50 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_sequence_get
|
|
|
|
g_sequence_set
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_sequence_iter_is_begin
|
|
|
|
g_sequence_iter_is_end
|
|
|
|
g_sequence_iter_next
|
|
|
|
g_sequence_iter_prev
|
|
|
|
g_sequence_iter_get_position
|
|
|
|
g_sequence_iter_move
|
|
|
|
g_sequence_iter_get_sequence
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_sequence_iter_compare
|
|
|
|
g_sequence_range_get_midpoint
|
|
|
|
</SECTION>
|
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Trash Stacks</TITLE>
|
|
|
|
<FILE>trash_stack</FILE>
|
|
|
|
GTrashStack
|
|
|
|
|
|
|
|
g_trash_stack_push
|
|
|
|
g_trash_stack_pop
|
|
|
|
g_trash_stack_peek
|
|
|
|
g_trash_stack_height
|
|
|
|
</SECTION>
|
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Hash Tables</TITLE>
|
|
|
|
<FILE>hash_tables</FILE>
|
|
|
|
GHashTable
|
|
|
|
g_hash_table_new
|
2001-05-04 17:01:56 +00:00
|
|
|
g_hash_table_new_full
|
1999-08-16 17:58:30 +00:00
|
|
|
GHashFunc
|
2000-10-30 14:49:50 +00:00
|
|
|
GEqualFunc
|
1999-08-16 17:58:30 +00:00
|
|
|
g_hash_table_insert
|
2001-05-04 17:01:56 +00:00
|
|
|
g_hash_table_replace
|
2012-01-06 10:09:32 -05:00
|
|
|
g_hash_table_add
|
|
|
|
g_hash_table_contains
|
1999-08-16 17:58:30 +00:00
|
|
|
g_hash_table_size
|
|
|
|
g_hash_table_lookup
|
|
|
|
g_hash_table_lookup_extended
|
|
|
|
g_hash_table_foreach
|
2004-02-24 19:27:19 +00:00
|
|
|
g_hash_table_find
|
1999-08-16 17:58:30 +00:00
|
|
|
GHFunc
|
|
|
|
g_hash_table_remove
|
2001-05-04 17:01:56 +00:00
|
|
|
g_hash_table_steal
|
2018-04-16 16:02:13 +01:00
|
|
|
g_hash_table_steal_extended
|
1999-08-16 17:58:30 +00:00
|
|
|
g_hash_table_foreach_remove
|
2001-05-04 17:01:56 +00:00
|
|
|
g_hash_table_foreach_steal
|
2006-06-01 14:16:39 +00:00
|
|
|
g_hash_table_remove_all
|
|
|
|
g_hash_table_steal_all
|
2007-04-11 13:09:55 +00:00
|
|
|
g_hash_table_get_keys
|
|
|
|
g_hash_table_get_values
|
2013-10-26 18:48:42 -07:00
|
|
|
g_hash_table_get_keys_as_array
|
1999-08-16 17:58:30 +00:00
|
|
|
GHRFunc
|
|
|
|
g_hash_table_freeze
|
|
|
|
g_hash_table_thaw
|
|
|
|
g_hash_table_destroy
|
2005-11-23 04:29:43 +00:00
|
|
|
g_hash_table_ref
|
|
|
|
g_hash_table_unref
|
2007-12-15 03:54:09 +00:00
|
|
|
GHashTableIter
|
|
|
|
g_hash_table_iter_init
|
|
|
|
g_hash_table_iter_next
|
|
|
|
g_hash_table_iter_get_hash_table
|
2011-06-18 19:40:34 +02:00
|
|
|
g_hash_table_iter_replace
|
2007-12-15 03:54:09 +00:00
|
|
|
g_hash_table_iter_remove
|
|
|
|
g_hash_table_iter_steal
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_direct_equal
|
|
|
|
g_direct_hash
|
|
|
|
g_int_equal
|
|
|
|
g_int_hash
|
2009-04-25 22:41:07 -04:00
|
|
|
g_int64_equal
|
|
|
|
g_int64_hash
|
|
|
|
g_double_equal
|
|
|
|
g_double_hash
|
1999-08-16 17:58:30 +00:00
|
|
|
g_str_equal
|
|
|
|
g_str_hash
|
|
|
|
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Strings</TITLE>
|
|
|
|
<FILE>strings</FILE>
|
|
|
|
GString
|
|
|
|
g_string_new
|
2000-11-05 16:38:16 +00:00
|
|
|
g_string_new_len
|
1999-08-16 17:58:30 +00:00
|
|
|
g_string_sized_new
|
|
|
|
g_string_assign
|
|
|
|
g_string_sprintf
|
|
|
|
g_string_sprintfa
|
2007-06-15 12:43:54 +00:00
|
|
|
g_string_vprintf
|
|
|
|
g_string_append_vprintf
|
2001-05-19 05:32:50 +00:00
|
|
|
g_string_printf
|
2001-10-01 20:26:11 +00:00
|
|
|
g_string_append_printf
|
1999-08-16 17:58:30 +00:00
|
|
|
g_string_append
|
|
|
|
g_string_append_c
|
2001-09-10 15:50:02 +00:00
|
|
|
g_string_append_unichar
|
2000-09-06 00:04:49 +00:00
|
|
|
g_string_append_len
|
2007-11-29 03:14:06 +00:00
|
|
|
g_string_append_uri_escaped
|
1999-08-16 17:58:30 +00:00
|
|
|
g_string_prepend
|
|
|
|
g_string_prepend_c
|
2001-09-10 15:50:02 +00:00
|
|
|
g_string_prepend_unichar
|
2000-09-06 00:04:49 +00:00
|
|
|
g_string_prepend_len
|
1999-08-16 17:58:30 +00:00
|
|
|
g_string_insert
|
|
|
|
g_string_insert_c
|
2001-09-10 15:50:02 +00:00
|
|
|
g_string_insert_unichar
|
2000-09-06 00:04:49 +00:00
|
|
|
g_string_insert_len
|
2007-07-22 04:14:54 +00:00
|
|
|
g_string_overwrite
|
|
|
|
g_string_overwrite_len
|
1999-08-16 17:58:30 +00:00
|
|
|
g_string_erase
|
|
|
|
g_string_truncate
|
2001-06-30 15:22:13 +00:00
|
|
|
g_string_set_size
|
1999-08-16 17:58:30 +00:00
|
|
|
g_string_free
|
2012-05-29 17:58:41 -04:00
|
|
|
g_string_free_to_bytes
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_string_up
|
|
|
|
g_string_down
|
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_string_hash
|
|
|
|
g_string_equal
|
|
|
|
|
2011-05-29 00:05:07 -04:00
|
|
|
<SUBSECTION Private>
|
|
|
|
g_string_append_c_inline
|
2015-09-21 06:27:07 -04:00
|
|
|
g_autoptr_cleanup_gstring_free
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>String Chunks</TITLE>
|
|
|
|
<FILE>string_chunks</FILE>
|
|
|
|
GStringChunk
|
|
|
|
g_string_chunk_new
|
|
|
|
g_string_chunk_insert
|
|
|
|
g_string_chunk_insert_const
|
2003-03-31 22:08:08 +00:00
|
|
|
g_string_chunk_insert_len
|
2006-12-15 22:58:04 +00:00
|
|
|
g_string_chunk_clear
|
1999-08-16 17:58:30 +00:00
|
|
|
g_string_chunk_free
|
|
|
|
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Arrays</TITLE>
|
|
|
|
<FILE>arrays</FILE>
|
|
|
|
GArray
|
|
|
|
g_array_new
|
2019-07-30 19:22:05 +02:00
|
|
|
g_array_steal
|
2000-09-06 00:04:49 +00:00
|
|
|
g_array_sized_new
|
2019-05-28 09:46:20 +02:00
|
|
|
g_array_copy
|
2009-04-29 11:15:20 -04:00
|
|
|
g_array_ref
|
|
|
|
g_array_unref
|
|
|
|
g_array_get_element_size
|
1999-08-16 17:58:30 +00:00
|
|
|
g_array_append_val
|
|
|
|
g_array_append_vals
|
|
|
|
g_array_prepend_val
|
|
|
|
g_array_prepend_vals
|
|
|
|
g_array_insert_val
|
|
|
|
g_array_insert_vals
|
|
|
|
g_array_remove_index
|
|
|
|
g_array_remove_index_fast
|
2003-07-26 08:03:16 +00:00
|
|
|
g_array_remove_range
|
2000-12-05 20:43:58 +00:00
|
|
|
g_array_sort
|
|
|
|
g_array_sort_with_data
|
2019-05-16 14:34:58 +02:00
|
|
|
g_array_binary_search
|
1999-08-16 17:58:30 +00:00
|
|
|
g_array_index
|
|
|
|
g_array_set_size
|
2012-01-04 07:41:47 +00:00
|
|
|
g_array_set_clear_func
|
1999-08-16 17:58:30 +00:00
|
|
|
g_array_free
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Pointer Arrays</TITLE>
|
|
|
|
<FILE>arrays_pointer</FILE>
|
|
|
|
GPtrArray
|
|
|
|
g_ptr_array_new
|
2019-07-30 19:22:05 +02:00
|
|
|
g_ptr_array_steal
|
2000-09-06 00:04:49 +00:00
|
|
|
g_ptr_array_sized_new
|
2009-04-29 11:15:20 -04:00
|
|
|
g_ptr_array_new_with_free_func
|
2019-06-19 12:36:06 +02:00
|
|
|
g_ptr_array_copy
|
2011-07-14 10:51:06 +02:00
|
|
|
g_ptr_array_new_full
|
2009-04-29 11:15:20 -04:00
|
|
|
g_ptr_array_set_free_func
|
|
|
|
g_ptr_array_ref
|
|
|
|
g_ptr_array_unref
|
1999-08-16 17:58:30 +00:00
|
|
|
g_ptr_array_add
|
2019-06-19 12:40:27 +02:00
|
|
|
g_ptr_array_extend
|
2019-06-19 12:42:08 +02:00
|
|
|
g_ptr_array_extend_and_steal
|
2013-12-14 23:45:36 -05:00
|
|
|
g_ptr_array_insert
|
1999-08-16 17:58:30 +00:00
|
|
|
g_ptr_array_remove
|
|
|
|
g_ptr_array_remove_index
|
|
|
|
g_ptr_array_remove_fast
|
|
|
|
g_ptr_array_remove_index_fast
|
2003-07-26 08:03:16 +00:00
|
|
|
g_ptr_array_remove_range
|
2018-11-23 12:37:27 +00:00
|
|
|
g_ptr_array_steal_index
|
|
|
|
g_ptr_array_steal_index_fast
|
2000-12-05 20:43:58 +00:00
|
|
|
g_ptr_array_sort
|
|
|
|
g_ptr_array_sort_with_data
|
1999-08-16 17:58:30 +00:00
|
|
|
g_ptr_array_set_size
|
|
|
|
g_ptr_array_index
|
|
|
|
g_ptr_array_free
|
2003-12-26 01:04:12 +00:00
|
|
|
g_ptr_array_foreach
|
2013-04-15 15:04:34 +02:00
|
|
|
g_ptr_array_find
|
|
|
|
g_ptr_array_find_with_equal_func
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Byte Arrays</TITLE>
|
|
|
|
<FILE>arrays_byte</FILE>
|
2011-11-11 17:08:26 +01:00
|
|
|
<SUBSECTION>
|
1999-08-16 17:58:30 +00:00
|
|
|
GByteArray
|
|
|
|
g_byte_array_new
|
2019-07-30 19:22:05 +02:00
|
|
|
g_byte_array_steal
|
2011-11-11 17:08:26 +01:00
|
|
|
g_byte_array_new_take
|
2000-09-06 00:04:49 +00:00
|
|
|
g_byte_array_sized_new
|
2009-04-29 11:15:20 -04:00
|
|
|
g_byte_array_ref
|
|
|
|
g_byte_array_unref
|
1999-08-16 17:58:30 +00:00
|
|
|
g_byte_array_append
|
|
|
|
g_byte_array_prepend
|
|
|
|
g_byte_array_remove_index
|
|
|
|
g_byte_array_remove_index_fast
|
2003-07-26 08:03:16 +00:00
|
|
|
g_byte_array_remove_range
|
2000-12-05 20:43:58 +00:00
|
|
|
g_byte_array_sort
|
|
|
|
g_byte_array_sort_with_data
|
1999-08-16 17:58:30 +00:00
|
|
|
g_byte_array_set_size
|
|
|
|
g_byte_array_free
|
2011-11-11 17:08:26 +01:00
|
|
|
g_byte_array_free_to_bytes
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GBytes
|
|
|
|
g_bytes_new
|
|
|
|
g_bytes_new_take
|
|
|
|
g_bytes_new_static
|
|
|
|
g_bytes_new_with_free_func
|
|
|
|
g_bytes_new_from_bytes
|
|
|
|
g_bytes_get_data
|
|
|
|
g_bytes_get_size
|
|
|
|
g_bytes_hash
|
|
|
|
g_bytes_equal
|
|
|
|
g_bytes_compare
|
|
|
|
g_bytes_ref
|
|
|
|
g_bytes_unref
|
|
|
|
g_bytes_unref_to_data
|
|
|
|
g_bytes_unref_to_array
|
2011-12-13 23:00:16 -05:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_bytes_get_type
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Balanced Binary Trees</TITLE>
|
|
|
|
<FILE>trees-binary</FILE>
|
|
|
|
GTree
|
|
|
|
g_tree_new
|
2009-07-05 12:30:54 +01:00
|
|
|
g_tree_ref
|
|
|
|
g_tree_unref
|
2000-12-05 20:43:58 +00:00
|
|
|
g_tree_new_with_data
|
2001-05-04 17:01:56 +00:00
|
|
|
g_tree_new_full
|
1999-08-16 17:58:30 +00:00
|
|
|
g_tree_insert
|
2001-05-04 17:01:56 +00:00
|
|
|
g_tree_replace
|
1999-08-16 17:58:30 +00:00
|
|
|
g_tree_nnodes
|
|
|
|
g_tree_height
|
|
|
|
g_tree_lookup
|
2001-05-04 17:01:56 +00:00
|
|
|
g_tree_lookup_extended
|
|
|
|
g_tree_foreach
|
1999-08-16 17:58:30 +00:00
|
|
|
g_tree_traverse
|
|
|
|
GTraverseFunc
|
2001-05-04 17:01:56 +00:00
|
|
|
g_tree_search
|
1999-08-16 17:58:30 +00:00
|
|
|
g_tree_remove
|
2001-05-04 17:01:56 +00:00
|
|
|
g_tree_steal
|
1999-08-16 17:58:30 +00:00
|
|
|
g_tree_destroy
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>N-ary Trees</TITLE>
|
|
|
|
<FILE>trees-nary</FILE>
|
|
|
|
GNode
|
|
|
|
g_node_new
|
2000-09-06 00:04:49 +00:00
|
|
|
g_node_copy
|
2004-02-21 23:56:54 +00:00
|
|
|
GCopyFunc
|
|
|
|
g_node_copy_deep
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_node_insert
|
|
|
|
g_node_insert_before
|
2000-09-29 23:13:02 +00:00
|
|
|
g_node_insert_after
|
1999-08-16 17:58:30 +00:00
|
|
|
g_node_append
|
|
|
|
g_node_prepend
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_node_insert_data
|
2012-01-21 22:17:18 +05:30
|
|
|
g_node_insert_data_after
|
1999-08-16 17:58:30 +00:00
|
|
|
g_node_insert_data_before
|
|
|
|
g_node_append_data
|
|
|
|
g_node_prepend_data
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_node_reverse_children
|
|
|
|
g_node_traverse
|
2014-01-19 22:23:51 -05:00
|
|
|
GTraverseType
|
1999-08-16 17:58:30 +00:00
|
|
|
GTraverseFlags
|
|
|
|
GNodeTraverseFunc
|
|
|
|
g_node_children_foreach
|
|
|
|
GNodeForeachFunc
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_node_get_root
|
|
|
|
g_node_find
|
|
|
|
g_node_find_child
|
|
|
|
g_node_child_index
|
|
|
|
g_node_child_position
|
|
|
|
g_node_first_child
|
|
|
|
g_node_last_child
|
|
|
|
g_node_nth_child
|
|
|
|
g_node_first_sibling
|
|
|
|
g_node_next_sibling
|
|
|
|
g_node_prev_sibling
|
|
|
|
g_node_last_sibling
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
G_NODE_IS_LEAF
|
|
|
|
G_NODE_IS_ROOT
|
|
|
|
g_node_depth
|
|
|
|
g_node_n_nodes
|
|
|
|
g_node_n_children
|
|
|
|
g_node_is_ancestor
|
|
|
|
g_node_max_height
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_node_unlink
|
|
|
|
g_node_destroy
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Quarks</TITLE>
|
|
|
|
<FILE>quarks</FILE>
|
|
|
|
GQuark
|
2012-08-27 23:34:30 -04:00
|
|
|
G_DEFINE_QUARK
|
1999-08-16 17:58:30 +00:00
|
|
|
g_quark_from_string
|
|
|
|
g_quark_from_static_string
|
|
|
|
g_quark_to_string
|
|
|
|
g_quark_try_string
|
2005-08-31 14:25:45 +00:00
|
|
|
g_intern_string
|
|
|
|
g_intern_static_string
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Keyed Data Lists</TITLE>
|
|
|
|
<FILE>datalist</FILE>
|
|
|
|
GData
|
|
|
|
g_datalist_init
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_datalist_id_set_data
|
|
|
|
g_datalist_id_set_data_full
|
|
|
|
g_datalist_id_get_data
|
|
|
|
g_datalist_id_remove_data
|
|
|
|
g_datalist_id_remove_no_notify
|
2012-08-29 00:01:15 -04:00
|
|
|
GDuplicateFunc
|
|
|
|
g_datalist_id_dup_data
|
|
|
|
g_datalist_id_replace_data
|
1999-08-16 17:58:30 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_datalist_set_data
|
|
|
|
g_datalist_set_data_full
|
|
|
|
g_datalist_get_data
|
|
|
|
g_datalist_remove_data
|
|
|
|
g_datalist_remove_no_notify
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_datalist_foreach
|
|
|
|
g_datalist_clear
|
2005-05-05 14:57:29 +00:00
|
|
|
g_datalist_set_flags
|
|
|
|
g_datalist_unset_flags
|
|
|
|
g_datalist_get_flags
|
|
|
|
G_DATALIST_FLAGS_MASK
|
1999-08-16 17:58:30 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Datasets</TITLE>
|
|
|
|
<FILE>datasets</FILE>
|
|
|
|
g_dataset_id_set_data
|
|
|
|
g_dataset_id_set_data_full
|
|
|
|
GDestroyNotify
|
|
|
|
g_dataset_id_get_data
|
|
|
|
g_dataset_id_remove_data
|
|
|
|
g_dataset_id_remove_no_notify
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_dataset_set_data
|
|
|
|
g_dataset_set_data_full
|
|
|
|
g_dataset_get_data
|
|
|
|
g_dataset_remove_data
|
|
|
|
g_dataset_remove_no_notify
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_dataset_foreach
|
|
|
|
GDataForeachFunc
|
|
|
|
g_dataset_destroy
|
|
|
|
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Relations and Tuples</TITLE>
|
|
|
|
<FILE>relations</FILE>
|
|
|
|
GRelation
|
|
|
|
g_relation_new
|
|
|
|
g_relation_index
|
|
|
|
g_relation_insert
|
|
|
|
g_relation_exists
|
|
|
|
g_relation_count
|
|
|
|
g_relation_select
|
|
|
|
g_relation_delete
|
|
|
|
g_relation_destroy
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_relation_print
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GTuples
|
|
|
|
g_tuples_destroy
|
|
|
|
g_tuples_index
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Caches</TITLE>
|
|
|
|
<FILE>caches</FILE>
|
|
|
|
GCache
|
|
|
|
g_cache_new
|
|
|
|
g_cache_insert
|
|
|
|
g_cache_remove
|
|
|
|
g_cache_destroy
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_cache_key_foreach
|
|
|
|
g_cache_value_foreach
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GCacheDestroyFunc
|
|
|
|
GCacheDupFunc
|
|
|
|
GCacheNewFunc
|
|
|
|
</SECTION>
|
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Random Numbers</TITLE>
|
|
|
|
<FILE>random_numbers</FILE>
|
|
|
|
GRand
|
|
|
|
g_rand_new_with_seed
|
2004-02-18 12:20:13 +00:00
|
|
|
g_rand_new_with_seed_array
|
2000-09-06 00:04:49 +00:00
|
|
|
g_rand_new
|
2004-02-18 12:20:13 +00:00
|
|
|
g_rand_copy
|
2000-09-06 00:04:49 +00:00
|
|
|
g_rand_free
|
|
|
|
g_rand_set_seed
|
2004-02-18 12:20:13 +00:00
|
|
|
g_rand_set_seed_array
|
2000-12-19 15:57:53 +00:00
|
|
|
g_rand_boolean
|
2000-09-06 00:04:49 +00:00
|
|
|
g_rand_int
|
|
|
|
g_rand_int_range
|
|
|
|
g_rand_double
|
|
|
|
g_rand_double_range
|
|
|
|
g_random_set_seed
|
2000-12-19 15:57:53 +00:00
|
|
|
g_random_boolean
|
2000-09-06 00:04:49 +00:00
|
|
|
g_random_int
|
|
|
|
g_random_int_range
|
|
|
|
g_random_double
|
|
|
|
g_random_double_range
|
|
|
|
</SECTION>
|
|
|
|
|
2000-10-19 15:21:04 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Character Set Conversion</TITLE>
|
|
|
|
<FILE>conversions</FILE>
|
|
|
|
g_convert
|
|
|
|
g_convert_with_fallback
|
Remove references to nonexisting functions
* glib/gmain.c: Remove references to nonexisting functions
g_source_set_callback_closure(), g_source_poll(), g_source_add()
from docs.
* glib/gdir.c (g_dir_open): Typo fix in docs.
* glib/gasyncqueue.c (g_async_queue_lock):
(g_async_queue_unref_and_unlock): Fix markup to avoid erroneous
<link>s in docs.
* glib/gwin32.c: Escape #'s leading to erroneous <link>s in docs.
* glib/gtree.c: Replace some occurances of Gtree by GTree in docs.
* glib/gstring.c (g_string_insert_unichar): Typo fix in docs.
* glib/tmpl/conversions.sgml: Add GIConv.
* glib/tmpl/main.sgml: Fix references to nonexisting functions
g_main_loop_destroy(), g_source_add(), g_source_connect().
* glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
* glib/tmpl/linked_lists_single.sgml:
* glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
* glib/glib-docs.sgml: Declare hash entity.
* glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
* gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
* glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
not SGML.
2002-05-26 22:46:28 +00:00
|
|
|
GIConv
|
2001-09-10 15:50:02 +00:00
|
|
|
g_convert_with_iconv
|
2000-10-19 15:21:04 +00:00
|
|
|
G_CONVERT_ERROR
|
2000-11-13 18:59:45 +00:00
|
|
|
g_iconv_open
|
|
|
|
g_iconv
|
|
|
|
g_iconv_close
|
|
|
|
g_locale_to_utf8
|
|
|
|
g_filename_to_utf8
|
|
|
|
g_filename_from_utf8
|
2004-11-02 21:29:33 +00:00
|
|
|
g_get_filename_charsets
|
|
|
|
g_filename_display_name
|
2004-12-15 16:34:49 +00:00
|
|
|
g_filename_display_basename
|
2000-11-13 18:59:45 +00:00
|
|
|
g_locale_from_utf8
|
2000-10-19 15:21:04 +00:00
|
|
|
GConvertError
|
2001-12-20 23:13:19 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_get_charset
|
2011-10-15 23:27:28 -04:00
|
|
|
g_get_codeset
|
2019-05-27 17:51:40 +00:00
|
|
|
g_get_console_charset
|
2001-12-20 23:13:19 +00:00
|
|
|
|
2000-10-19 15:21:04 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
g_convert_error_quark
|
|
|
|
</SECTION>
|
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Unicode Manipulation</TITLE>
|
|
|
|
<FILE>unicode</FILE>
|
|
|
|
gunichar
|
|
|
|
gunichar2
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2001-05-19 05:32:50 +00:00
|
|
|
g_unichar_validate
|
2000-09-06 00:04:49 +00:00
|
|
|
g_unichar_isalnum
|
|
|
|
g_unichar_isalpha
|
|
|
|
g_unichar_iscntrl
|
2007-05-03 23:42:05 +00:00
|
|
|
g_unichar_isdefined
|
2000-09-06 00:04:49 +00:00
|
|
|
g_unichar_isdigit
|
|
|
|
g_unichar_isgraph
|
|
|
|
g_unichar_islower
|
2007-05-03 23:42:05 +00:00
|
|
|
g_unichar_ismark
|
2000-09-06 00:04:49 +00:00
|
|
|
g_unichar_isprint
|
|
|
|
g_unichar_ispunct
|
|
|
|
g_unichar_isspace
|
2007-05-03 23:42:05 +00:00
|
|
|
g_unichar_istitle
|
2000-09-06 00:04:49 +00:00
|
|
|
g_unichar_isupper
|
|
|
|
g_unichar_isxdigit
|
|
|
|
g_unichar_iswide
|
2006-04-27 21:14:47 +00:00
|
|
|
g_unichar_iswide_cjk
|
2007-01-03 20:48:24 +00:00
|
|
|
g_unichar_iszerowidth
|
2000-09-06 00:04:49 +00:00
|
|
|
g_unichar_toupper
|
|
|
|
g_unichar_tolower
|
|
|
|
g_unichar_totitle
|
|
|
|
g_unichar_digit_value
|
|
|
|
g_unichar_xdigit_value
|
2011-07-13 22:07:11 -04:00
|
|
|
g_unichar_compose
|
|
|
|
g_unichar_decompose
|
2011-07-18 17:52:40 -04:00
|
|
|
g_unichar_fully_decompose
|
2011-12-06 19:41:31 +00:00
|
|
|
G_UNICHAR_MAX_DECOMPOSITION_LENGTH
|
2000-09-06 00:04:49 +00:00
|
|
|
GUnicodeType
|
2011-09-05 19:00:11 -04:00
|
|
|
G_UNICODE_COMBINING_MARK
|
2000-09-06 00:04:49 +00:00
|
|
|
g_unichar_type
|
2001-01-05 20:48:43 +00:00
|
|
|
GUnicodeBreakType
|
|
|
|
g_unichar_break_type
|
2007-07-19 13:46:05 +00:00
|
|
|
g_unichar_combining_class
|
2000-09-06 00:04:49 +00:00
|
|
|
g_unicode_canonical_ordering
|
|
|
|
g_unicode_canonical_decomposition
|
2003-09-29 22:04:28 +00:00
|
|
|
g_unichar_get_mirror_char
|
2006-10-09 04:23:58 +00:00
|
|
|
GUnicodeScript
|
|
|
|
g_unichar_get_script
|
2011-07-20 22:11:08 -04:00
|
|
|
g_unicode_script_from_iso15924
|
2011-07-20 19:04:29 -04:00
|
|
|
g_unicode_script_to_iso15924
|
2000-09-06 00:04:49 +00:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_utf8_next_char
|
|
|
|
g_utf8_get_char
|
2001-09-10 15:50:02 +00:00
|
|
|
g_utf8_get_char_validated
|
2000-09-06 00:04:49 +00:00
|
|
|
g_utf8_offset_to_pointer
|
|
|
|
g_utf8_pointer_to_offset
|
|
|
|
g_utf8_prev_char
|
|
|
|
g_utf8_find_next_char
|
|
|
|
g_utf8_find_prev_char
|
|
|
|
g_utf8_strlen
|
|
|
|
g_utf8_strncpy
|
|
|
|
g_utf8_strchr
|
|
|
|
g_utf8_strrchr
|
2002-08-12 21:28:45 +00:00
|
|
|
g_utf8_strreverse
|
2011-06-23 21:31:40 -04:00
|
|
|
g_utf8_substring
|
2000-10-19 15:21:04 +00:00
|
|
|
g_utf8_validate
|
2018-10-01 19:52:14 +01:00
|
|
|
g_utf8_validate_len
|
2016-10-13 12:42:09 +01:00
|
|
|
g_utf8_make_valid
|
2000-09-06 00:04:49 +00:00
|
|
|
|
2001-09-10 15:50:02 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_utf8_strup
|
|
|
|
g_utf8_strdown
|
|
|
|
g_utf8_casefold
|
|
|
|
g_utf8_normalize
|
|
|
|
GNormalizeMode
|
|
|
|
g_utf8_collate
|
|
|
|
g_utf8_collate_key
|
2005-06-08 05:22:05 +00:00
|
|
|
g_utf8_collate_key_for_filename
|
2001-09-10 15:50:02 +00:00
|
|
|
|
2000-09-06 00:04:49 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_utf8_to_utf16
|
|
|
|
g_utf8_to_ucs4
|
2001-01-05 20:48:43 +00:00
|
|
|
g_utf8_to_ucs4_fast
|
2000-09-06 00:04:49 +00:00
|
|
|
g_utf16_to_ucs4
|
|
|
|
g_utf16_to_utf8
|
|
|
|
g_ucs4_to_utf16
|
|
|
|
g_ucs4_to_utf8
|
|
|
|
g_unichar_to_utf8
|
2011-10-06 12:19:58 -04:00
|
|
|
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_utf8_skip
|
2000-09-06 00:04:49 +00:00
|
|
|
</SECTION>
|
2003-11-06 00:43:48 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>I18N</TITLE>
|
|
|
|
<FILE>i18n</FILE>
|
|
|
|
<INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
|
2010-07-12 17:32:44 -04:00
|
|
|
_
|
2003-11-06 00:43:48 +00:00
|
|
|
Q_
|
2007-11-23 07:50:54 +00:00
|
|
|
C_
|
2003-11-06 00:43:48 +00:00
|
|
|
N_
|
2008-07-18 18:14:04 +00:00
|
|
|
NC_
|
2008-06-11 23:37:49 +00:00
|
|
|
g_dgettext
|
2010-05-20 00:54:51 +02:00
|
|
|
g_dcgettext
|
2008-06-11 23:37:49 +00:00
|
|
|
g_dngettext
|
2007-11-23 07:50:54 +00:00
|
|
|
g_dpgettext
|
2008-07-18 18:14:04 +00:00
|
|
|
g_dpgettext2
|
2008-06-11 23:37:49 +00:00
|
|
|
g_strip_context
|
2004-09-07 18:37:10 +00:00
|
|
|
<SUBSECTION>
|
|
|
|
g_get_language_names
|
2010-11-28 18:49:04 +01:00
|
|
|
g_get_locale_variants
|
2003-11-06 00:43:48 +00:00
|
|
|
</SECTION>
|
2006-04-05 03:19:30 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Base64 Encoding</TITLE>
|
|
|
|
<FILE>base64</FILE>
|
|
|
|
g_base64_encode_step
|
|
|
|
g_base64_encode_close
|
|
|
|
g_base64_encode
|
|
|
|
g_base64_decode_step
|
|
|
|
g_base64_decode
|
2009-01-13 19:59:32 +00:00
|
|
|
g_base64_decode_inplace
|
2006-04-05 03:19:30 +00:00
|
|
|
</SECTION>
|
2007-11-29 03:14:06 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>URI Functions</TITLE>
|
2019-01-17 10:38:20 +04:00
|
|
|
<FILE>guri</FILE>
|
|
|
|
GUri
|
|
|
|
g_uri_ref
|
|
|
|
g_uri_unref
|
|
|
|
<SUBSECTION>
|
|
|
|
GUriFlags
|
|
|
|
g_uri_split
|
|
|
|
g_uri_split_with_user
|
|
|
|
g_uri_split_network
|
|
|
|
g_uri_is_valid
|
|
|
|
g_uri_join
|
|
|
|
g_uri_join_with_user
|
|
|
|
g_uri_parse
|
|
|
|
g_uri_parse_relative
|
|
|
|
g_uri_resolve_relative
|
|
|
|
g_uri_build
|
|
|
|
g_uri_build_with_user
|
|
|
|
g_uri_peek_scheme
|
|
|
|
g_uri_parse_scheme
|
|
|
|
<SUBSECTION>
|
|
|
|
GUriHideFlags
|
|
|
|
g_uri_to_string
|
|
|
|
g_uri_to_string_partial
|
|
|
|
<SUBSECTION>
|
|
|
|
g_uri_get_scheme
|
|
|
|
g_uri_get_userinfo
|
|
|
|
g_uri_get_user
|
|
|
|
g_uri_get_password
|
|
|
|
g_uri_get_auth_params
|
|
|
|
g_uri_get_host
|
|
|
|
g_uri_get_port
|
|
|
|
g_uri_get_path
|
|
|
|
g_uri_get_query
|
|
|
|
g_uri_get_fragment
|
|
|
|
g_uri_get_flags
|
|
|
|
<SUBSECTION>
|
2020-07-12 22:26:46 +04:00
|
|
|
GUriParamsIter
|
2020-06-30 17:12:10 +04:00
|
|
|
GUriParamsFlags
|
2020-07-12 22:26:46 +04:00
|
|
|
g_uri_params_iter_init
|
|
|
|
g_uri_params_iter_next
|
2019-01-17 10:38:20 +04:00
|
|
|
g_uri_parse_params
|
|
|
|
<SUBSECTION>
|
2007-11-29 03:14:06 +00:00
|
|
|
G_URI_RESERVED_CHARS_ALLOWED_IN_PATH
|
|
|
|
G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT
|
|
|
|
G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
|
|
|
|
G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
|
|
|
|
G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
|
|
|
|
g_uri_escape_string
|
|
|
|
g_uri_unescape_string
|
2019-01-17 10:38:20 +04:00
|
|
|
g_uri_escape_bytes
|
|
|
|
g_uri_unescape_bytes
|
2008-02-25 19:32:42 +00:00
|
|
|
g_uri_unescape_segment
|
2019-01-17 10:38:20 +04:00
|
|
|
<SUBSECTION>
|
2009-06-26 23:18:17 -04:00
|
|
|
g_uri_list_extract_uris
|
2010-07-08 17:38:47 -04:00
|
|
|
g_filename_from_uri
|
|
|
|
g_filename_to_uri
|
2019-01-17 10:38:20 +04:00
|
|
|
<SUBSECTION>
|
|
|
|
G_URI_ERROR
|
|
|
|
GUriError
|
|
|
|
<SUBSECTION Private>
|
|
|
|
g_uri_error_quark
|
2007-11-29 03:14:06 +00:00
|
|
|
</SECTION>
|
2007-12-04 16:34:00 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<TITLE>Data Checksums</TITLE>
|
|
|
|
<FILE>checksum</FILE>
|
|
|
|
GChecksumType
|
2007-12-19 18:53:27 +00:00
|
|
|
g_checksum_type_get_length
|
2007-12-04 16:34:00 +00:00
|
|
|
GChecksum
|
|
|
|
g_checksum_new
|
|
|
|
g_checksum_copy
|
|
|
|
g_checksum_free
|
2008-05-26 04:48:24 +00:00
|
|
|
g_checksum_reset
|
2007-12-04 16:34:00 +00:00
|
|
|
g_checksum_update
|
|
|
|
g_checksum_get_string
|
|
|
|
g_checksum_get_digest
|
|
|
|
<SUBSECTION>
|
|
|
|
g_compute_checksum_for_data
|
|
|
|
g_compute_checksum_for_string
|
2012-07-31 16:47:45 +02:00
|
|
|
g_compute_checksum_for_bytes
|
2007-12-04 16:34:00 +00:00
|
|
|
</SECTION>
|
2008-01-11 16:44:15 +00:00
|
|
|
|
2011-08-14 09:27:45 +02:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Data HMACs</TITLE>
|
|
|
|
<FILE>hmac</FILE>
|
|
|
|
GHmac
|
|
|
|
g_hmac_new
|
|
|
|
g_hmac_copy
|
|
|
|
g_hmac_ref
|
|
|
|
g_hmac_unref
|
|
|
|
g_hmac_update
|
|
|
|
g_hmac_get_string
|
|
|
|
g_hmac_get_digest
|
|
|
|
<SUBSECTION>
|
|
|
|
g_compute_hmac_for_data
|
|
|
|
g_compute_hmac_for_string
|
2016-04-20 11:47:46 -07:00
|
|
|
g_compute_hmac_for_bytes
|
2011-08-14 09:27:45 +02:00
|
|
|
</SECTION>
|
|
|
|
|
2008-01-11 16:44:15 +00:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>Testing</TITLE>
|
|
|
|
<FILE>testing</FILE>
|
2018-11-30 17:50:22 +00:00
|
|
|
G_TEST_OPTION_ISOLATE_DIRS
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_minimized_result
|
|
|
|
g_test_maximized_result
|
|
|
|
g_test_init
|
2012-11-15 22:26:54 -05:00
|
|
|
g_test_initialized
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_quick
|
|
|
|
g_test_slow
|
|
|
|
g_test_thorough
|
|
|
|
g_test_perf
|
|
|
|
g_test_verbose
|
2012-02-10 21:10:58 -05:00
|
|
|
g_test_undefined
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_quiet
|
2012-11-24 15:58:27 -05:00
|
|
|
g_test_subprocess
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_run
|
2010-07-12 16:37:56 -04:00
|
|
|
GTestFunc
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_add_func
|
2010-07-12 16:37:56 -04:00
|
|
|
GTestDataFunc
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_add_data_func
|
2012-08-23 12:29:36 -04:00
|
|
|
g_test_add_data_func_full
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_add
|
|
|
|
|
2013-05-28 12:44:41 -04:00
|
|
|
GTestFileType
|
|
|
|
g_test_build_filename
|
2013-05-28 13:22:59 -04:00
|
|
|
g_test_get_filename
|
|
|
|
g_test_get_dir
|
2013-05-28 12:44:41 -04:00
|
|
|
|
2011-04-15 03:23:12 +02:00
|
|
|
g_test_fail
|
2014-01-20 20:03:40 +00:00
|
|
|
g_test_skip
|
|
|
|
g_test_incomplete
|
|
|
|
g_test_failed
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_message
|
|
|
|
g_test_bug_base
|
|
|
|
g_test_bug
|
2019-05-15 13:33:52 +01:00
|
|
|
g_test_summary
|
2009-09-22 12:36:50 -04:00
|
|
|
GTestLogFatalFunc
|
|
|
|
g_test_log_set_fatal_handler
|
2008-01-11 16:44:15 +00:00
|
|
|
|
|
|
|
g_test_timer_start
|
|
|
|
g_test_timer_elapsed
|
|
|
|
g_test_timer_last
|
|
|
|
|
|
|
|
g_test_queue_free
|
|
|
|
g_test_queue_destroy
|
|
|
|
g_test_queue_unref
|
|
|
|
|
2012-07-30 16:05:08 -04:00
|
|
|
g_test_expect_message
|
|
|
|
g_test_assert_expected_messages
|
|
|
|
|
2008-01-11 16:44:15 +00:00
|
|
|
GTestTrapFlags
|
2013-06-25 22:11:54 +02:00
|
|
|
GTestSubprocessFlags
|
2012-11-24 15:58:27 -05:00
|
|
|
g_test_trap_subprocess
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_trap_has_passed
|
|
|
|
g_test_trap_reached_timeout
|
|
|
|
g_test_trap_assert_passed
|
|
|
|
g_test_trap_assert_failed
|
|
|
|
g_test_trap_assert_stdout
|
|
|
|
g_test_trap_assert_stdout_unmatched
|
|
|
|
g_test_trap_assert_stderr
|
|
|
|
g_test_trap_assert_stderr_unmatched
|
2012-11-24 15:58:27 -05:00
|
|
|
g_test_trap_fork
|
2008-01-11 16:44:15 +00:00
|
|
|
|
|
|
|
g_test_rand_bit
|
|
|
|
g_test_rand_int
|
|
|
|
g_test_rand_int_range
|
|
|
|
g_test_rand_double
|
|
|
|
g_test_rand_double_range
|
|
|
|
|
|
|
|
g_assert
|
|
|
|
g_assert_not_reached
|
2013-11-10 15:44:06 -05:00
|
|
|
|
2008-01-11 16:44:15 +00:00
|
|
|
g_assert_cmpstr
|
|
|
|
g_assert_cmpint
|
|
|
|
g_assert_cmpuint
|
|
|
|
g_assert_cmphex
|
|
|
|
g_assert_cmpfloat
|
2017-02-08 17:20:41 +00:00
|
|
|
g_assert_cmpfloat_with_epsilon
|
2014-12-03 05:57:29 -05:00
|
|
|
g_assert_cmpmem
|
2018-12-12 11:24:27 +00:00
|
|
|
g_assert_cmpvariant
|
2008-09-27 01:44:07 +00:00
|
|
|
g_assert_no_error
|
|
|
|
g_assert_error
|
2013-11-10 15:44:06 -05:00
|
|
|
g_assert_true
|
|
|
|
g_assert_false
|
|
|
|
g_assert_null
|
2013-11-10 15:27:26 -05:00
|
|
|
g_assert_nonnull
|
2019-10-31 11:22:16 +00:00
|
|
|
g_assert_no_errno
|
2013-11-10 15:44:06 -05:00
|
|
|
g_test_set_nonfatal_assertions
|
2008-01-11 16:44:15 +00:00
|
|
|
|
2008-06-12 06:20:04 +00:00
|
|
|
GTestCase
|
|
|
|
GTestSuite
|
2010-07-12 16:37:56 -04:00
|
|
|
GTestFixtureFunc
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_create_case
|
|
|
|
g_test_create_suite
|
|
|
|
g_test_get_root
|
|
|
|
g_test_suite_add
|
|
|
|
g_test_suite_add_suite
|
|
|
|
g_test_run_suite
|
|
|
|
|
2008-06-12 06:20:04 +00:00
|
|
|
<SUBSECTION Private>
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_trap_assertions
|
|
|
|
g_assertion_message
|
|
|
|
g_assertion_message_expr
|
|
|
|
g_assertion_message_cmpstr
|
|
|
|
g_assertion_message_cmpnum
|
2008-09-27 01:44:07 +00:00
|
|
|
g_assertion_message_error
|
2012-07-30 16:05:08 -04:00
|
|
|
g_test_assert_expected_messages_internal
|
2008-01-11 16:44:15 +00:00
|
|
|
|
2011-10-06 12:19:58 -04:00
|
|
|
g_test_config_vars
|
|
|
|
|
2008-01-11 16:44:15 +00:00
|
|
|
g_test_add_vtable
|
|
|
|
GTestConfig
|
|
|
|
GTestLogType
|
|
|
|
GTestLogMsg
|
|
|
|
GTestLogBuffer
|
2018-11-23 12:37:27 +00:00
|
|
|
GTestResult
|
2008-01-11 16:44:15 +00:00
|
|
|
|
|
|
|
g_test_log_type_name
|
|
|
|
g_test_log_buffer_new
|
|
|
|
g_test_log_buffer_free
|
|
|
|
g_test_log_buffer_push
|
|
|
|
g_test_log_buffer_pop
|
|
|
|
g_test_log_msg_free
|
|
|
|
</SECTION>
|
2008-12-29 09:00:17 -05:00
|
|
|
|
2010-01-25 11:26:27 -05:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>GVariantType</TITLE>
|
|
|
|
<FILE>gvarianttype</FILE>
|
|
|
|
GVariantType
|
|
|
|
G_VARIANT_TYPE_BOOLEAN
|
|
|
|
G_VARIANT_TYPE_BYTE
|
|
|
|
G_VARIANT_TYPE_INT16
|
|
|
|
G_VARIANT_TYPE_UINT16
|
|
|
|
G_VARIANT_TYPE_INT32
|
|
|
|
G_VARIANT_TYPE_UINT32
|
|
|
|
G_VARIANT_TYPE_INT64
|
|
|
|
G_VARIANT_TYPE_UINT64
|
|
|
|
G_VARIANT_TYPE_HANDLE
|
|
|
|
G_VARIANT_TYPE_DOUBLE
|
|
|
|
G_VARIANT_TYPE_STRING
|
|
|
|
G_VARIANT_TYPE_OBJECT_PATH
|
|
|
|
G_VARIANT_TYPE_SIGNATURE
|
|
|
|
G_VARIANT_TYPE_VARIANT
|
|
|
|
G_VARIANT_TYPE_ANY
|
|
|
|
G_VARIANT_TYPE_BASIC
|
|
|
|
G_VARIANT_TYPE_MAYBE
|
|
|
|
G_VARIANT_TYPE_ARRAY
|
|
|
|
G_VARIANT_TYPE_TUPLE
|
|
|
|
G_VARIANT_TYPE_UNIT
|
|
|
|
G_VARIANT_TYPE_DICT_ENTRY
|
|
|
|
G_VARIANT_TYPE_DICTIONARY
|
2010-07-12 16:37:56 -04:00
|
|
|
G_VARIANT_TYPE_STRING_ARRAY
|
2011-07-20 13:11:19 +02:00
|
|
|
G_VARIANT_TYPE_OBJECT_PATH_ARRAY
|
2010-07-12 16:37:56 -04:00
|
|
|
G_VARIANT_TYPE_BYTESTRING
|
|
|
|
G_VARIANT_TYPE_BYTESTRING_ARRAY
|
2011-03-02 06:15:21 -05:00
|
|
|
G_VARIANT_TYPE_VARDICT
|
2010-01-25 11:26:27 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
G_VARIANT_TYPE
|
|
|
|
g_variant_type_free
|
|
|
|
g_variant_type_copy
|
|
|
|
g_variant_type_new
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_type_string_is_valid
|
|
|
|
g_variant_type_string_scan
|
|
|
|
g_variant_type_get_string_length
|
|
|
|
g_variant_type_peek_string
|
|
|
|
g_variant_type_dup_string
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_type_is_definite
|
|
|
|
g_variant_type_is_container
|
|
|
|
g_variant_type_is_basic
|
|
|
|
g_variant_type_is_maybe
|
|
|
|
g_variant_type_is_array
|
|
|
|
g_variant_type_is_tuple
|
|
|
|
g_variant_type_is_dict_entry
|
2010-02-22 00:39:01 -05:00
|
|
|
g_variant_type_is_variant
|
2010-01-25 11:26:27 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_type_hash
|
|
|
|
g_variant_type_equal
|
|
|
|
g_variant_type_is_subtype_of
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_type_new_maybe
|
|
|
|
g_variant_type_new_array
|
|
|
|
g_variant_type_new_tuple
|
|
|
|
g_variant_type_new_dict_entry
|
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_type_element
|
|
|
|
g_variant_type_n_items
|
|
|
|
g_variant_type_first
|
|
|
|
g_variant_type_next
|
|
|
|
g_variant_type_key
|
|
|
|
g_variant_type_value
|
|
|
|
</SECTION>
|
2008-12-29 09:00:17 -05:00
|
|
|
|
2010-02-10 11:13:06 -05:00
|
|
|
<SECTION>
|
|
|
|
<TITLE>GVariant</TITLE>
|
|
|
|
<FILE>gvariant</FILE>
|
|
|
|
GVariant
|
|
|
|
g_variant_unref
|
|
|
|
g_variant_ref
|
|
|
|
g_variant_ref_sink
|
2010-06-19 16:42:11 +02:00
|
|
|
g_variant_is_floating
|
2011-07-11 14:27:53 +02:00
|
|
|
g_variant_take_ref
|
2010-02-19 10:42:53 -05:00
|
|
|
g_variant_get_type
|
|
|
|
g_variant_get_type_string
|
|
|
|
g_variant_is_of_type
|
|
|
|
g_variant_is_container
|
2010-04-22 20:48:24 -04:00
|
|
|
g_variant_compare
|
2010-02-19 10:42:53 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_classify
|
|
|
|
GVariantClass
|
|
|
|
|
2010-03-08 10:30:59 -05:00
|
|
|
<SUBSECTION>
|
2012-08-18 14:12:55 -04:00
|
|
|
g_variant_check_format_string
|
2010-03-08 10:30:59 -05:00
|
|
|
g_variant_get
|
|
|
|
g_variant_get_va
|
|
|
|
g_variant_new
|
|
|
|
g_variant_new_va
|
|
|
|
|
2010-02-19 10:42:53 -05:00
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_new_boolean
|
|
|
|
g_variant_new_byte
|
|
|
|
g_variant_new_int16
|
|
|
|
g_variant_new_uint16
|
|
|
|
g_variant_new_int32
|
|
|
|
g_variant_new_uint32
|
|
|
|
g_variant_new_int64
|
|
|
|
g_variant_new_uint64
|
|
|
|
g_variant_new_handle
|
|
|
|
g_variant_new_double
|
|
|
|
g_variant_new_string
|
2013-04-20 11:44:53 -04:00
|
|
|
g_variant_new_take_string
|
2013-07-11 12:16:44 -04:00
|
|
|
g_variant_new_printf
|
2010-02-19 10:42:53 -05:00
|
|
|
g_variant_new_object_path
|
|
|
|
g_variant_is_object_path
|
|
|
|
g_variant_new_signature
|
|
|
|
g_variant_is_signature
|
|
|
|
g_variant_new_variant
|
|
|
|
g_variant_new_strv
|
2011-07-20 13:11:19 +02:00
|
|
|
g_variant_new_objv
|
2010-07-07 10:37:16 -04:00
|
|
|
g_variant_new_bytestring
|
|
|
|
g_variant_new_bytestring_array
|
2010-02-19 10:42:53 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_get_boolean
|
|
|
|
g_variant_get_byte
|
|
|
|
g_variant_get_int16
|
|
|
|
g_variant_get_uint16
|
|
|
|
g_variant_get_int32
|
|
|
|
g_variant_get_uint32
|
|
|
|
g_variant_get_int64
|
|
|
|
g_variant_get_uint64
|
|
|
|
g_variant_get_handle
|
|
|
|
g_variant_get_double
|
|
|
|
g_variant_get_string
|
|
|
|
g_variant_dup_string
|
|
|
|
g_variant_get_variant
|
|
|
|
g_variant_get_strv
|
|
|
|
g_variant_dup_strv
|
2011-07-20 13:11:19 +02:00
|
|
|
g_variant_get_objv
|
|
|
|
g_variant_dup_objv
|
2010-07-07 10:37:16 -04:00
|
|
|
g_variant_get_bytestring
|
|
|
|
g_variant_dup_bytestring
|
|
|
|
g_variant_get_bytestring_array
|
|
|
|
g_variant_dup_bytestring_array
|
2010-02-19 10:42:53 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_new_maybe
|
|
|
|
g_variant_new_array
|
|
|
|
g_variant_new_tuple
|
|
|
|
g_variant_new_dict_entry
|
2011-09-23 10:57:55 +02:00
|
|
|
g_variant_new_fixed_array
|
2010-02-19 10:42:53 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_get_maybe
|
2010-02-10 11:13:06 -05:00
|
|
|
g_variant_n_children
|
|
|
|
g_variant_get_child_value
|
2010-03-08 10:30:59 -05:00
|
|
|
g_variant_get_child
|
2010-11-05 21:33:06 -04:00
|
|
|
g_variant_lookup_value
|
|
|
|
g_variant_lookup
|
2010-02-19 10:42:53 -05:00
|
|
|
g_variant_get_fixed_array
|
2010-02-10 11:13:06 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_get_size
|
|
|
|
g_variant_get_data
|
2012-10-23 16:11:33 +02:00
|
|
|
g_variant_get_data_as_bytes
|
2010-02-10 11:13:06 -05:00
|
|
|
g_variant_store
|
2010-03-14 15:55:48 -04:00
|
|
|
g_variant_new_from_data
|
2012-10-23 16:11:33 +02:00
|
|
|
g_variant_new_from_bytes
|
2010-03-14 15:55:48 -04:00
|
|
|
g_variant_byteswap
|
|
|
|
g_variant_get_normal_form
|
|
|
|
g_variant_is_normal_form
|
2010-02-19 10:42:53 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_hash
|
|
|
|
g_variant_equal
|
2010-02-21 19:46:57 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
g_variant_print
|
|
|
|
g_variant_print_string
|
2010-02-22 00:39:01 -05:00
|
|
|
|
|
|
|
<SUBSECTION>
|
|
|
|
GVariantIter
|
|
|
|
g_variant_iter_copy
|
|
|
|
g_variant_iter_free
|
|
|
|
g_variant_iter_init
|
|
|
|
g_variant_iter_n_children
|
|
|
|
g_variant_iter_new
|
|
|
|
g_variant_iter_next_value
|
|
|
|
g_variant_iter_next
|
|
|
|
g_variant_iter_loop
|
|
|
|
|
|
|
|
<SUBSECTION>
|
2016-05-13 17:55:30 +02:00
|
|
|
G_VARIANT_BUILDER_INIT
|
2010-02-22 00:39:01 -05:00
|
|
|
GVariantBuilder
|
|
|
|
g_variant_builder_unref
|
|
|
|
g_variant_builder_ref
|
|
|
|
g_variant_builder_new
|
2010-03-03 03:37:37 -05:00
|
|
|
g_variant_builder_init
|
|
|
|
g_variant_builder_clear
|
2010-02-22 00:39:01 -05:00
|
|
|
g_variant_builder_add_value
|
2010-03-08 10:30:59 -05:00
|
|
|
g_variant_builder_add
|
2010-06-03 11:24:31 +02:00
|
|
|
g_variant_builder_add_parsed
|
2010-02-22 00:39:01 -05:00
|
|
|
g_variant_builder_end
|
|
|
|
g_variant_builder_open
|
|
|
|
g_variant_builder_close
|
2010-03-08 10:30:59 -05:00
|
|
|
|
2014-01-24 09:42:13 -05:00
|
|
|
<SUBSECTION>
|
2018-11-23 12:37:27 +00:00
|
|
|
G_VARIANT_DICT_INIT
|
2014-01-24 09:42:13 -05:00
|
|
|
GVariantDict
|
|
|
|
g_variant_dict_unref
|
|
|
|
g_variant_dict_ref
|
|
|
|
g_variant_dict_new
|
|
|
|
g_variant_dict_init
|
|
|
|
g_variant_dict_clear
|
|
|
|
g_variant_dict_contains
|
|
|
|
g_variant_dict_lookup
|
|
|
|
g_variant_dict_lookup_value
|
|
|
|
g_variant_dict_insert
|
|
|
|
g_variant_dict_insert_value
|
|
|
|
g_variant_dict_remove
|
|
|
|
g_variant_dict_end
|
|
|
|
|
2010-03-21 12:31:46 -05:00
|
|
|
<SUBSECTION>
|
2010-06-20 12:30:27 -04:00
|
|
|
GVariantParseError
|
2010-03-21 12:31:46 -05:00
|
|
|
G_VARIANT_PARSE_ERROR
|
|
|
|
g_variant_parse
|
|
|
|
g_variant_new_parsed_va
|
|
|
|
g_variant_new_parsed
|
2013-12-22 11:41:19 -05:00
|
|
|
g_variant_parse_error_print_context
|
2010-03-21 12:31:46 -05:00
|
|
|
|
2010-03-08 10:30:59 -05:00
|
|
|
<SUBSECTION Private>
|
2013-09-17 11:10:28 +02:00
|
|
|
g_variant_parse_error_quark
|
2010-03-21 14:04:07 -05:00
|
|
|
g_variant_parser_get_error_quark
|
2010-03-08 10:30:59 -05:00
|
|
|
g_variant_type_checked_
|
2018-09-07 20:27:39 +01:00
|
|
|
g_variant_type_string_get_depth_
|
2010-02-10 11:13:06 -05:00
|
|
|
</SECTION>
|
|
|
|
|
2010-02-21 19:46:57 -05:00
|
|
|
|
2008-12-29 09:00:17 -05:00
|
|
|
<SECTION>
|
|
|
|
<FILE>ghostutils</FILE>
|
|
|
|
<TITLE>Hostname Utilities</TITLE>
|
|
|
|
g_hostname_to_ascii
|
|
|
|
g_hostname_to_unicode
|
|
|
|
<SUBSECTION>
|
|
|
|
g_hostname_is_non_ascii
|
|
|
|
g_hostname_is_ascii_encoded
|
|
|
|
<SUBSECTION>
|
|
|
|
g_hostname_is_ip_address
|
|
|
|
</SECTION>
|
2017-01-23 04:17:11 +01:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>uuid</FILE>
|
|
|
|
<TITLE>GUuid</TITLE>
|
|
|
|
g_uuid_string_is_valid
|
|
|
|
g_uuid_string_random
|
|
|
|
</SECTION>
|
2018-01-17 16:38:45 +00:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>refcount</FILE>
|
|
|
|
grefcount
|
|
|
|
g_ref_count_init
|
|
|
|
g_ref_count_inc
|
|
|
|
g_ref_count_dec
|
|
|
|
g_ref_count_compare
|
|
|
|
<SUBSECTION>
|
|
|
|
gatomicrefcount
|
|
|
|
g_atomic_ref_count_init
|
|
|
|
g_atomic_ref_count_inc
|
|
|
|
g_atomic_ref_count_dec
|
|
|
|
g_atomic_ref_count_compare
|
|
|
|
</SECTION>
|
2018-06-10 12:20:34 +01:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>rcbox</FILE>
|
|
|
|
g_rc_box_alloc
|
|
|
|
g_rc_box_alloc0
|
|
|
|
g_rc_box_new
|
|
|
|
g_rc_box_new0
|
|
|
|
g_rc_box_dup
|
|
|
|
g_rc_box_acquire
|
|
|
|
g_rc_box_release
|
|
|
|
g_rc_box_release_full
|
2018-06-12 13:56:29 +01:00
|
|
|
g_rc_box_get_size
|
2018-06-10 12:20:34 +01:00
|
|
|
</SECTION>
|
2018-06-11 11:52:54 +01:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>arcbox</FILE>
|
2018-07-30 21:12:43 +01:00
|
|
|
g_atomic_rc_box_alloc
|
|
|
|
g_atomic_rc_box_alloc0
|
|
|
|
g_atomic_rc_box_new
|
|
|
|
g_atomic_rc_box_new0
|
|
|
|
g_atomic_rc_box_dup
|
|
|
|
g_atomic_rc_box_acquire
|
|
|
|
g_atomic_rc_box_release
|
|
|
|
g_atomic_rc_box_release_full
|
|
|
|
g_atomic_rc_box_get_size
|
2018-06-11 11:52:54 +01:00
|
|
|
</SECTION>
|
2018-06-12 13:46:28 +01:00
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>refstring</FILE>
|
2018-11-23 12:37:27 +00:00
|
|
|
GRefString
|
2018-06-12 13:46:28 +01:00
|
|
|
g_ref_string_new
|
|
|
|
g_ref_string_new_intern
|
2018-07-09 11:57:41 +01:00
|
|
|
g_ref_string_new_len
|
2018-06-12 13:46:28 +01:00
|
|
|
g_ref_string_acquire
|
|
|
|
g_ref_string_release
|
2018-06-12 14:05:02 +01:00
|
|
|
g_ref_string_length
|
2018-06-12 13:46:28 +01:00
|
|
|
</SECTION>
|