HomeSort by relevance Sort by last modified time
    Searched refs:callback_func (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gio/tests/
simple-async-result.c 50 callback_func (GObject *source, function
69 result = g_simple_async_result_new (a, callback_func, b, test_simple_async);
78 g_assert (!g_simple_async_result_is_valid (got_result, b, callback_func));
84 result = g_simple_async_result_new (a, callback_func, b, test_simple_async);
  /external/bluetooth/glib/gobject/
gclosure.h 192 GClosure* g_cclosure_new (GCallback callback_func,
195 GClosure* g_cclosure_new_swap (GCallback callback_func,
gclosure.c 807 * @callback_func: the function to invoke
808 * @user_data: user data to pass to @callback_func
811 * Creates a new closure which invokes @callback_func with @user_data as
817 g_cclosure_new (GCallback callback_func,
823 g_return_val_if_fail (callback_func != NULL, NULL);
828 ((GCClosure*) closure)->callback = (gpointer) callback_func;
835 * @callback_func: the function to invoke
836 * @user_data: user data to pass to @callback_func
839 * Creates a new closure which invokes @callback_func with @user_data as
845 g_cclosure_new_swap (GCallback callback_func,
    [all...]
gobject.h 499 GClosure* g_cclosure_new_object (GCallback callback_func,
501 GClosure* g_cclosure_new_object_swap (GCallback callback_func,
gobject.c     [all...]

Completed in 175 milliseconds