Home | History | Annotate | Download | only in dbus

Lines Matching full:slot

5286  * The passed-in slot must be initialized to -1, and is filled in
5287 * with the slot ID. If the passed-in slot is not -1, it's assumed
5290 * The allocated slot is global, i.e. all DBusConnection objects will
5291 * have a slot with the given integer ID reserved.
5293 * @param slot_p address of a global variable storing the slot
5307 * longer be used with this slot. Existing data stored on existing
5310 * someone else reallocates the slot). When the refcount on the
5311 * passed-in slot reaches 0, it is set to -1.
5313 * @param slot_p address storing the slot to deallocate
5327 * the connection is finalized. The slot number
5331 * @param slot the slot number
5338 dbus_int32_t slot,
5347 _dbus_return_val_if_fail (slot >= 0, FALSE);
5353 slot, data, free_data_func,
5370 * The slot must still be allocated (must not have been freed).
5373 * @param slot the slot to get data from
5378 dbus_int32_t slot)
5388 slot);