| 37 static void |
37 static void |
| 38 purple_media_backend_base_init(gpointer iface) |
38 purple_media_backend_base_init(gpointer iface) |
| 39 { |
39 { |
| 40 static gboolean is_initialized = FALSE; |
40 static gboolean is_initialized = FALSE; |
| 41 |
41 |
| 42 if (is_initialized) |
42 if (is_initialized) { |
| 43 return; |
43 return; |
| |
44 } |
| 44 |
45 |
| 45 g_object_interface_install_property(iface, |
46 g_object_interface_install_property(iface, |
| 46 g_param_spec_string("conference-type", |
47 g_param_spec_string("conference-type", |
| 47 "Conference Type", |
48 "Conference Type", |
| 48 "The type of conference that this backend " |
49 "The type of conference that this backend " |