28. maaliskuuta 2012 23.36 Peter Tap <span dir="ltr"><<a href="mailto:ptrtap@yahoo.com">ptrtap@yahoo.com</a>></span> kirjoitti:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><span>Anyone?</span></div><div><br><span></span></div><div><span>I know that the UI module is doing this all the time. When you go to preferences dialog, any value you set goes through var_SetXXX method. I just couldn't figure out how the UI is able to get hold of the right object.</span></div>
</div></div></blockquote><div><br></div><div>AFAIK the settings are global. So you can read/write values from any module. e.g. live-caching value is read by multiple modules.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><br><span></span></div><div><span>Regards,</span></div><div><span>Peter<br></span></div><div class="hm HOEnZb"><div><br></div>  </div>
<div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div class="hm HOEnZb"> </div><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div class="hm HOEnZb"> <div dir="ltr">
 <font face="Arial"> <hr size="1">  <b><span style="font-weight:bold">From:</span></b> Peter Tap <<a href="mailto:ptrtap@yahoo.com" target="_blank">ptrtap@yahoo.com</a>><br> <b><span style="font-weight:bold">To:</span></b> Mailing list for VLC media player developers
 <<a href="mailto:vlc-devel@videolan.org" target="_blank">vlc-devel@videolan.org</a>> <br> <b><span style="font-weight:bold">Sent:</span></b> Tuesday, March 27, 2012 4:09 PM<br> <b><span style="font-weight:bold">Subject:</span></b> [vlc-devel] Proper way to call var_SetInteger<br>
 </font> </div></div><div><div class="h5"> <br>
<div><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Folks,</div><div><br></div><div>I am trying to understand how to set an integer field from one module to another.</div><div><br>
</div><div>My first module exposes an integer value:</div><div>   myval = var_CreateGetIntegerCommand(p_obj, "mytest-val");</div><div>   var_AddCallback(p_obj, "mytest-val", MyCallback, p_myData);</div>
<div><br></div><div><br></div><div>The second module needs to set the value for "mytest-val." I am guessing a call to var_SetInteger is in order:<br></div><div><br></div><div>var_SetInteger(p_obj, ...)</div><div>
<br></div><div>The problem is, the first parameter to var_SetInteger should be the object associated with the first module. How does one obtain this object?</div><div><br></div><div>Thank you in advance
 for your
 help.</div><div><br></div><div>Regards,</div><div>Peter<br></div><div></div></div></div></div><br></div></div><div class="im">_______________________________________________<br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br><br><br> </div></div> </div>  </div></div><br>_______________________________________________<br>

vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>