mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 20:34:11 +02:00
Add missing allow-none annotations for function parameters.
Found using: find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
This commit is contained in:
@@ -448,7 +448,7 @@ on_run (GSocketService *service,
|
||||
* @flags: Flags from the #GDBusServerFlags enumeration.
|
||||
* @guid: A D-Bus GUID.
|
||||
* @observer: (allow-none): A #GDBusAuthObserver or %NULL.
|
||||
* @cancellable: A #GCancellable or %NULL.
|
||||
* @cancellable: (allow-none): A #GCancellable or %NULL.
|
||||
* @error: Return location for server or %NULL.
|
||||
*
|
||||
* Creates a new D-Bus server that listens on the first address in
|
||||
|
Reference in New Issue
Block a user