|
tv-service
0.1.0
|
Go to the source code of this file.
Data Structures | |
| struct | GetTimeResult |
Typedefs | |
| typedef gpointer | TvServiceUtils |
| typedef void(* | TvServiceUtilsCallback )(TvServiceUtilsEvent event, gpointer data, gpointer user_data) |
Functions | |
| gint | tv_service_utils_create () |
| gint | tv_service_utils_register_callback (TvServiceUtilsCallback callback_func, gpointer user_data) |
| gint | tv_service_utils_get_time (gint service_id) |
| gint | tv_service_utils_destroy () |
This API is not official tv-service API. It can always be changed without announcement.
| typedef gpointer TvServiceUtils |
| typedef void(* TvServiceUtilsCallback)(TvServiceUtilsEvent event, gpointer data, gpointer user_data) |
| enum TvServiceUtilsEvent |
| gint tv_service_utils_create | ( | ) |
This function creates a utils proxy.
| gint tv_service_utils_destroy | ( | ) |
This function destroy a utils proxy.
| gint tv_service_utils_get_time | ( | gint | service_id | ) |
This function get the stt tables time.
| service_id | [in] the service(channel) index. |
| gint tv_service_utils_register_callback | ( | TvServiceUtilsCallback | callback_func, |
| gpointer | user_data | ||
| ) |
tv_service_utils_register_callback
This function register callback to TV Service
| callback_func | [in] callback handle, |
| user_data | [in] user data, |