| 104 /** |
104 /** |
| 105 * PidginProtocolChooser:protocol: |
105 * PidginProtocolChooser:protocol: |
| 106 * |
106 * |
| 107 * The protocol which is currently selected. |
107 * The protocol which is currently selected. |
| 108 * |
108 * |
| 109 * Since: 3.0.0 |
109 * Since: 3.0 |
| 110 **/ |
110 **/ |
| 111 properties[PROP_PROTOCOL] = g_param_spec_object( |
111 properties[PROP_PROTOCOL] = g_param_spec_object( |
| 112 "protocol", |
112 "protocol", |
| 113 "protocol", |
113 "protocol", |
| 114 "The PurpleProtocol which is currently selected", |
114 "The PurpleProtocol which is currently selected", |