Parent Directory
|
Revision Log
|
Patch
revision 27 by william, Thu Mar 7 12:11:41 2013 UTC | revision 28 by william, Thu Mar 7 12:51:53 2013 UTC | |
---|---|---|
# | Line 30 namespace libxmltv.Core | Line 30 namespace libxmltv.Core |
30 | public static class Programs | public static class Programs |
31 | { | { |
32 | public const string ProgramStart = "start"; | public const string ProgramStart = "start"; |
33 | public const string ProgramStop = "stop"; | |
34 | public const string ProgramChannelId = CHANNEL_ELEMENT; | |
35 | public const string ProgramTitle = "title"; | |
36 | public const string ProgramSubTitle = "sub-title"; | |
37 | public const string ProgramDescription = "desc"; | |
38 | } | } |
39 | #endregion | #endregion |
40 | } | } |
} | ||
41 | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |