X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fdevice.c;h=400b294b8594f4665f2ebe6780bfbcb4ad4b8bea;hp=4642e5f038fdbfc83c871dc02728e2e38fb76981;hb=82b9f3d116ce0c982291a2dfdd15cd8a1c4cc16e;hpb=deaaebb28ddbbba609e902cf99fbe10d053eef8a diff --git a/src/device.c b/src/device.c index 4642e5f0..400b294b 100644 --- a/src/device.c +++ b/src/device.c @@ -93,6 +93,8 @@ SR_PRIV void sr_channel_free(struct sr_channel *ch) /** * Wrapper around @ref sr_channel_free(), suitable for glib iterators. + * + * @private */ SR_PRIV void sr_channel_free_cb(void *p) { @@ -203,7 +205,7 @@ SR_PRIV struct sr_channel *sr_next_enabled_channel(const struct sr_dev_inst *sdi * * @return #TRUE upon differences or unexpected input, #FALSE otherwise. * - * @internal + * @private */ SR_PRIV gboolean sr_channels_differ(struct sr_channel *ch1, struct sr_channel *ch2) { @@ -229,7 +231,7 @@ SR_PRIV gboolean sr_channels_differ(struct sr_channel *ch1, struct sr_channel *c * * @return #TRUE upon differences or unexpected input, #FALSE otherwise. * - * @internal + * @private */ SR_PRIV gboolean sr_channel_lists_differ(GSList *l1, GSList *l2) {