File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1313
1414const CFStringRef OGDescriptionFormat = CFSTR(" format" );
1515const CFStringRef OGDescriptionIncludeValues = CFSTR(" include-values" );
16+ const CFStringRef OGDescriptionTruncationLimit = CFSTR(" truncation-limit" );
17+ const CFStringRef OGDescriptionMaxFrames = CFSTR(" max-frames" );
1618
1719CFTypeRef OG::Graph::description (const Graph * _Nullable graph, NSDictionary * dic) {
1820 // TODO
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ const CFStringRef OGDescriptionFormat OG_SWIFT_NAME(OGGraphRef.descriptionFormat
2222OG_EXPORT
2323const CFStringRef OGDescriptionIncludeValues OG_SWIFT_NAME (OGGraphRef .descriptionIncludeValues );
2424
25+ OG_EXPORT
26+ const CFStringRef OGDescriptionTruncationLimit OG_SWIFT_NAME (OGGraphRef .descriptionTruncationLimit );
27+
28+ OG_EXPORT
29+ const CFStringRef OGDescriptionMaxFrames OG_SWIFT_NAME (OGGraphRef .descriptionMaxFrames );
30+
2531static const CFStringRef OGDescriptionFormatDot OG_SWIFT_NAME (OGGraphRef .descriptionFormatDot ) = CFSTR ("graph/dot" );
2632
2733static const CFStringRef OGDescriptionFormatDictionary OG_SWIFT_NAME (OGGraphRef .descriptionFormatDictionary ) = CFSTR ("graph/dict" );
You can’t perform that action at this time.
0 commit comments