diff options
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r-- | gir/gio-2.0.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index c2eb3d95..6c71c308 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -18323,7 +18323,7 @@ * * For example, an exported D-Bus interface may queue up property * changes and emit the - * `org.freedesktop.DBus.Properties::Propert`` + * `org.freedesktop.DBus.Properties::PropertiesChanged` * signal later (e.g. in an idle handler). This technique is useful * for collapsing multiple property changes into one. * @@ -27497,6 +27497,9 @@ * handled (but note that future GLib releases may return a more * specific value instead). * + * As %errno is global and may be modified by intermediate function + * calls, you should save its value as soon as the call which sets it + * * Returns: #GIOErrorEnum value for the given errno.h error number. */ |