pidgin/prefs/pidginvvprefs.h

changeset 42620
72178a341eb8
parent 42466
ca3374c1cdba
child 43177
595a5f31003a
equal deleted inserted replaced
42619:3dd7cd0eabf1 42620:72178a341eb8
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,
55 * 55 *
56 * Creates a new #PidginVVPrefs instance. 56 * Creates a new #PidginVVPrefs instance.
57 * 57 *
58 * Returns: (transfer full): The new #PidginVVPrefs instance. 58 * Returns: (transfer full): The new #PidginVVPrefs instance.
59 * 59 *
60 * Since: 3.0.0 60 * Since: 3.0
61 */ 61 */
62 PIDGIN_AVAILABLE_IN_3_0 62 PIDGIN_AVAILABLE_IN_3_0
63 GtkWidget *pidgin_vv_prefs_new(void); 63 GtkWidget *pidgin_vv_prefs_new(void);
64 64
65 /** 65 /**
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

mercurial