| |
1 <?xml version="1.0" encoding="UTF-8"?> |
| |
2 <!-- |
| |
3 Pidgin - Internet Messenger |
| |
4 Copyright (C) Pidgin Developers <devel@pidgin.im> |
| |
5 |
| |
6 This program is free software; you can redistribute it and/or |
| |
7 modify it under the terms of the GNU General Public License |
| |
8 as published by the Free Software Foundation; either version 2 |
| |
9 of the License, or (at your option) any later version. |
| |
10 |
| |
11 This program is distributed in the hope that it will be useful, |
| |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| |
14 GNU General Public License for more details. |
| |
15 |
| |
16 You should have received a copy of the GNU General Public License |
| |
17 along with this program; if not, see <https://www.gnu.org/licenses/>. |
| |
18 --> |
| |
19 <interface> |
| |
20 <requires lib="gtk" version="4.0"/> |
| |
21 <requires lib="Adw" version="1.0"/> |
| |
22 <!-- interface-license-type gplv2 --> |
| |
23 <!-- interface-name Pidgin --> |
| |
24 <!-- interface-description Internet Messenger --> |
| |
25 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| |
26 <template class="PidginPrivacyPrefs" parent="AdwPreferencesPage"> |
| |
27 <property name="icon-name">preferences-system-privacy-symbolic</property> |
| |
28 <property name="title" translatable="yes">Privacy</property> |
| |
29 <child> |
| |
30 <object class="AdwPreferencesGroup"> |
| |
31 <property name="title" translatable="yes">Activity</property> |
| |
32 <child> |
| |
33 <object class="AdwSwitchRow" id="send_typing_notifications"> |
| |
34 <property name="title" translatable="yes">Send _Typing Notifications</property> |
| |
35 <property name="use-underline">true</property> |
| |
36 </object> |
| |
37 </child> |
| |
38 </object> |
| |
39 </child> |
| |
40 </template> |
| |
41 </interface> |