MCPcopy Create free account
hub / github.com/apache/arrow / stop

Function stop

c_glib/example/receive-network.c:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164} StopData;
165
166static gboolean
167stop(gpointer user_data)
168{
169 StopData *data = user_data;
170 g_object_unref(data->service);
171 g_main_loop_quit(data->loop);
172 return G_SOURCE_REMOVE;
173}
174#endif
175
176int

Callers 15

StopIfNotOkFunction · 0.85
getDataPointerMethod · 0.85
ExecPlanReader__PlanFunction · 0.85
Converter_DictionaryMethod · 0.85
MakeMethod · 0.85
RIconvWrapperMethod · 0.85

Calls

no outgoing calls