pidgin/pidginaccountfilterprotocol.c

changeset 43072
a59a119b74f5
parent 42767
8cf1d11b59c1
child 43285
acde304cf24c
equal deleted inserted replaced
43071:071588186662 43072:a59a119b74f5
149 * PidginAccountFilterProtocol:protocol-id: 149 * PidginAccountFilterProtocol:protocol-id:
150 * 150 *
151 * The protocol id that will be filtered for. 151 * The protocol id that will be filtered for.
152 */ 152 */
153 properties[PROP_PROTOCOL_ID] = g_param_spec_string( 153 properties[PROP_PROTOCOL_ID] = g_param_spec_string(
154 "protocol-id", "protocol-id", "The id of the protocol to filter", 154 "protocol-id", NULL, NULL,
155 NULL, 155 NULL,
156 G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); 156 G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
157 157
158 g_object_class_install_properties(obj_class, N_PROPERTIES, properties); 158 g_object_class_install_properties(obj_class, N_PROPERTIES, properties);
159 } 159 }

mercurial