cef_v8value_t.set_user_data

Sets the user data for this object and returns true (1) on success. Returns false (0) if this function is called incorrectly. This function can only be called on user created objects.

struct cef_v8value_t
extern (System)
int function(cef_v8value_t* self, cef_base_ref_counted_t* user_data) nothrow set_user_data;

Meta