Searched defs:GObject (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/gobject/
H A DGObjectEventListener.h28 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
36 static bool addEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool useCapture, void* userData)
42 static bool removeEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool useCapture)
48 static void gobjectDestroyedCallback(GObjectEventListener* listener, GObject*)
63 GObjectEventListener(GObject*, EventTarget*, const char* domEventName, GCallback handler, bool capture, void* userData);
69 GObject* m_object;
72 // we only use it when the GObject and thus the m_coreTarget object is alive.

Completed in 72 milliseconds