| 315 /** |
315 /** |
| 316 * PurpleCommand:tags: |
316 * PurpleCommand:tags: |
| 317 * |
317 * |
| 318 * The [class@Tags] for the command. |
318 * The [class@Tags] for the command. |
| 319 * |
319 * |
| |
320 * These tags will be used with [property@Conversation:tags] in a call to |
| |
321 * [method@Tags.contains] to determine if the command is valid for a |
| |
322 * conversation. Likewise, if this doesn't contain any tags, it will match |
| |
323 * all conversations. |
| |
324 * |
| 320 * Since: 3.0 |
325 * Since: 3.0 |
| 321 */ |
326 */ |
| 322 properties[PROP_TAGS] = g_param_spec_object( |
327 properties[PROP_TAGS] = g_param_spec_object( |
| 323 "tags", NULL, NULL, |
328 "tags", NULL, NULL, |
| 324 PURPLE_TYPE_TAGS, |
329 PURPLE_TYPE_TAGS, |