jp9000 aa2bea3749 (API Change) libobs: Don't use signal for obs_load_sources
(Note: This commit also changes the UI)

Changed:
-------------------
void obs_load_sources(obs_data_array_t *sources_list);

To:
-------------------
void obs_load_sources(obs_data_array_t *sources_list,
		obs_source_load_cb callback, void *private_data);

Signals should really never be required to use to make some function
work properly.  The "source_load" signal was required for the
obs_load_sources function, but it's meant more for loading private data
in the settings, not for general loading of sources.

This changes it so that a callback is explicitly required to load the
sources.
2016-03-04 12:59:56 -08:00
..
2016-03-01 15:18:34 -08:00
2014-08-05 21:15:31 +02:00
2016-03-01 15:18:34 -08:00
2015-01-03 02:37:21 -08:00
2015-01-03 02:37:21 -08:00
2015-04-10 07:27:37 -07:00
2015-05-24 16:20:12 -07:00
2015-05-24 16:20:12 -07:00
2015-05-11 20:45:27 +02:00
2015-05-11 20:45:27 +02:00
2015-07-03 18:35:30 -07:00