Shuts down the serve. This function can be called from signalhandler or another thread.
since: 5.0.0
The notify signal is emitted on an object when one of its properties hasits value set through g_object_set_property(), g_object_set(), et al.
struct ArrowFlightServerClass { GObjectClass parent_class; GList* (* list_flights) ( GAFlightServer* server, GAFlightServerCallContext* context, GAFlightCriteria* criteria, GError** error ); GAFlightInfo* (* get_flight_info) ( GAFlightServer* server, GAFlightServerCallContext* context, GAFlightDescriptor* request, GError** error ); GAFlightDataStream* (* do_get) ( GAFlightServer* server, GAFlightServerCallContext* context, GAFlightTicket* ticket, GError** error ); gboolean (* do_put) ( GAFlightServer* server, GAFlightServerCallContext* context, GAFlightMessageReader* reader, GAFlightMetadataWriter* writer, GError** error ); }parent_class: GObjectClasslist_flights: GList* (* list_flights) ( GAFlightServer* server, GAFlightServerCallContext* context, GAFlightCriteria* criteria, GError** error )get_flight_info: GAFlightInfo* (* get_flight_info) ( GAFlightServer* server, GAFlightServerCallContext* context, GAFlightDescriptor* request, GError** error )do_get: GAFlightDataStream* (* do_get) ( GAFlightServer* server, GAFlightServerCallContext* context, GAFlightTicket* ticket, GError** error )do_put: gboolean (* do_put) ( GAFlightServer* server, GAFlightServerCallContext* context, GAFlightMessageReader* reader, GAFlightMetadataWriter* writer, GError** error )