类
ArrowFlightServer
信号
从 GObject 继承的信号 (1)
类结构
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: GObjectClass
- 没有可用的描述。
list_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 )
- 没有可用的描述。