libvirt/src/admin
Peter Krempa 694323bbb2 remote: dispatch: Remove return value from make_nonnull_* helpers
After conversion to g_strdup, the helpers now always return success.
Remove the return value to simplify the callers.

Note that many occurrences of these is in the code generated by
gendispatch.pl. Since gendispatch aggregates many cases together an
incremental conversion would require more invasive changes to
gendispatch for the time of conversion which doesn't make sense.

Also in many cases the helper was the last place where the 'error:'
label was used and thus also those conversions must be included in this
patch.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
ACKed-by: Eric Blake <eblake@redhat.com>
2019-10-24 19:35:34 +02:00
..
admin_protocol.x
admin_remote.c Use g_steal_pointer instead of VIR_STEAL_PTR everywhere 2019-10-16 15:59:42 +02:00
admin_server_dispatch.c remote: dispatch: Remove return value from make_nonnull_* helpers 2019-10-24 19:35:34 +02:00
admin_server_dispatch.h src/admin: use #pragma once in headers 2019-06-13 17:05:08 +02:00
admin_server.c admin: convert admin server code to use auto free macros 2019-10-14 10:54:42 +01:00
admin_server.h src/admin: use #pragma once in headers 2019-06-13 17:05:08 +02:00
libvirt_admin_private.syms build: move admin code into admin directory 2019-10-23 14:30:58 +02:00
libvirt_admin_public.syms build: move admin code into admin directory 2019-10-23 14:30:58 +02:00
libvirt-admin.c build: move admin code into admin directory 2019-10-23 14:30:58 +02:00
libvirt-admin.conf build: move admin code into admin directory 2019-10-23 14:30:58 +02:00
Makefile.inc.am build: move admin code into admin directory 2019-10-23 14:30:58 +02:00