| 40 * PidginVVPrefs: |
40 * PidginVVPrefs: |
| 41 * |
41 * |
| 42 * #PidginVVPrefs is a widget for the preferences window to let users |
42 * #PidginVVPrefs is a widget for the preferences window to let users |
| 43 * choose and configure their voice and video settings. |
43 * choose and configure their voice and video settings. |
| 44 * |
44 * |
| 45 * Since: 3.0.0 |
45 * Since: 3.0 |
| 46 */ |
46 */ |
| 47 #define PIDGIN_TYPE_VV_PREFS (pidgin_vv_prefs_get_type()) |
47 #define PIDGIN_TYPE_VV_PREFS (pidgin_vv_prefs_get_type()) |
| 48 |
48 |
| 49 PIDGIN_AVAILABLE_IN_3_0 |
49 PIDGIN_AVAILABLE_IN_3_0 |
| 50 G_DECLARE_FINAL_TYPE(PidginVVPrefs, pidgin_vv_prefs, |
50 G_DECLARE_FINAL_TYPE(PidginVVPrefs, pidgin_vv_prefs, |
| 67 * @prefs: The #PidginVVPrefs instance. |
67 * @prefs: The #PidginVVPrefs instance. |
| 68 * |
68 * |
| 69 * Disable any test pipelines that may be playing on this widget. This may be |
69 * Disable any test pipelines that may be playing on this widget. This may be |
| 70 * used when switching focus or views to a different widget. |
70 * used when switching focus or views to a different widget. |
| 71 * |
71 * |
| 72 * Since: 3.0.0 |
72 * Since: 3.0 |
| 73 */ |
73 */ |
| 74 PIDGIN_AVAILABLE_IN_3_0 |
74 PIDGIN_AVAILABLE_IN_3_0 |
| 75 void pidgin_vv_prefs_disable_test_pipelines(PidginVVPrefs *prefs); |
75 void pidgin_vv_prefs_disable_test_pipelines(PidginVVPrefs *prefs); |
| 76 |
76 |
| 77 G_END_DECLS |
77 G_END_DECLS |