comparison m_property.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents ae4237717601
children fc8d4bd1689a
comparison
equal deleted inserted replaced
25552:21f17f58f5bc 25553:6ac1ece1f9fe
1 #ifndef M_PROPERTY_H
2 #define M_PROPERTY_H
1 3
2 /// \defgroup Properties 4 /// \defgroup Properties
3 /// 5 ///
4 /// Properties provide an interface to query and set the state of various 6 /// Properties provide an interface to query and set the state of various
5 /// things in MPlayer. The API is based on the \ref Options API like the 7 /// things in MPlayer. The API is based on the \ref Options API like the
196 int m_property_bitrate(m_option_t* prop,int action,void* arg,int rate); 198 int m_property_bitrate(m_option_t* prop,int action,void* arg,int rate);
197 199
198 ///@} 200 ///@}
199 201
200 ///@} 202 ///@}
203
204 #endif /* M_PROPERTY_H */