HomeSort by relevance Sort by last modified time
    Searched defs:DBusCounter (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-resources.h 32 typedef struct DBusCounter DBusCounter;
34 typedef void (* DBusCounterNotifyFunction) (DBusCounter *counter,
37 DBusCounter* _dbus_counter_new (void);
38 DBusCounter* _dbus_counter_ref (DBusCounter *counter);
39 void _dbus_counter_unref (DBusCounter *counter);
40 void _dbus_counter_adjust (DBusCounter *counter,
42 long _dbus_counter_get_value (DBusCounter *counter);
44 void _dbus_counter_set_notify (DBusCounter *counter
    [all...]
dbus-resources.c 29 * @brief DBusCounter and other stuff related to resource limits
47 * @brief Internals of DBusCounter.
49 * DBusCounter internals. DBusCounter is an opaque object, it must be
52 struct DBusCounter
71 * Creates a new DBusCounter. DBusCounter is used
76 DBusCounter*
79 DBusCounter *counter;
81 counter = dbus_new (DBusCounter, 1)
    [all...]

Completed in 17 milliseconds