GLib
Description:
Content:
Namespaces:
Classes:
Structs:
Enums:
Error domains:
Constants:
Delegates:
- public delegate int PollFunc (PollFD[] ufds, int timeout_)
- public delegate void ChildWatchFunc (Pid pid, int status)
- public delegate void SourceDummyMarshal ()
- public delegate bool SourcePrepareFunc (Source source, out int timeout_)
- public delegate bool SourceCheckFunc (Source source)
- public delegate bool SourceDispatchFunc (Source source, SourceFunc _callback)
- public delegate void SourceFinalizeFunc (Source source)
- public delegate void SourceCallbackRefFunc (void* cb_data)
- public delegate void SourceCallbackUnrefFunc (void* cb_data)
- public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func)
- public delegate bool SourceFunc ()
- public delegate
G
ThreadFunc ()
- public delegate void Func (
G
data)
- public delegate void ThreadPoolFunc (owned
G
data)
- public delegate bool IOFunc (IOChannel source, IOCondition condition)
- public delegate void PrintFunc (string text)
- public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message)
- public delegate void FreeFunc (void* data)
- public delegate void VoidFunc ()
- public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error)
- public delegate string CompletionFunc (void* item)
- public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n)
- public delegate void SpawnChildSetupFunc ()
- public delegate void SignalHandlerFunc (int signum)
- public delegate unowned string TranslateFunc (string str)
- public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError
- public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error)
- public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result)
- public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, string[] attribute_names, string[] attribute_values) throws MarkupError
- public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError
- public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError
- public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError
- public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error)
- public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message)
- public delegate void TestFunc ()
- public delegate void TestDataFunc ()
- public delegate void TestFixtureFunc (void* fixture)
- public delegate int CompareFunc (
G
a, G
b)
- public delegate int CompareDataFunc (
G
a, G
b)
- public delegate int SequenceIterCompareFunc (SequenceIter<
G
> a, SequenceIter<G
> b)
- public delegate uint HashFunc (
K
key)
- public delegate bool EqualFunc (
G
a, G
b)
- public delegate void HFunc (
K
key, V
value)
- public delegate bool HRFunc (
K
key, V
value)
- public delegate void DestroyNotify (void* data)
- public delegate bool NodeTraverseFunc (Node node)
- public delegate void NodeForeachFunc (Node node)
- public delegate void DataForeachFunc (Quark key_id,
G
data)
- public delegate bool TraverseFunc (void* key, void* value)
- public delegate int TreeSearchFunc (
K
key)
Functions:
- public void* malloc (size_t n_bytes)
- public void* malloc0 (size_t n_bytes)
- public void* realloc (void* mem, size_t n_bytes)
- public void* try_malloc (size_t n_bytes)
- public void* try_malloc0 (size_t n_bytes)
- public void* try_realloc (void* mem, size_t n_bytes)
- public void free (void* mem)
- public void mem_set_vtable (MemVTable vtable)
- public void mem_profile ()
- public void print (string format, ...)
- public void set_print_handler (PrintFunc func)
- public void printerr (string format, ...)
- public void set_printerr_handler (PrintFunc func)
- public void return_if_fail (bool expr)
- public void return_val_if_fail (bool expr, ...)
- public void return_if_reached ()
- public void return_val_if_reached (...)
- public void warn_if_fail (bool expr)
- public void warn_if_reached ()
- public void assert (bool expr)
- public void assert_not_reached ()
- public void on_error_query (string? prg_name = null)
- public void on_error_stack_trace (string? prg_name = null)
- public void breakpoint ()
- public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args)
- public void log (string? log_domain, LogLevelFlags log_level, string format, ...)
- public void message (string format, ...)
- public void warning (string format, ...)
- public void critical (string format, ...)
- public void error (string format, ...)
- public void debug (string format, ...)
- public uint parse_debug_string (string? debug_string, DebugKey[] keys)
- public uint strv_length (string[] str_array)
- public unowned string strerror (int errnum)
- public string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError
- public bool get_charset (out string charset)
- public int64 get_monotonic_time ()
- public int64 get_real_time ()
- public string format_size_for_display (int64 size)
- public string format_size (uint64 size, FormatSizeFlags flags = DEFAULT)
- public unowned string strsignal (int signum)
- public unowned string _ (string str)
- public unowned string Q_ (string str)
- public unowned string N_ (string str)
- public unowned string C_ (string context, string str)
- public unowned string NC_ (string context, string str)
- public unowned string ngettext (string msgid, string msgid_plural, ulong n)
- public unowned string dgettext (string? domain, string msgid)
- public unowned string dcgettext (string? domain, string msgid, int category)
- public unowned string dngettext (string? domain, string msgid, string msgid_plural, ulong n)
- public unowned string dpgettext (string? domain, string msgctxid, size_t msgidoffset)
- public unowned string dpgettext2 (string? domain, string context, string msgid)
- public bool likely (bool expression)
- public bool unlikely (bool expression)
- public void static_assert (bool expression)
Fields: