HomeSort by relevance Sort by last modified time
    Searched refs:GAsyncResult (Results 1 - 25 of 49) sorted by null

1 2

  /external/bluetooth/glib/gio/
gasyncresult.h 35 #define G_ASYNC_RESULT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ASYNC_RESULT, GAsyncResult))
40 * GAsyncResult:
54 * Interface definition for #GAsyncResult.
62 gpointer (* get_user_data) (GAsyncResult *async_result);
63 GObject * (* get_source_object) (GAsyncResult *async_result);
68 gpointer g_async_result_get_user_data (GAsyncResult *res);
69 GObject *g_async_result_get_source_object (GAsyncResult *res);
gasyncresult.c 24 #include "gasyncresult.h"
30 * SECTION:gasyncresult
41 * operation has completed, and will be passed a #GAsyncResult instance
46 * was called for, and the #GAsyncResult instance, and optionally,
50 * result of type #GAsyncResult and return the specific result
56 * returns. It is also allowed to take a reference to the #GAsyncResult and
67 * GAsyncResult *res,
72 * GAsyncResult *res,
135 g_type_register_static (G_TYPE_INTERFACE, I_("GAsyncResult"),
159 * @res: a #GAsyncResult
    [all...]
gmount.h 95 GAsyncResult *result,
104 GAsyncResult *result,
114 GAsyncResult *result,
123 GAsyncResult *result,
148 GAsyncResult *result,
157 GAsyncResult *result,
167 GAsyncResult *result,
176 GAsyncResult *result,
ginputstream.h 85 GAsyncResult *result,
94 GAsyncResult *result,
102 GAsyncResult *result,
142 GAsyncResult *result,
151 GAsyncResult *result,
159 GAsyncResult *result,
gdrive.h 93 GAsyncResult *result,
100 GAsyncResult *result,
125 GAsyncResult *result,
132 GAsyncResult *result,
gfileenumerator.h 78 GAsyncResult *res,
86 GAsyncResult *res,
115 GAsyncResult *result,
123 GAsyncResult *result,
gvolume.h 132 GAsyncResult *result,
140 GAsyncResult *result,
170 GAsyncResult *result,
178 GAsyncResult *result,
gfile.h 180 GAsyncResult *res,
196 GAsyncResult *res,
210 GAsyncResult *res,
222 GAsyncResult *res,
236 GAsyncResult *res,
271 GAsyncResult *result,
284 GAsyncResult *res,
298 GAsyncResult *res,
312 GAsyncResult *res,
330 GAsyncResult *res
    [all...]
giotypes.h 36 typedef struct _GAsyncResult GAsyncResult; /* Dummy typedef */
117 * @res: a #GAsyncResult.
124 GAsyncResult *res,
gloadableicon.h 73 GAsyncResult *res,
91 GAsyncResult *res,
goutputstream.h 95 GAsyncResult *result,
105 GAsyncResult *result,
113 GAsyncResult *result,
121 GAsyncResult *result,
168 GAsyncResult *result,
178 GAsyncResult *result,
186 GAsyncResult *result,
194 GAsyncResult *result,
gbufferedinputstream.h 74 GAsyncResult *result,
114 GAsyncResult *result,
gfileinputstream.h 82 GAsyncResult *res,
107 GAsyncResult *result,
gfileoutputstream.h 87 GAsyncResult *res,
113 GAsyncResult *result,
gfilterinputstream.c 76 GAsyncResult *result,
85 GAsyncResult *result,
93 GAsyncResult *result,
375 GAsyncResult *result,
417 GAsyncResult *result,
436 GAsyncResult *result,
485 GAsyncResult *result,
gfilteroutputstream.c 75 GAsyncResult *result,
83 GAsyncResult *result,
91 GAsyncResult *result,
370 GAsyncResult *result,
405 GAsyncResult *result,
422 GAsyncResult *result,
471 GAsyncResult *result,
ginputstream.c 30 #include "gasyncresult.h"
71 GAsyncResult *result,
80 GAsyncResult *result,
88 GAsyncResult *result,
473 GAsyncResult *res,
486 GAsyncResult *res,
591 * @result: a #GAsyncResult.
601 GAsyncResult *result,
716 * @result: a #GAsyncResult.
726 GAsyncResult *result
    [all...]
gloadableicon.c 24 #include "gasyncresult.h"
48 GAsyncResult *res,
162 * @res: a #GAsyncResult.
173 GAsyncResult *res,
262 GAsyncResult *res,
gdatainputstream.h 112 GAsyncResult *result,
127 GAsyncResult *result,
gfileenumerator.c 27 #include "gasyncresult.h"
81 GAsyncResult *res,
89 GAsyncResult *res,
292 GAsyncResult *res,
388 * @result: a #GAsyncResult.
400 GAsyncResult *result,
426 GAsyncResult *res,
497 * @result: a #GAsyncResult.
516 GAsyncResult *result,
688 GAsyncResult *result
    [all...]
goutputstream.c 26 #include "gasyncresult.h"
71 GAsyncResult *result,
81 GAsyncResult *result,
89 GAsyncResult *result,
97 GAsyncResult *result,
561 GAsyncResult *res,
574 GAsyncResult *res,
682 * @result: a #GAsyncResult.
692 GAsyncResult *result,
724 GAsyncResult *res
    [all...]
  /external/bluetooth/glib/gio/tests/
simple-async-result.c 18 static GAsyncResult *got_result;
51 GAsyncResult *result,
unix-streams.c 121 static void readable (GObject *source, GAsyncResult *res, gpointer user_data);
122 static void writable (GObject *source, GAsyncResult *res, gpointer user_data);
132 readable (GObject *source, GAsyncResult *res, gpointer user_data)
155 writable (GObject *source, GAsyncResult *res, gpointer user_data)
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 39 typedef struct _GAsyncResult GAsyncResult;
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 51 static void connectedCallback(GSocketClient*, GAsyncResult*, void*);
52 static void readReadyCallback(GInputStream*, GAsyncResult*, void*);
238 static void connectedCallback(GSocketClient* client, GAsyncResult* result, void* id)
254 static void readReadyCallback(GInputStream* stream, GAsyncResult* result, void* id)

Completed in 290 milliseconds

1 2