X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=util.c;h=0112efa39847c8e717387d21e7d7d3827a6680a9;hp=ed31e9749ffec0e6e295110e8b19e69fa51b8b3c;hb=2f395bff8f096ef738140913e2d01ff0a8c07002;hpb=29590b14fc508a0b951ea0b87e98f7741808bab0 diff --git a/util.c b/util.c index ed31e97..0112efa 100644 --- a/util.c +++ b/util.c @@ -32,6 +32,8 @@ * * @return SRD_OK upon success, a (negative) error code otherwise. * The 'outstr' argument points to a malloc()ed string upon success. + * + * @private */ SRD_PRIV int py_attr_as_str(const PyObject *py_obj, const char *attr, char **outstr) @@ -73,6 +75,8 @@ SRD_PRIV int py_attr_as_str(const PyObject *py_obj, const char *attr, * * @return SRD_OK upon success, a (negative) error code otherwise. * The 'outstr' argument points to a malloc()ed string upon success. + * + * @private */ SRD_PRIV int py_dictitem_as_str(const PyObject *py_obj, const char *key, char **outstr) @@ -111,6 +115,8 @@ SRD_PRIV int py_dictitem_as_str(const PyObject *py_obj, const char *key, * * @return SRD_OK upon success, a (negative) error code otherwise. * The 'outstr' argument points to a malloc()ed string upon success. + * + * @private */ SRD_PRIV int py_str_as_str(const PyObject *py_str, char **outstr) { @@ -165,6 +171,8 @@ err_out: * * @return SRD_OK upon success, a (negative) error code otherwise. * The 'outstr' argument points to a g_malloc()ed char** upon success. + * + * @private */ SRD_PRIV int py_strlist_to_char(const PyObject *py_strlist, char ***outstr) {