mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 21:04:13 +02:00
for G_CAN_INLINE environments, inline g_string_append_c() for efficiency.
Thu Feb 19 18:40:01 2004 Tim Janik <timj@gtk.org> * glib/gstring.[hc]: for G_CAN_INLINE environments, inline g_string_append_c() for efficiency. (vaguely based on #118707).
This commit is contained in:
@@ -107,6 +107,17 @@ This string should be freed when no longer needed.
|
||||
not be changed.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_completion_complete_utf8 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cmp:
|
||||
@prefix:
|
||||
@new_prefix:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_completion_set_compare ##### -->
|
||||
<para>
|
||||
Sets the function to use for string comparisons. The default
|
||||
|
@@ -585,6 +585,55 @@ for the default main context.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF GPid ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GChildWatchFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pid:
|
||||
@status:
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_child_watch_source_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pid:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_child_watch_add ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pid:
|
||||
@function:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_child_watch_add_full ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@priority:
|
||||
@pid:
|
||||
@function:
|
||||
@data:
|
||||
@notify:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GPollFD ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user