~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to m_property.h

  • Committer: William Grant
  • Date: 2007-02-03 03:16:07 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: william.grant@ubuntu.org.au-20070203031607-08gc2ompbz6spt9i
Update to 1.0rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
// Helpers to use MPlayer's properties
121
121
 
122
122
/// Get an MPlayer property.
123
 
m_option_t*  mp_property_find(char* name);
 
123
m_option_t*  mp_property_find(const char* name);
124
124
 
125
125
/// Do an action with an MPlayer property.
126
 
int mp_property_do(char* name,int action, void* val);
 
126
int mp_property_do(const char* name,int action, void* val);
127
127
 
128
128
/// \defgroup PropertyImplHelper Property implementation helpers
129
129
/// \ingroup Properties