RoadRunner Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
gint rr_framefactory_parse_frame (RRConnection *conn, const gchar *buffer, gint len, RRFrame **frame, GError **error); void rr_framefactory_register_type (const gchar *header_id, GType type); |
gint rr_framefactory_parse_frame (RRConnection *conn, const gchar *buffer, gint len, RRFrame **frame, GError **error); |
conn : | |
buffer : | |
len : | |
frame : | |
error : | |
Returns : |
|
void rr_framefactory_register_type (const gchar *header_id, GType type); |
header_id : | |
type : |
|