Adapt plugin system to use unified reference counting
[babeltrace.git] / include / babeltrace / plugin / notification / iterator.h
index 22807e41ab6f509c0660f7f2e7aea0603f5f98e6..c958c5827b3989f5db8e23385480592b3bb8aca5 100644 (file)
@@ -116,31 +116,9 @@ bt_notification_iterator_next(struct bt_notification_iterator *iterator);
  * @see bt_notification_iterator_get_notification()
  */
 extern enum bt_notification_iterator_status *bt_notification_iterator_seek(
-               struct bt_notification_iterator *iterator,
-               int whence,
+               struct bt_notification_iterator *iterator, int whence,
                int64_t time);
 
-/**
- * Increments the reference count of \p iterator.
- *
- * @param iterator     Iterator of which to increment the reference count
- *
- * @see bt_notification_iterator_put()
- */
-extern void bt_notification_iterator_get(
-               struct bt_notification_iterator *iterator);
-
-/**
- * Decrements the reference count of \p iterator, destroying it when this
- * count reaches 0.
- *
- * @param iterator     Iterator of which to decrement the reference count
- *
- * @see bt_notification_iterator_get()
- */
-extern void bt_notification_iterator_put(
-               struct bt_notification_iterator *iterator);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.024863 seconds and 4 git commands to generate.