(IntPtr model)
| 389 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_count (IntPtr model); |
| 390 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_index (IntPtr model, int index); |
| 391 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_visual_count (IntPtr model); |
| 392 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_visual_index (IntPtr model, int index); |
| 393 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_iterate (IntPtr model, int node); |
| 394 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_get_root (IntPtr model); |
no outgoing calls
no test coverage detected