{
    "content": [
        {
            "type": "text",
            "text": "# dmmp_context_new (man)\n\n## NAME\n\ndmmpcontextnew - Create struct dmmpcontext.\n\n## SYNOPSIS\n\nstruct dmmpcontext * dmmpcontextnew (void);\n\n## DESCRIPTION\n\nThe  default  logging  level  (DMMPLOGPRIORITYDEFAULT)  is DMMPLOGPRIORITYWARNING which\nmeans only warning and error message will be forward to log handler  function.   The  default\nlog  handler  function  will  print log message to STDERR, to change so, please use dmmpcon‐‐\ntextlogfuncset to set your own log handler, check manpage libdmmp.h(3) for detail.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **ARGUMENTS**\n- **DESCRIPTION**\n- **RETURN**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "dmmp_context_new",
        "section": "",
        "mode": "man",
        "summary": "dmmpcontextnew - Create struct dmmpcontext.",
        "synopsis": "struct dmmpcontext * dmmpcontextnew (void);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "ARGUMENTS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "RETURN",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "dmmpcontextnew - Create struct dmmpcontext.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "struct dmmpcontext * dmmpcontextnew (void);\n",
                "subsections": []
            },
            "ARGUMENTS": {
                "content": "void        no arguments\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  default  logging  level  (DMMPLOGPRIORITYDEFAULT)  is DMMPLOGPRIORITYWARNING which\nmeans only warning and error message will be forward to log handler  function.   The  default\nlog  handler  function  will  print log message to STDERR, to change so, please use dmmpcon‐‐\ntextlogfuncset to set your own log handler, check manpage libdmmp.h(3) for detail.\n",
                "subsections": []
            },
            "RETURN": {
                "content": "Pointer of 'struct dmmpcontext'. Should be freed by dmmpcontextfree.\n\n\n\nMarch 2018                                dmmpcontextnew                       dmmpcontextnew(3)",
                "subsections": []
            }
        }
    }
}