diff options
author | yids <yids@140774ce-b5e7-0310-ab8b-a85725594a96> | 2014-01-21 17:07:00 +0000 |
---|---|---|
committer | yids <yids@140774ce-b5e7-0310-ab8b-a85725594a96> | 2014-01-21 17:07:00 +0000 |
commit | 4c235f6dfa2f48bb9103839fa5c04694d6d696ba (patch) | |
tree | 8a72c4259668ecf5fe3322fb7b8f239265d59ace | |
parent | 6014898c2fe919acba00ca355715d4edbac942eb (diff) | |
download | gnunet-gtk-4c235f6dfa2f48bb9103839fa5c04694d6d696ba.tar.gz gnunet-gtk-4c235f6dfa2f48bb9103839fa5c04694d6d696ba.zip |
Added gnunet-conversation-gtk application.
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 12 | ||||
-rw-r--r-- | contrib/gnunet_conversation_gtk_about_window.glade | 360 | ||||
-rw-r--r-- | contrib/gnunet_conversation_gtk_about_window.glade.in | 360 | ||||
-rw-r--r-- | contrib/gnunet_conversation_gtk_main_window.glade | 442 | ||||
-rw-r--r-- | src/conversation/.deps/gnunet-conversation-gtk.Po | 2157 | ||||
-rw-r--r-- | src/conversation/.deps/gnunet-conversation-gtk_about.Po | 2118 | ||||
-rw-r--r-- | src/conversation/Makefile | 795 | ||||
-rw-r--r-- | src/conversation/Makefile.am | 23 | ||||
-rw-r--r-- | src/conversation/Makefile.in | 795 | ||||
-rwxr-xr-x | src/conversation/gnunet-conversation-gtk | 228 | ||||
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.c | 1480 | ||||
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.h | 507 | ||||
-rw-r--r-- | src/conversation/gnunet-conversation-gtk_about.c | 41 |
14 files changed, 9318 insertions, 2 deletions
@@ -11,7 +11,7 @@ $ make install | |||
11 | gnunet-gtk requires GTK 2.6.30 or higher and libgladeui-1 or | 11 | gnunet-gtk requires GTK 2.6.30 or higher and libgladeui-1 or |
12 | libgladeui-2 (i.e. 3.8 or 3.10). glade-3.8 should be used to edit the | 12 | libgladeui-2 (i.e. 3.8 or 3.10). glade-3.8 should be used to edit the |
13 | UI. | 13 | UI. |
14 | 14 | gnunet-conversation-gtk requires GTK3. | |
15 | 15 | ||
16 | After installation, you should have the following new programs: | 16 | After installation, you should have the following new programs: |
17 | 17 | ||
diff --git a/configure.ac b/configure.ac index 0e7cd38d..52bd99dd 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -153,7 +153,15 @@ AC_ARG_ENABLE([peerinfo-app], | |||
153 | AS_IF([test "x$enable_peerinfo_app" != "xno"], [ | 153 | AS_IF([test "x$enable_peerinfo_app" != "xno"], [ |
154 | GNUNET_PEERINFO_APP="peerinfo" | 154 | GNUNET_PEERINFO_APP="peerinfo" |
155 | ]) | 155 | ]) |
156 | AC_SUBST(GNUNET_PEERINFO_APP) | 156 | AC_SUBST(GNUNET_CONVERSATION_APP) |
157 | |||
158 | GNUNET_PEERINFO_APP="" | ||
159 | AC_ARG_ENABLE([conversation-app], | ||
160 | AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application])) | ||
161 | AS_IF([test "x$enable_conversation_app" != "xno"], [ | ||
162 | GNUNET_PEERINFO_APP="conversation" | ||
163 | ]) | ||
164 | AC_SUBST(GNUNET_CONVERSATION_APP) | ||
157 | 165 | ||
158 | # test for libextractor | 166 | # test for libextractor |
159 | extractor=0 | 167 | extractor=0 |
@@ -526,6 +534,7 @@ src/main/Makefile | |||
526 | src/namestore/Makefile | 534 | src/namestore/Makefile |
527 | src/setup/Makefile | 535 | src/setup/Makefile |
528 | src/statistics/Makefile | 536 | src/statistics/Makefile |
537 | src/conversation/Makefile | ||
529 | pixmaps/Makefile | 538 | pixmaps/Makefile |
530 | po/Makefile.in | 539 | po/Makefile.in |
531 | po/Makefile | 540 | po/Makefile |
@@ -537,6 +546,7 @@ contrib/gnunet_peerinfo_gtk_about_window.glade | |||
537 | contrib/gnunet_namestore_gtk_about_window.glade | 546 | contrib/gnunet_namestore_gtk_about_window.glade |
538 | contrib/gnunet_statistics_gtk_about_window.glade | 547 | contrib/gnunet_statistics_gtk_about_window.glade |
539 | contrib/gnunet_setup_about_window.glade | 548 | contrib/gnunet_setup_about_window.glade |
549 | contrib/gnunet_conversation_gtk_about_window.glade | ||
540 | ]) | 550 | ]) |
541 | 551 | ||
542 | if test "$qrencode" != 1 | 552 | if test "$qrencode" != 1 |
diff --git a/contrib/gnunet_conversation_gtk_about_window.glade b/contrib/gnunet_conversation_gtk_about_window.glade new file mode 100644 index 00000000..63b855af --- /dev/null +++ b/contrib/gnunet_conversation_gtk_about_window.glade | |||
@@ -0,0 +1,360 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <interface> | ||
3 | <requires lib="gtk+" version="2.20"/> | ||
4 | <!-- interface-naming-policy project-wide --> | ||
5 | <object class="GtkTextBuffer" id="credits_art_contents"> | ||
6 | <property name="text">Jakub 'jimmac' Steiner <jimmac@ximian.org> | ||
7 | Christian Muellner <chris@flop.de> | ||
8 | Alex Jones <alexrjones@ntlworld.com> | ||
9 | Nicklas Larsson <whybill@gmail.com></property> | ||
10 | </object> | ||
11 | <object class="GtkTextBuffer" id="credits_authors_contents"> | ||
12 | <property name="text">Juergen Appel <jappel@linux01.gwdg.de> | ||
13 | Krista Grothoff <krista@grothoff.org> | ||
14 | James Blackwell <jblack@linuxguru.net> | ||
15 | Ludovic Courtes <ludo@chbouib.org> | ||
16 | Nils Durner <durner@gnunet.org> | ||
17 | Renaldo Ferreira <rf@cs.purdue.edu> | ||
18 | Christian Grothoff <christian@grothoff.org> | ||
19 | Eric Haumant | ||
20 | Tzvetan Horozov <horozov@motorola.com> | ||
21 | Gerd Knorr <kraxel@bytesex.org> | ||
22 | Werner Koch <libgcrypt@g10code.com> | ||
23 | Uli Luckas <luckas@musoft.de> | ||
24 | Blake Matheny | ||
25 | Glenn McGrath | ||
26 | Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> | ||
27 | Ioana Patrascu <ioanapatrascu@yahoo.com> | ||
28 | Marko Raeihae | ||
29 | Paul Ruth <ruth@cs.purdue.edu> | ||
30 | Risto Saarelma | ||
31 | Antti Salonen | ||
32 | Tiberius Stef <tstef@cs.purdue.edu> | ||
33 | Tuomas Toivonen | ||
34 | Tomi Tukiainen | ||
35 | Kevin Vandersloot <kfv101@psu.edu> | ||
36 | Simo Viitanen | ||
37 | Larry Waldo | ||
38 | Igor Wronsky <iwronsky@users.sourceforge.net> | ||
39 | <january@hushmail.com></property> | ||
40 | </object> | ||
41 | <object class="GtkTextBuffer" id="credits_docs_contents"> | ||
42 | <property name="text">Christian Grothoff <christian@grothoff.org> | ||
43 | Anders Carlsson <andersca@gnu.org> | ||
44 | Nils Durner <durner@gnunet.org> | ||
45 | Nicklas Larsson <whybill@gmail.com> | ||
46 | Milan Bouchet-Valat <nalimilan@club.fr> | ||
47 | Igor Wronsky <iwronsky@users.sourceforge.net></property> | ||
48 | </object> | ||
49 | <object class="GtkTextBuffer" id="credits_trans_contents"> | ||
50 | <property name="text">Di Ma | ||
51 | Jens Palsberg <palsberg@cs.ucla.edu> | ||
52 | Christian Grothoff <christian@grothoff.org> | ||
53 | Nils Durner <durner@gnunet.org> | ||
54 | Mathieu <mollo@bghflt.org> | ||
55 | Eric Haumant | ||
56 | milan@skoid.org | ||
57 | Hiroshi Yamauchi <yamauchi@cs.purdue.edu> | ||
58 | Adam Welc <welc@cs.purdue.edu> | ||
59 | Bogdan Carbunar <carbunar@cs.purdue.edu> | ||
60 | Steven Michael Murphy <murf@e-tools.com> | ||
61 | Phan Vinh Thinh <teppi82@gmail.com> | ||
62 | Daniel Nylander <po@danielnylander.se></property> | ||
63 | </object> | ||
64 | <object class="GtkTextBuffer" id="license_contents"> | ||
65 | <property name="text" translatable="yes">License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...).</property> | ||
66 | </object> | ||
67 | <object class="GtkWindow" id="about_window"> | ||
68 | <property name="can_focus">False</property> | ||
69 | <property name="modal">True</property> | ||
70 | <property name="destroy_with_parent">True</property> | ||
71 | <signal name="realize" handler="GNUNET_GTK_about_window_realized" swapped="no"/> | ||
72 | <signal name="delete-event" handler="GNUNET_GTK_about_window_got_delete_event" swapped="no"/> | ||
73 | <child> | ||
74 | <object class="GtkVBox" id="about_main_vbox"> | ||
75 | <property name="visible">True</property> | ||
76 | <property name="can_focus">False</property> | ||
77 | <property name="border_width">10</property> | ||
78 | <child> | ||
79 | <object class="GtkImage" id="about_logo_image"> | ||
80 | <property name="visible">True</property> | ||
81 | <property name="can_focus">False</property> | ||
82 | <property name="pixbuf">gnunet_logo.png</property> | ||
83 | </object> | ||
84 | <packing> | ||
85 | <property name="expand">False</property> | ||
86 | <property name="fill">True</property> | ||
87 | <property name="position">0</property> | ||
88 | </packing> | ||
89 | </child> | ||
90 | <child> | ||
91 | <object class="GtkLabel" id="about_name_version_label"> | ||
92 | <property name="visible">True</property> | ||
93 | <property name="can_focus">False</property> | ||
94 | <property name="label">GNUnet-Peerinfo-GTK r31952</property> | ||
95 | <attributes> | ||
96 | <attribute name="weight" value="bold"/> | ||
97 | <attribute name="size" value="200"/> | ||
98 | </attributes> | ||
99 | </object> | ||
100 | <packing> | ||
101 | <property name="expand">False</property> | ||
102 | <property name="fill">True</property> | ||
103 | <property name="position">1</property> | ||
104 | </packing> | ||
105 | </child> | ||
106 | <child> | ||
107 | <object class="GtkLabel" id="about_copyright_label"> | ||
108 | <property name="visible">True</property> | ||
109 | <property name="can_focus">False</property> | ||
110 | <property name="label">(C) 2010-2014 The GNUnet Project</property> | ||
111 | </object> | ||
112 | <packing> | ||
113 | <property name="expand">False</property> | ||
114 | <property name="fill">True</property> | ||
115 | <property name="position">2</property> | ||
116 | </packing> | ||
117 | </child> | ||
118 | <child> | ||
119 | <object class="GtkLabel" id="about_link_label"> | ||
120 | <property name="visible">True</property> | ||
121 | <property name="can_focus">False</property> | ||
122 | <property name="label"><a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a></property> | ||
123 | <property name="use_markup">True</property> | ||
124 | <property name="wrap">True</property> | ||
125 | </object> | ||
126 | <packing> | ||
127 | <property name="expand">False</property> | ||
128 | <property name="fill">True</property> | ||
129 | <property name="position">3</property> | ||
130 | </packing> | ||
131 | </child> | ||
132 | <child> | ||
133 | <object class="GtkNotebook" id="about_credits_notebook"> | ||
134 | <property name="can_focus">True</property> | ||
135 | <child> | ||
136 | <object class="GtkScrolledWindow" id="about_credits_authors_scroller"> | ||
137 | <property name="visible">True</property> | ||
138 | <property name="can_focus">True</property> | ||
139 | <property name="hscrollbar_policy">automatic</property> | ||
140 | <property name="vscrollbar_policy">automatic</property> | ||
141 | <child> | ||
142 | <object class="GtkTextView" id="about_credits_authors_textview"> | ||
143 | <property name="visible">True</property> | ||
144 | <property name="can_focus">True</property> | ||
145 | <property name="editable">False</property> | ||
146 | <property name="wrap_mode">word</property> | ||
147 | <property name="cursor_visible">False</property> | ||
148 | <property name="buffer">credits_authors_contents</property> | ||
149 | <property name="accepts_tab">False</property> | ||
150 | </object> | ||
151 | </child> | ||
152 | </object> | ||
153 | </child> | ||
154 | <child type="tab"> | ||
155 | <object class="GtkLabel" id="about_credits_authors_tab"> | ||
156 | <property name="visible">True</property> | ||
157 | <property name="can_focus">False</property> | ||
158 | <property name="label" translatable="yes">Developed by</property> | ||
159 | </object> | ||
160 | <packing> | ||
161 | <property name="tab_fill">False</property> | ||
162 | </packing> | ||
163 | </child> | ||
164 | <child> | ||
165 | <object class="GtkScrolledWindow" id="about_credits_docs_scroller"> | ||
166 | <property name="visible">True</property> | ||
167 | <property name="can_focus">True</property> | ||
168 | <property name="hscrollbar_policy">automatic</property> | ||
169 | <property name="vscrollbar_policy">automatic</property> | ||
170 | <child> | ||
171 | <object class="GtkTextView" id="about_credits_docs_textview"> | ||
172 | <property name="visible">True</property> | ||
173 | <property name="can_focus">True</property> | ||
174 | <property name="editable">False</property> | ||
175 | <property name="wrap_mode">word</property> | ||
176 | <property name="cursor_visible">False</property> | ||
177 | <property name="buffer">credits_docs_contents</property> | ||
178 | <property name="accepts_tab">False</property> | ||
179 | </object> | ||
180 | </child> | ||
181 | </object> | ||
182 | <packing> | ||
183 | <property name="position">1</property> | ||
184 | </packing> | ||
185 | </child> | ||
186 | <child type="tab"> | ||
187 | <object class="GtkLabel" id="about_credits_docs_tab"> | ||
188 | <property name="visible">True</property> | ||
189 | <property name="can_focus">False</property> | ||
190 | <property name="label" translatable="yes">Documented by</property> | ||
191 | </object> | ||
192 | <packing> | ||
193 | <property name="position">1</property> | ||
194 | <property name="tab_fill">False</property> | ||
195 | </packing> | ||
196 | </child> | ||
197 | <child> | ||
198 | <object class="GtkScrolledWindow" id="about_credits_trans_scroller"> | ||
199 | <property name="visible">True</property> | ||
200 | <property name="can_focus">True</property> | ||
201 | <property name="hscrollbar_policy">automatic</property> | ||
202 | <property name="vscrollbar_policy">automatic</property> | ||
203 | <child> | ||
204 | <object class="GtkTextView" id="about_credits_trans_textview"> | ||
205 | <property name="visible">True</property> | ||
206 | <property name="can_focus">True</property> | ||
207 | <property name="editable">False</property> | ||
208 | <property name="wrap_mode">word</property> | ||
209 | <property name="cursor_visible">False</property> | ||
210 | <property name="buffer">credits_trans_contents</property> | ||
211 | <property name="accepts_tab">False</property> | ||
212 | </object> | ||
213 | </child> | ||
214 | </object> | ||
215 | <packing> | ||
216 | <property name="position">2</property> | ||
217 | </packing> | ||
218 | </child> | ||
219 | <child type="tab"> | ||
220 | <object class="GtkLabel" id="about_credits_trans_tab"> | ||
221 | <property name="visible">True</property> | ||
222 | <property name="can_focus">False</property> | ||
223 | <property name="label" translatable="yes">Translated by</property> | ||
224 | </object> | ||
225 | <packing> | ||
226 | <property name="position">2</property> | ||
227 | <property name="tab_fill">False</property> | ||
228 | </packing> | ||
229 | </child> | ||
230 | <child> | ||
231 | <object class="GtkScrolledWindow" id="about_credits_art_scroller"> | ||
232 | <property name="visible">True</property> | ||
233 | <property name="can_focus">True</property> | ||
234 | <property name="hscrollbar_policy">automatic</property> | ||
235 | <property name="vscrollbar_policy">automatic</property> | ||
236 | <child> | ||
237 | <object class="GtkTextView" id="about_credits_art_textview"> | ||
238 | <property name="visible">True</property> | ||
239 | <property name="can_focus">True</property> | ||
240 | <property name="editable">False</property> | ||
241 | <property name="wrap_mode">word</property> | ||
242 | <property name="cursor_visible">False</property> | ||
243 | <property name="buffer">credits_art_contents</property> | ||
244 | <property name="accepts_tab">False</property> | ||
245 | </object> | ||
246 | </child> | ||
247 | </object> | ||
248 | <packing> | ||
249 | <property name="position">3</property> | ||
250 | </packing> | ||
251 | </child> | ||
252 | <child type="tab"> | ||
253 | <object class="GtkLabel" id="about_credits_art_tab"> | ||
254 | <property name="visible">True</property> | ||
255 | <property name="can_focus">False</property> | ||
256 | <property name="label" translatable="yes">Artwork by</property> | ||
257 | </object> | ||
258 | <packing> | ||
259 | <property name="position">3</property> | ||
260 | <property name="tab_fill">False</property> | ||
261 | </packing> | ||
262 | </child> | ||
263 | </object> | ||
264 | <packing> | ||
265 | <property name="expand">True</property> | ||
266 | <property name="fill">True</property> | ||
267 | <property name="position">4</property> | ||
268 | </packing> | ||
269 | </child> | ||
270 | <child> | ||
271 | <object class="GtkScrolledWindow" id="about_license_scroller"> | ||
272 | <property name="can_focus">True</property> | ||
273 | <property name="hscrollbar_policy">never</property> | ||
274 | <property name="shadow_type">out</property> | ||
275 | <child> | ||
276 | <object class="GtkTextView" id="about_license_textview"> | ||
277 | <property name="visible">True</property> | ||
278 | <property name="can_focus">True</property> | ||
279 | <property name="editable">False</property> | ||
280 | <property name="wrap_mode">word</property> | ||
281 | <property name="cursor_visible">False</property> | ||
282 | <property name="buffer">license_contents</property> | ||
283 | <property name="accepts_tab">False</property> | ||
284 | </object> | ||
285 | </child> | ||
286 | </object> | ||
287 | <packing> | ||
288 | <property name="expand">True</property> | ||
289 | <property name="fill">True</property> | ||
290 | <property name="position">5</property> | ||
291 | </packing> | ||
292 | </child> | ||
293 | <child> | ||
294 | <object class="GtkHBox" id="about_buttons_hbox"> | ||
295 | <property name="visible">True</property> | ||
296 | <property name="can_focus">False</property> | ||
297 | <property name="border_width">5</property> | ||
298 | <property name="homogeneous">True</property> | ||
299 | <child> | ||
300 | <object class="GtkButton" id="about_credits_button"> | ||
301 | <property name="label" translatable="yes">Credits</property> | ||
302 | <property name="use_action_appearance">False</property> | ||
303 | <property name="visible">True</property> | ||
304 | <property name="can_focus">True</property> | ||
305 | <property name="receives_default">True</property> | ||
306 | <signal name="clicked" handler="GNUNET_GTK_about_credits_button_clicked" swapped="no"/> | ||
307 | </object> | ||
308 | <packing> | ||
309 | <property name="expand">True</property> | ||
310 | <property name="fill">False</property> | ||
311 | <property name="position">0</property> | ||
312 | </packing> | ||
313 | </child> | ||
314 | <child> | ||
315 | <object class="GtkButton" id="about_license_button"> | ||
316 | <property name="label" translatable="yes">License</property> | ||
317 | <property name="use_action_appearance">False</property> | ||
318 | <property name="visible">True</property> | ||
319 | <property name="can_focus">True</property> | ||
320 | <property name="receives_default">True</property> | ||
321 | <signal name="clicked" handler="GNUNET_GTK_about_license_button_clicked" swapped="no"/> | ||
322 | </object> | ||
323 | <packing> | ||
324 | <property name="expand">True</property> | ||
325 | <property name="fill">False</property> | ||
326 | <property name="position">1</property> | ||
327 | </packing> | ||
328 | </child> | ||
329 | <child> | ||
330 | <object class="GtkButton" id="about_close_button"> | ||
331 | <property name="label">gtk-close</property> | ||
332 | <property name="use_action_appearance">False</property> | ||
333 | <property name="visible">True</property> | ||
334 | <property name="can_focus">True</property> | ||
335 | <property name="receives_default">True</property> | ||
336 | <property name="use_stock">True</property> | ||
337 | <signal name="clicked" handler="GNUNET_GTK_about_close_button_clicked" swapped="no"/> | ||
338 | </object> | ||
339 | <packing> | ||
340 | <property name="expand">True</property> | ||
341 | <property name="fill">False</property> | ||
342 | <property name="pack_type">end</property> | ||
343 | <property name="position">2</property> | ||
344 | </packing> | ||
345 | </child> | ||
346 | <child> | ||
347 | <placeholder/> | ||
348 | </child> | ||
349 | </object> | ||
350 | <packing> | ||
351 | <property name="expand">False</property> | ||
352 | <property name="fill">False</property> | ||
353 | <property name="pack_type">end</property> | ||
354 | <property name="position">6</property> | ||
355 | </packing> | ||
356 | </child> | ||
357 | </object> | ||
358 | </child> | ||
359 | </object> | ||
360 | </interface> | ||
diff --git a/contrib/gnunet_conversation_gtk_about_window.glade.in b/contrib/gnunet_conversation_gtk_about_window.glade.in new file mode 100644 index 00000000..e7cd503a --- /dev/null +++ b/contrib/gnunet_conversation_gtk_about_window.glade.in | |||
@@ -0,0 +1,360 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <interface> | ||
3 | <requires lib="gtk+" version="2.20"/> | ||
4 | <!-- interface-naming-policy project-wide --> | ||
5 | <object class="GtkTextBuffer" id="credits_art_contents"> | ||
6 | <property name="text">Jakub 'jimmac' Steiner <jimmac@ximian.org> | ||
7 | Christian Muellner <chris@flop.de> | ||
8 | Alex Jones <alexrjones@ntlworld.com> | ||
9 | Nicklas Larsson <whybill@gmail.com></property> | ||
10 | </object> | ||
11 | <object class="GtkTextBuffer" id="credits_authors_contents"> | ||
12 | <property name="text">Juergen Appel <jappel@linux01.gwdg.de> | ||
13 | Krista Grothoff <krista@grothoff.org> | ||
14 | James Blackwell <jblack@linuxguru.net> | ||
15 | Ludovic Courtes <ludo@chbouib.org> | ||
16 | Nils Durner <durner@gnunet.org> | ||
17 | Renaldo Ferreira <rf@cs.purdue.edu> | ||
18 | Christian Grothoff <christian@grothoff.org> | ||
19 | Eric Haumant | ||
20 | Tzvetan Horozov <horozov@motorola.com> | ||
21 | Gerd Knorr <kraxel@bytesex.org> | ||
22 | Werner Koch <libgcrypt@g10code.com> | ||
23 | Uli Luckas <luckas@musoft.de> | ||
24 | Blake Matheny | ||
25 | Glenn McGrath | ||
26 | Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> | ||
27 | Ioana Patrascu <ioanapatrascu@yahoo.com> | ||
28 | Marko Raeihae | ||
29 | Paul Ruth <ruth@cs.purdue.edu> | ||
30 | Risto Saarelma | ||
31 | Antti Salonen | ||
32 | Tiberius Stef <tstef@cs.purdue.edu> | ||
33 | Tuomas Toivonen | ||
34 | Tomi Tukiainen | ||
35 | Kevin Vandersloot <kfv101@psu.edu> | ||
36 | Simo Viitanen | ||
37 | Larry Waldo | ||
38 | Igor Wronsky <iwronsky@users.sourceforge.net> | ||
39 | <january@hushmail.com></property> | ||
40 | </object> | ||
41 | <object class="GtkTextBuffer" id="credits_docs_contents"> | ||
42 | <property name="text">Christian Grothoff <christian@grothoff.org> | ||
43 | Anders Carlsson <andersca@gnu.org> | ||
44 | Nils Durner <durner@gnunet.org> | ||
45 | Nicklas Larsson <whybill@gmail.com> | ||
46 | Milan Bouchet-Valat <nalimilan@club.fr> | ||
47 | Igor Wronsky <iwronsky@users.sourceforge.net></property> | ||
48 | </object> | ||
49 | <object class="GtkTextBuffer" id="credits_trans_contents"> | ||
50 | <property name="text">Di Ma | ||
51 | Jens Palsberg <palsberg@cs.ucla.edu> | ||
52 | Christian Grothoff <christian@grothoff.org> | ||
53 | Nils Durner <durner@gnunet.org> | ||
54 | Mathieu <mollo@bghflt.org> | ||
55 | Eric Haumant | ||
56 | milan@skoid.org | ||
57 | Hiroshi Yamauchi <yamauchi@cs.purdue.edu> | ||
58 | Adam Welc <welc@cs.purdue.edu> | ||
59 | Bogdan Carbunar <carbunar@cs.purdue.edu> | ||
60 | Steven Michael Murphy <murf@e-tools.com> | ||
61 | Phan Vinh Thinh <teppi82@gmail.com> | ||
62 | Daniel Nylander <po@danielnylander.se></property> | ||
63 | </object> | ||
64 | <object class="GtkTextBuffer" id="license_contents"> | ||
65 | <property name="text" translatable="yes">License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...).</property> | ||
66 | </object> | ||
67 | <object class="GtkWindow" id="about_window"> | ||
68 | <property name="can_focus">False</property> | ||
69 | <property name="modal">True</property> | ||
70 | <property name="destroy_with_parent">True</property> | ||
71 | <signal name="realize" handler="GNUNET_GTK_about_window_realized" swapped="no"/> | ||
72 | <signal name="delete-event" handler="GNUNET_GTK_about_window_got_delete_event" swapped="no"/> | ||
73 | <child> | ||
74 | <object class="GtkVBox" id="about_main_vbox"> | ||
75 | <property name="visible">True</property> | ||
76 | <property name="can_focus">False</property> | ||
77 | <property name="border_width">10</property> | ||
78 | <child> | ||
79 | <object class="GtkImage" id="about_logo_image"> | ||
80 | <property name="visible">True</property> | ||
81 | <property name="can_focus">False</property> | ||
82 | <property name="pixbuf">gnunet_logo.png</property> | ||
83 | </object> | ||
84 | <packing> | ||
85 | <property name="expand">False</property> | ||
86 | <property name="fill">True</property> | ||
87 | <property name="position">0</property> | ||
88 | </packing> | ||
89 | </child> | ||
90 | <child> | ||
91 | <object class="GtkLabel" id="about_name_version_label"> | ||
92 | <property name="visible">True</property> | ||
93 | <property name="can_focus">False</property> | ||
94 | <property name="label">@GNUNET_PEERINFO_GTK_NAME@ @GNUNET_PEERINFO_GTK_VERSION3@</property> | ||
95 | <attributes> | ||
96 | <attribute name="weight" value="bold"/> | ||
97 | <attribute name="size" value="200"/> | ||
98 | </attributes> | ||
99 | </object> | ||
100 | <packing> | ||
101 | <property name="expand">False</property> | ||
102 | <property name="fill">True</property> | ||
103 | <property name="position">1</property> | ||
104 | </packing> | ||
105 | </child> | ||
106 | <child> | ||
107 | <object class="GtkLabel" id="about_copyright_label"> | ||
108 | <property name="visible">True</property> | ||
109 | <property name="can_focus">False</property> | ||
110 | <property name="label">(C) @GNUNET_PEERINFO_GTK_YEARFROM@-@GNUNET_PEERINFO_GTK_YEARTO@ The GNUnet Project</property> | ||
111 | </object> | ||
112 | <packing> | ||
113 | <property name="expand">False</property> | ||
114 | <property name="fill">True</property> | ||
115 | <property name="position">2</property> | ||
116 | </packing> | ||
117 | </child> | ||
118 | <child> | ||
119 | <object class="GtkLabel" id="about_link_label"> | ||
120 | <property name="visible">True</property> | ||
121 | <property name="can_focus">False</property> | ||
122 | <property name="label"><a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a></property> | ||
123 | <property name="use_markup">True</property> | ||
124 | <property name="wrap">True</property> | ||
125 | </object> | ||
126 | <packing> | ||
127 | <property name="expand">False</property> | ||
128 | <property name="fill">True</property> | ||
129 | <property name="position">3</property> | ||
130 | </packing> | ||
131 | </child> | ||
132 | <child> | ||
133 | <object class="GtkNotebook" id="about_credits_notebook"> | ||
134 | <property name="can_focus">True</property> | ||
135 | <child> | ||
136 | <object class="GtkScrolledWindow" id="about_credits_authors_scroller"> | ||
137 | <property name="visible">True</property> | ||
138 | <property name="can_focus">True</property> | ||
139 | <property name="hscrollbar_policy">automatic</property> | ||
140 | <property name="vscrollbar_policy">automatic</property> | ||
141 | <child> | ||
142 | <object class="GtkTextView" id="about_credits_authors_textview"> | ||
143 | <property name="visible">True</property> | ||
144 | <property name="can_focus">True</property> | ||
145 | <property name="editable">False</property> | ||
146 | <property name="wrap_mode">word</property> | ||
147 | <property name="cursor_visible">False</property> | ||
148 | <property name="buffer">credits_authors_contents</property> | ||
149 | <property name="accepts_tab">False</property> | ||
150 | </object> | ||
151 | </child> | ||
152 | </object> | ||
153 | </child> | ||
154 | <child type="tab"> | ||
155 | <object class="GtkLabel" id="about_credits_authors_tab"> | ||
156 | <property name="visible">True</property> | ||
157 | <property name="can_focus">False</property> | ||
158 | <property name="label" translatable="yes">Developed by</property> | ||
159 | </object> | ||
160 | <packing> | ||
161 | <property name="tab_fill">False</property> | ||
162 | </packing> | ||
163 | </child> | ||
164 | <child> | ||
165 | <object class="GtkScrolledWindow" id="about_credits_docs_scroller"> | ||
166 | <property name="visible">True</property> | ||
167 | <property name="can_focus">True</property> | ||
168 | <property name="hscrollbar_policy">automatic</property> | ||
169 | <property name="vscrollbar_policy">automatic</property> | ||
170 | <child> | ||
171 | <object class="GtkTextView" id="about_credits_docs_textview"> | ||
172 | <property name="visible">True</property> | ||
173 | <property name="can_focus">True</property> | ||
174 | <property name="editable">False</property> | ||
175 | <property name="wrap_mode">word</property> | ||
176 | <property name="cursor_visible">False</property> | ||
177 | <property name="buffer">credits_docs_contents</property> | ||
178 | <property name="accepts_tab">False</property> | ||
179 | </object> | ||
180 | </child> | ||
181 | </object> | ||
182 | <packing> | ||
183 | <property name="position">1</property> | ||
184 | </packing> | ||
185 | </child> | ||
186 | <child type="tab"> | ||
187 | <object class="GtkLabel" id="about_credits_docs_tab"> | ||
188 | <property name="visible">True</property> | ||
189 | <property name="can_focus">False</property> | ||
190 | <property name="label" translatable="yes">Documented by</property> | ||
191 | </object> | ||
192 | <packing> | ||
193 | <property name="position">1</property> | ||
194 | <property name="tab_fill">False</property> | ||
195 | </packing> | ||
196 | </child> | ||
197 | <child> | ||
198 | <object class="GtkScrolledWindow" id="about_credits_trans_scroller"> | ||
199 | <property name="visible">True</property> | ||
200 | <property name="can_focus">True</property> | ||
201 | <property name="hscrollbar_policy">automatic</property> | ||
202 | <property name="vscrollbar_policy">automatic</property> | ||
203 | <child> | ||
204 | <object class="GtkTextView" id="about_credits_trans_textview"> | ||
205 | <property name="visible">True</property> | ||
206 | <property name="can_focus">True</property> | ||
207 | <property name="editable">False</property> | ||
208 | <property name="wrap_mode">word</property> | ||
209 | <property name="cursor_visible">False</property> | ||
210 | <property name="buffer">credits_trans_contents</property> | ||
211 | <property name="accepts_tab">False</property> | ||
212 | </object> | ||
213 | </child> | ||
214 | </object> | ||
215 | <packing> | ||
216 | <property name="position">2</property> | ||
217 | </packing> | ||
218 | </child> | ||
219 | <child type="tab"> | ||
220 | <object class="GtkLabel" id="about_credits_trans_tab"> | ||
221 | <property name="visible">True</property> | ||
222 | <property name="can_focus">False</property> | ||
223 | <property name="label" translatable="yes">Translated by</property> | ||
224 | </object> | ||
225 | <packing> | ||
226 | <property name="position">2</property> | ||
227 | <property name="tab_fill">False</property> | ||
228 | </packing> | ||
229 | </child> | ||
230 | <child> | ||
231 | <object class="GtkScrolledWindow" id="about_credits_art_scroller"> | ||
232 | <property name="visible">True</property> | ||
233 | <property name="can_focus">True</property> | ||
234 | <property name="hscrollbar_policy">automatic</property> | ||
235 | <property name="vscrollbar_policy">automatic</property> | ||
236 | <child> | ||
237 | <object class="GtkTextView" id="about_credits_art_textview"> | ||
238 | <property name="visible">True</property> | ||
239 | <property name="can_focus">True</property> | ||
240 | <property name="editable">False</property> | ||
241 | <property name="wrap_mode">word</property> | ||
242 | <property name="cursor_visible">False</property> | ||
243 | <property name="buffer">credits_art_contents</property> | ||
244 | <property name="accepts_tab">False</property> | ||
245 | </object> | ||
246 | </child> | ||
247 | </object> | ||
248 | <packing> | ||
249 | <property name="position">3</property> | ||
250 | </packing> | ||
251 | </child> | ||
252 | <child type="tab"> | ||
253 | <object class="GtkLabel" id="about_credits_art_tab"> | ||
254 | <property name="visible">True</property> | ||
255 | <property name="can_focus">False</property> | ||
256 | <property name="label" translatable="yes">Artwork by</property> | ||
257 | </object> | ||
258 | <packing> | ||
259 | <property name="position">3</property> | ||
260 | <property name="tab_fill">False</property> | ||
261 | </packing> | ||
262 | </child> | ||
263 | </object> | ||
264 | <packing> | ||
265 | <property name="expand">True</property> | ||
266 | <property name="fill">True</property> | ||
267 | <property name="position">4</property> | ||
268 | </packing> | ||
269 | </child> | ||
270 | <child> | ||
271 | <object class="GtkScrolledWindow" id="about_license_scroller"> | ||
272 | <property name="can_focus">True</property> | ||
273 | <property name="hscrollbar_policy">never</property> | ||
274 | <property name="shadow_type">out</property> | ||
275 | <child> | ||
276 | <object class="GtkTextView" id="about_license_textview"> | ||
277 | <property name="visible">True</property> | ||
278 | <property name="can_focus">True</property> | ||
279 | <property name="editable">False</property> | ||
280 | <property name="wrap_mode">word</property> | ||
281 | <property name="cursor_visible">False</property> | ||
282 | <property name="buffer">license_contents</property> | ||
283 | <property name="accepts_tab">False</property> | ||
284 | </object> | ||
285 | </child> | ||
286 | </object> | ||
287 | <packing> | ||
288 | <property name="expand">True</property> | ||
289 | <property name="fill">True</property> | ||
290 | <property name="position">5</property> | ||
291 | </packing> | ||
292 | </child> | ||
293 | <child> | ||
294 | <object class="GtkHBox" id="about_buttons_hbox"> | ||
295 | <property name="visible">True</property> | ||
296 | <property name="can_focus">False</property> | ||
297 | <property name="border_width">5</property> | ||
298 | <property name="homogeneous">True</property> | ||
299 | <child> | ||
300 | <object class="GtkButton" id="about_credits_button"> | ||
301 | <property name="label" translatable="yes">Credits</property> | ||
302 | <property name="use_action_appearance">False</property> | ||
303 | <property name="visible">True</property> | ||
304 | <property name="can_focus">True</property> | ||
305 | <property name="receives_default">True</property> | ||
306 | <signal name="clicked" handler="GNUNET_GTK_about_credits_button_clicked" swapped="no"/> | ||
307 | </object> | ||
308 | <packing> | ||
309 | <property name="expand">True</property> | ||
310 | <property name="fill">False</property> | ||
311 | <property name="position">0</property> | ||
312 | </packing> | ||
313 | </child> | ||
314 | <child> | ||
315 | <object class="GtkButton" id="about_license_button"> | ||
316 | <property name="label" translatable="yes">License</property> | ||
317 | <property name="use_action_appearance">False</property> | ||
318 | <property name="visible">True</property> | ||
319 | <property name="can_focus">True</property> | ||
320 | <property name="receives_default">True</property> | ||
321 | <signal name="clicked" handler="GNUNET_GTK_about_license_button_clicked" swapped="no"/> | ||
322 | </object> | ||
323 | <packing> | ||
324 | <property name="expand">True</property> | ||
325 | <property name="fill">False</property> | ||
326 | <property name="position">1</property> | ||
327 | </packing> | ||
328 | </child> | ||
329 | <child> | ||
330 | <object class="GtkButton" id="about_close_button"> | ||
331 | <property name="label">gtk-close</property> | ||
332 | <property name="use_action_appearance">False</property> | ||
333 | <property name="visible">True</property> | ||
334 | <property name="can_focus">True</property> | ||
335 | <property name="receives_default">True</property> | ||
336 | <property name="use_stock">True</property> | ||
337 | <signal name="clicked" handler="GNUNET_GTK_about_close_button_clicked" swapped="no"/> | ||
338 | </object> | ||
339 | <packing> | ||
340 | <property name="expand">True</property> | ||
341 | <property name="fill">False</property> | ||
342 | <property name="pack_type">end</property> | ||
343 | <property name="position">2</property> | ||
344 | </packing> | ||
345 | </child> | ||
346 | <child> | ||
347 | <placeholder/> | ||
348 | </child> | ||
349 | </object> | ||
350 | <packing> | ||
351 | <property name="expand">False</property> | ||
352 | <property name="fill">False</property> | ||
353 | <property name="pack_type">end</property> | ||
354 | <property name="position">6</property> | ||
355 | </packing> | ||
356 | </child> | ||
357 | </object> | ||
358 | </child> | ||
359 | </object> | ||
360 | </interface> | ||
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade new file mode 100644 index 00000000..c7a97f5a --- /dev/null +++ b/contrib/gnunet_conversation_gtk_main_window.glade | |||
@@ -0,0 +1,442 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <interface> | ||
3 | <!-- interface-requires gtk+ 3.0 --> | ||
4 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> | ||
5 | <columns> | ||
6 | <!-- column-name logTime --> | ||
7 | <column type="gchararray"/> | ||
8 | <!-- column-name logEvent --> | ||
9 | <column type="gchararray"/> | ||
10 | <!-- column-name logContact --> | ||
11 | <column type="gchararray"/> | ||
12 | </columns> | ||
13 | </object> | ||
14 | <object class="GtkWindow" id="GNUNET_GTK_conversation_window"> | ||
15 | <property name="can_focus">False</property> | ||
16 | <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> | ||
17 | <property name="window_position">center</property> | ||
18 | <property name="icon_name">contact-new</property> | ||
19 | <signal name="delete-event" handler="GNUNET_GTK_conversation_quit_cb" swapped="no"/> | ||
20 | <child> | ||
21 | <object class="GtkVBox" id="GNUNET_GTK_conversationvbox"> | ||
22 | <property name="visible">True</property> | ||
23 | <property name="can_focus">False</property> | ||
24 | <child> | ||
25 | <object class="GtkMenuBar" id="GNUNET_GTK_conversation_menubar"> | ||
26 | <property name="visible">True</property> | ||
27 | <property name="can_focus">False</property> | ||
28 | <child> | ||
29 | <object class="GtkMenuItem" id="GNUNET_GTK_conversation_file_menuitem"> | ||
30 | <property name="use_action_appearance">False</property> | ||
31 | <property name="visible">True</property> | ||
32 | <property name="can_focus">False</property> | ||
33 | <property name="label" translatable="yes">_File</property> | ||
34 | <property name="use_underline">True</property> | ||
35 | <child type="submenu"> | ||
36 | <object class="GtkMenu" id="GNUNET_GTK_conversation_file_menu"> | ||
37 | <property name="visible">True</property> | ||
38 | <property name="can_focus">False</property> | ||
39 | <child> | ||
40 | <object class="GtkImageMenuItem" id="GNUNET_GTK_conversation_quit_imagemenuitem"> | ||
41 | <property name="label">gtk-quit</property> | ||
42 | <property name="use_action_appearance">False</property> | ||
43 | <property name="visible">True</property> | ||
44 | <property name="can_focus">False</property> | ||
45 | <property name="use_underline">True</property> | ||
46 | <property name="use_stock">True</property> | ||
47 | <signal name="activate" handler="GNUNET_GTK_conversation_quit_cb" swapped="no"/> | ||
48 | </object> | ||
49 | </child> | ||
50 | </object> | ||
51 | </child> | ||
52 | </object> | ||
53 | </child> | ||
54 | <child> | ||
55 | <object class="GtkMenuItem" id="GNUNET_GTK_conversation_help_menuitem"> | ||
56 | <property name="use_action_appearance">False</property> | ||
57 | <property name="visible">True</property> | ||
58 | <property name="can_focus">False</property> | ||
59 | <property name="label" translatable="yes">_Help</property> | ||
60 | <property name="use_underline">True</property> | ||
61 | <child type="submenu"> | ||
62 | <object class="GtkMenu" id="GNUNET_GTK_conversation_help_menu"> | ||
63 | <property name="visible">True</property> | ||
64 | <property name="can_focus">False</property> | ||
65 | <child> | ||
66 | <object class="GtkImageMenuItem" id="GNUNET_GTK_conversation_about_imagemenuitem"> | ||
67 | <property name="label">gtk-about</property> | ||
68 | <property name="use_action_appearance">False</property> | ||
69 | <property name="visible">True</property> | ||
70 | <property name="can_focus">False</property> | ||
71 | <property name="use_underline">True</property> | ||
72 | <property name="use_stock">True</property> | ||
73 | <signal name="activate" handler="GNUNET_GTK_conversation_about_imagemenuitem_activate_cb" swapped="no"/> | ||
74 | </object> | ||
75 | </child> | ||
76 | </object> | ||
77 | </child> | ||
78 | </object> | ||
79 | </child> | ||
80 | </object> | ||
81 | <packing> | ||
82 | <property name="expand">False</property> | ||
83 | <property name="fill">True</property> | ||
84 | <property name="position">0</property> | ||
85 | </packing> | ||
86 | </child> | ||
87 | <child> | ||
88 | <object class="GtkBox" id="box1"> | ||
89 | <property name="visible">True</property> | ||
90 | <property name="can_focus">False</property> | ||
91 | <property name="orientation">vertical</property> | ||
92 | <child> | ||
93 | <placeholder/> | ||
94 | </child> | ||
95 | <child> | ||
96 | <object class="GtkGrid" id="grid1"> | ||
97 | <property name="visible">True</property> | ||
98 | <property name="can_focus">False</property> | ||
99 | <child> | ||
100 | <object class="GtkEntry" id="GNUNET_GTK_conversation_address"> | ||
101 | <property name="visible">True</property> | ||
102 | <property name="can_focus">True</property> | ||
103 | <property name="invisible_char">•</property> | ||
104 | <property name="text" translatable="yes">Address</property> | ||
105 | </object> | ||
106 | <packing> | ||
107 | <property name="left_attach">0</property> | ||
108 | <property name="top_attach">0</property> | ||
109 | <property name="width">1</property> | ||
110 | <property name="height">1</property> | ||
111 | </packing> | ||
112 | </child> | ||
113 | <child> | ||
114 | <object class="GtkButtonBox" id="GNUNET_GTK_conversation_buttons"> | ||
115 | <property name="visible">True</property> | ||
116 | <property name="can_focus">False</property> | ||
117 | <property name="layout_style">start</property> | ||
118 | <child> | ||
119 | <object class="GtkButton" id="GNUNET_GTK_conversation_call_button"> | ||
120 | <property name="label" translatable="yes">call</property> | ||
121 | <property name="use_action_appearance">False</property> | ||
122 | <property name="visible">True</property> | ||
123 | <property name="can_focus">True</property> | ||
124 | <property name="receives_default">True</property> | ||
125 | <property name="use_action_appearance">False</property> | ||
126 | <property name="use_underline">True</property> | ||
127 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_call_clicked" swapped="no"/> | ||
128 | </object> | ||
129 | <packing> | ||
130 | <property name="expand">False</property> | ||
131 | <property name="fill">True</property> | ||
132 | <property name="position">0</property> | ||
133 | </packing> | ||
134 | </child> | ||
135 | <child> | ||
136 | <object class="GtkButton" id="GNUNET_GTK_conversation_hangup_button"> | ||
137 | <property name="label" translatable="yes">hangup</property> | ||
138 | <property name="use_action_appearance">False</property> | ||
139 | <property name="visible">True</property> | ||
140 | <property name="can_focus">True</property> | ||
141 | <property name="receives_default">True</property> | ||
142 | <property name="use_action_appearance">False</property> | ||
143 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_hangup_clicked" swapped="no"/> | ||
144 | </object> | ||
145 | <packing> | ||
146 | <property name="expand">False</property> | ||
147 | <property name="fill">True</property> | ||
148 | <property name="position">1</property> | ||
149 | </packing> | ||
150 | </child> | ||
151 | <child> | ||
152 | <placeholder/> | ||
153 | </child> | ||
154 | <child> | ||
155 | <placeholder/> | ||
156 | </child> | ||
157 | <child> | ||
158 | <object class="GtkButton" id="GNUNET_GTK_conversation_pause_button"> | ||
159 | <property name="label" translatable="yes">pause call</property> | ||
160 | <property name="use_action_appearance">False</property> | ||
161 | <property name="visible">True</property> | ||
162 | <property name="can_focus">True</property> | ||
163 | <property name="receives_default">True</property> | ||
164 | <property name="use_action_appearance">False</property> | ||
165 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_pause_clicked" swapped="no"/> | ||
166 | </object> | ||
167 | <packing> | ||
168 | <property name="expand">False</property> | ||
169 | <property name="fill">True</property> | ||
170 | <property name="position">4</property> | ||
171 | </packing> | ||
172 | </child> | ||
173 | <child> | ||
174 | <object class="GtkButton" id="GNUNET_GTK_conversation_status_button"> | ||
175 | <property name="label" translatable="yes">status</property> | ||
176 | <property name="use_action_appearance">False</property> | ||
177 | <property name="visible">True</property> | ||
178 | <property name="can_focus">True</property> | ||
179 | <property name="receives_default">True</property> | ||
180 | <property name="use_action_appearance">False</property> | ||
181 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_status_clicked" swapped="no"/> | ||
182 | </object> | ||
183 | <packing> | ||
184 | <property name="expand">False</property> | ||
185 | <property name="fill">True</property> | ||
186 | <property name="position">5</property> | ||
187 | </packing> | ||
188 | </child> | ||
189 | <child> | ||
190 | <object class="GtkSpinner" id="GNUNET_GTK_conversation_spinner"> | ||
191 | <property name="visible">True</property> | ||
192 | <property name="can_focus">False</property> | ||
193 | <property name="active">True</property> | ||
194 | </object> | ||
195 | <packing> | ||
196 | <property name="expand">False</property> | ||
197 | <property name="fill">True</property> | ||
198 | <property name="position">6</property> | ||
199 | </packing> | ||
200 | </child> | ||
201 | <child> | ||
202 | <object class="GtkButton" id="gnunet-contact-test"> | ||
203 | <property name="label" translatable="yes">button</property> | ||
204 | <property name="use_action_appearance">False</property> | ||
205 | <property name="visible">True</property> | ||
206 | <property name="can_focus">True</property> | ||
207 | <property name="receives_default">True</property> | ||
208 | <property name="use_action_appearance">False</property> | ||
209 | <signal name="clicked" handler="GNUNET_contact_test" swapped="no"/> | ||
210 | </object> | ||
211 | <packing> | ||
212 | <property name="expand">False</property> | ||
213 | <property name="fill">True</property> | ||
214 | <property name="position">7</property> | ||
215 | </packing> | ||
216 | </child> | ||
217 | </object> | ||
218 | <packing> | ||
219 | <property name="left_attach">1</property> | ||
220 | <property name="top_attach">0</property> | ||
221 | <property name="width">1</property> | ||
222 | <property name="height">1</property> | ||
223 | </packing> | ||
224 | </child> | ||
225 | </object> | ||
226 | <packing> | ||
227 | <property name="expand">False</property> | ||
228 | <property name="fill">True</property> | ||
229 | <property name="position">1</property> | ||
230 | </packing> | ||
231 | </child> | ||
232 | <child> | ||
233 | <object class="GtkScrolledWindow" id="GNUNET_GTK_conversation_log_scroll"> | ||
234 | <property name="visible">True</property> | ||
235 | <property name="can_focus">True</property> | ||
236 | <property name="hscrollbar_policy">always</property> | ||
237 | <property name="shadow_type">in</property> | ||
238 | <child> | ||
239 | <object class="GtkTextView" id="GNUNET_GTK_conversation_history"> | ||
240 | <property name="visible">True</property> | ||
241 | <property name="can_focus">True</property> | ||
242 | <property name="editable">False</property> | ||
243 | <property name="left_margin">1</property> | ||
244 | <property name="right_margin">1</property> | ||
245 | <property name="indent">1</property> | ||
246 | </object> | ||
247 | </child> | ||
248 | </object> | ||
249 | <packing> | ||
250 | <property name="expand">True</property> | ||
251 | <property name="fill">True</property> | ||
252 | <property name="position">2</property> | ||
253 | </packing> | ||
254 | </child> | ||
255 | <child> | ||
256 | <object class="GtkScrolledWindow" id="scrolledwindow1"> | ||
257 | <property name="visible">True</property> | ||
258 | <property name="can_focus">True</property> | ||
259 | <property name="shadow_type">in</property> | ||
260 | <child> | ||
261 | <object class="GtkTreeView" id="gnunet_conversation_gtk_treeview"> | ||
262 | <property name="visible">True</property> | ||
263 | <property name="can_focus">True</property> | ||
264 | <property name="model">gnunet_conversation_gtk_contacts_liststore</property> | ||
265 | <property name="headers_clickable">False</property> | ||
266 | <property name="search_column">0</property> | ||
267 | <signal name="row-activated" handler="GNUNET_CONVERSATION_GTK_row_activated" swapped="no"/> | ||
268 | <child internal-child="selection"> | ||
269 | <object class="GtkTreeSelection" id="treeview-selection"/> | ||
270 | </child> | ||
271 | <child> | ||
272 | <object class="GtkTreeViewColumn" id="contactName"> | ||
273 | <property name="title" translatable="yes">Type</property> | ||
274 | <child> | ||
275 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_type_window_name_renderer"/> | ||
276 | <attributes> | ||
277 | <attribute name="text">1</attribute> | ||
278 | </attributes> | ||
279 | </child> | ||
280 | </object> | ||
281 | </child> | ||
282 | <child> | ||
283 | <object class="GtkTreeViewColumn" id="contactType"> | ||
284 | <property name="title" translatable="yes">Contact</property> | ||
285 | <child> | ||
286 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_main_window_name_renderer"/> | ||
287 | <attributes> | ||
288 | <attribute name="text">0</attribute> | ||
289 | </attributes> | ||
290 | </child> | ||
291 | </object> | ||
292 | </child> | ||
293 | </object> | ||
294 | </child> | ||
295 | </object> | ||
296 | <packing> | ||
297 | <property name="expand">True</property> | ||
298 | <property name="fill">True</property> | ||
299 | <property name="position">3</property> | ||
300 | </packing> | ||
301 | </child> | ||
302 | <child> | ||
303 | <object class="GtkStatusbar" id="GNUNET_GTK_conversation_statusbar"> | ||
304 | <property name="visible">True</property> | ||
305 | <property name="can_focus">False</property> | ||
306 | <property name="orientation">vertical</property> | ||
307 | <property name="spacing">8</property> | ||
308 | </object> | ||
309 | <packing> | ||
310 | <property name="expand">False</property> | ||
311 | <property name="fill">True</property> | ||
312 | <property name="pack_type">end</property> | ||
313 | <property name="position">3</property> | ||
314 | </packing> | ||
315 | </child> | ||
316 | <child> | ||
317 | <object class="GtkScrolledWindow" id="scrolledwindow2"> | ||
318 | <property name="visible">True</property> | ||
319 | <property name="can_focus">True</property> | ||
320 | <property name="shadow_type">in</property> | ||
321 | <child> | ||
322 | <object class="GtkTreeView" id="gnunet_conversation_gtk_history_treeview"> | ||
323 | <property name="visible">True</property> | ||
324 | <property name="can_focus">True</property> | ||
325 | <property name="model">gnunet_conversation_gtk_history_liststore</property> | ||
326 | <property name="headers_clickable">False</property> | ||
327 | <child internal-child="selection"> | ||
328 | <object class="GtkTreeSelection" id="treeview-selection2"/> | ||
329 | </child> | ||
330 | <child> | ||
331 | <object class="GtkTreeViewColumn" id="timeColumn"> | ||
332 | <property name="title" translatable="yes">Time</property> | ||
333 | <child> | ||
334 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_time_window_renderer"/> | ||
335 | <attributes> | ||
336 | <attribute name="text">0</attribute> | ||
337 | </attributes> | ||
338 | </child> | ||
339 | </object> | ||
340 | </child> | ||
341 | <child> | ||
342 | <object class="GtkTreeViewColumn" id="eventColumn"> | ||
343 | <property name="title" translatable="yes">Event</property> | ||
344 | <child> | ||
345 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_event_window_renderer"/> | ||
346 | <attributes> | ||
347 | <attribute name="text">1</attribute> | ||
348 | </attributes> | ||
349 | </child> | ||
350 | </object> | ||
351 | </child> | ||
352 | <child> | ||
353 | <object class="GtkTreeViewColumn" id="contactColumn"> | ||
354 | <property name="title" translatable="yes">Contact</property> | ||
355 | <child> | ||
356 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_contact_window_renderer"/> | ||
357 | <attributes> | ||
358 | <attribute name="text">2</attribute> | ||
359 | </attributes> | ||
360 | </child> | ||
361 | </object> | ||
362 | </child> | ||
363 | </object> | ||
364 | </child> | ||
365 | </object> | ||
366 | <packing> | ||
367 | <property name="expand">True</property> | ||
368 | <property name="fill">True</property> | ||
369 | <property name="position">4</property> | ||
370 | </packing> | ||
371 | </child> | ||
372 | <child> | ||
373 | <object class="GtkGrid" id="grid2"> | ||
374 | <property name="visible">True</property> | ||
375 | <property name="can_focus">False</property> | ||
376 | <child> | ||
377 | <object class="GtkButton" id="GNUNET_GTK_conversation_add_contact_button"> | ||
378 | <property name="label" translatable="yes">Add contact</property> | ||
379 | <property name="use_action_appearance">False</property> | ||
380 | <property name="visible">True</property> | ||
381 | <property name="can_focus">True</property> | ||
382 | <property name="receives_default">True</property> | ||
383 | <property name="use_action_appearance">False</property> | ||
384 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_add_clicked" swapped="no"/> | ||
385 | </object> | ||
386 | <packing> | ||
387 | <property name="left_attach">0</property> | ||
388 | <property name="top_attach">0</property> | ||
389 | <property name="width">1</property> | ||
390 | <property name="height">1</property> | ||
391 | </packing> | ||
392 | </child> | ||
393 | <child> | ||
394 | <object class="GtkButton" id="GNUNET_GTK_conversation_remove_contact_button"> | ||
395 | <property name="label" translatable="yes">Remove contact</property> | ||
396 | <property name="use_action_appearance">False</property> | ||
397 | <property name="visible">True</property> | ||
398 | <property name="can_focus">True</property> | ||
399 | <property name="receives_default">True</property> | ||
400 | <property name="use_action_appearance">False</property> | ||
401 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_remove_clicked" swapped="no"/> | ||
402 | </object> | ||
403 | <packing> | ||
404 | <property name="left_attach">1</property> | ||
405 | <property name="top_attach">0</property> | ||
406 | <property name="width">1</property> | ||
407 | <property name="height">1</property> | ||
408 | </packing> | ||
409 | </child> | ||
410 | </object> | ||
411 | <packing> | ||
412 | <property name="expand">False</property> | ||
413 | <property name="fill">True</property> | ||
414 | <property name="position">5</property> | ||
415 | </packing> | ||
416 | </child> | ||
417 | </object> | ||
418 | <packing> | ||
419 | <property name="expand">True</property> | ||
420 | <property name="fill">True</property> | ||
421 | <property name="position">1</property> | ||
422 | </packing> | ||
423 | </child> | ||
424 | </object> | ||
425 | </child> | ||
426 | </object> | ||
427 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | ||
428 | <columns> | ||
429 | <!-- column-name contactName --> | ||
430 | <column type="gchararray"/> | ||
431 | <!-- column-name contactType --> | ||
432 | <column type="gchararray"/> | ||
433 | </columns> | ||
434 | </object> | ||
435 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_contacts_treestore"> | ||
436 | <columns> | ||
437 | <!-- column-name contactName --> | ||
438 | <column type="gchararray"/> | ||
439 | </columns> | ||
440 | </object> | ||
441 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_history_treestore"/> | ||
442 | </interface> | ||
diff --git a/src/conversation/.deps/gnunet-conversation-gtk.Po b/src/conversation/.deps/gnunet-conversation-gtk.Po new file mode 100644 index 00000000..dc963ff4 --- /dev/null +++ b/src/conversation/.deps/gnunet-conversation-gtk.Po | |||
@@ -0,0 +1,2157 @@ | |||
1 | gnunet-conversation-gtk.o: gnunet-conversation-gtk.c \ | ||
2 | ../../src/include/gnunet_gtk.h ../../gnunet_gtk_config.h \ | ||
3 | /usr/local/include/gnunet/platform.h \ | ||
4 | /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/features.h \ | ||
5 | /usr/include/x86_64-linux-gnu/bits/predefs.h \ | ||
6 | /usr/include/x86_64-linux-gnu/sys/cdefs.h \ | ||
7 | /usr/include/x86_64-linux-gnu/bits/wordsize.h \ | ||
8 | /usr/include/x86_64-linux-gnu/gnu/stubs.h \ | ||
9 | /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ | ||
10 | /usr/include/x86_64-linux-gnu/bits/types.h \ | ||
11 | /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/time.h \ | ||
12 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stddef.h /usr/include/endian.h \ | ||
13 | /usr/include/x86_64-linux-gnu/bits/endian.h \ | ||
14 | /usr/include/x86_64-linux-gnu/bits/byteswap.h \ | ||
15 | /usr/include/x86_64-linux-gnu/sys/select.h \ | ||
16 | /usr/include/x86_64-linux-gnu/bits/select.h \ | ||
17 | /usr/include/x86_64-linux-gnu/bits/sigset.h \ | ||
18 | /usr/include/x86_64-linux-gnu/bits/time.h \ | ||
19 | /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ | ||
20 | /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/netdb.h \ | ||
21 | /usr/include/netinet/in.h \ | ||
22 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdint.h /usr/include/stdint.h \ | ||
23 | /usr/include/x86_64-linux-gnu/bits/wchar.h \ | ||
24 | /usr/include/x86_64-linux-gnu/sys/socket.h \ | ||
25 | /usr/include/x86_64-linux-gnu/sys/uio.h \ | ||
26 | /usr/include/x86_64-linux-gnu/bits/uio.h \ | ||
27 | /usr/include/x86_64-linux-gnu/bits/socket.h \ | ||
28 | /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ | ||
29 | /usr/include/x86_64-linux-gnu/asm/socket.h \ | ||
30 | /usr/include/asm-generic/socket.h \ | ||
31 | /usr/include/x86_64-linux-gnu/asm/sockios.h \ | ||
32 | /usr/include/asm-generic/sockios.h \ | ||
33 | /usr/include/x86_64-linux-gnu/bits/in.h /usr/include/rpc/netdb.h \ | ||
34 | /usr/include/x86_64-linux-gnu/bits/siginfo.h \ | ||
35 | /usr/include/x86_64-linux-gnu/bits/netdb.h \ | ||
36 | /usr/include/x86_64-linux-gnu/sys/un.h /usr/include/string.h \ | ||
37 | /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ | ||
38 | /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ | ||
39 | /usr/include/arpa/inet.h /usr/include/netinet/tcp.h /usr/include/pwd.h \ | ||
40 | /usr/include/stdio.h /usr/include/x86_64-linux-gnu/sys/ioctl.h \ | ||
41 | /usr/include/x86_64-linux-gnu/bits/ioctls.h \ | ||
42 | /usr/include/x86_64-linux-gnu/asm/ioctls.h \ | ||
43 | /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ | ||
44 | /usr/include/x86_64-linux-gnu/asm/ioctl.h \ | ||
45 | /usr/include/asm-generic/ioctl.h \ | ||
46 | /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ | ||
47 | /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ | ||
48 | /usr/include/x86_64-linux-gnu/sys/wait.h /usr/include/signal.h \ | ||
49 | /usr/include/x86_64-linux-gnu/bits/signum.h \ | ||
50 | /usr/include/x86_64-linux-gnu/bits/sigaction.h \ | ||
51 | /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ | ||
52 | /usr/include/x86_64-linux-gnu/bits/sigstack.h \ | ||
53 | /usr/include/x86_64-linux-gnu/sys/ucontext.h \ | ||
54 | /usr/include/x86_64-linux-gnu/bits/sigthread.h \ | ||
55 | /usr/include/x86_64-linux-gnu/sys/resource.h \ | ||
56 | /usr/include/x86_64-linux-gnu/bits/resource.h \ | ||
57 | /usr/include/x86_64-linux-gnu/bits/waitflags.h \ | ||
58 | /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/grp.h \ | ||
59 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ | ||
60 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdarg.h \ | ||
61 | /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ | ||
62 | /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ | ||
63 | /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/alloca.h \ | ||
64 | /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ | ||
65 | /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \ | ||
66 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ | ||
67 | /usr/include/libgen.h /usr/include/unistd.h \ | ||
68 | /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ | ||
69 | /usr/include/x86_64-linux-gnu/bits/environments.h \ | ||
70 | /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \ | ||
71 | /usr/include/x86_64-linux-gnu/sys/stat.h \ | ||
72 | /usr/include/x86_64-linux-gnu/bits/stat.h /usr/include/dirent.h \ | ||
73 | /usr/include/x86_64-linux-gnu/bits/dirent.h \ | ||
74 | /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ | ||
75 | /usr/include/x86_64-linux-gnu/bits/local_lim.h \ | ||
76 | /usr/include/linux/limits.h /usr/include/fcntl.h \ | ||
77 | /usr/include/x86_64-linux-gnu/bits/fcntl.h /usr/include/math.h \ | ||
78 | /usr/include/x86_64-linux-gnu/bits/huge_val.h \ | ||
79 | /usr/include/x86_64-linux-gnu/bits/huge_valf.h \ | ||
80 | /usr/include/x86_64-linux-gnu/bits/huge_vall.h \ | ||
81 | /usr/include/x86_64-linux-gnu/bits/inf.h \ | ||
82 | /usr/include/x86_64-linux-gnu/bits/nan.h \ | ||
83 | /usr/include/x86_64-linux-gnu/bits/mathdef.h \ | ||
84 | /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ | ||
85 | /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/net/if.h \ | ||
86 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed/limits.h \ | ||
87 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed/syslimits.h \ | ||
88 | /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ | ||
89 | /usr/include/x86_64-linux-gnu/bits/xopen_lim.h /usr/include/ctype.h \ | ||
90 | /usr/local/include/gnunet/plibc.h /usr/include/locale.h \ | ||
91 | /usr/include/x86_64-linux-gnu/bits/locale.h \ | ||
92 | /usr/local/include/gnunet/gettext.h /usr/include/libintl.h \ | ||
93 | /usr/include/x86_64-linux-gnu/sys/mman.h \ | ||
94 | /usr/include/x86_64-linux-gnu/bits/mman.h /usr/include/langinfo.h \ | ||
95 | /usr/include/nl_types.h /usr/local/include/gnunet/gnunet_util_lib.h \ | ||
96 | /usr/local/include/gnunet/gnunet_crypto_lib.h \ | ||
97 | /usr/local/include/gnunet/gnunet_common.h \ | ||
98 | /usr/local/include/gnunet/gnunet_scheduler_lib.h \ | ||
99 | /usr/local/include/gnunet/gnunet_time_lib.h \ | ||
100 | /usr/local/include/gnunet/gnunet_network_lib.h \ | ||
101 | /usr/local/include/gnunet/gnunet_disk_lib.h \ | ||
102 | /usr/local/include/gnunet/gnunet_configuration_lib.h \ | ||
103 | /usr/local/include/gnunet/gnunet_bandwidth_lib.h \ | ||
104 | /usr/local/include/gnunet/gnunet_bio_lib.h \ | ||
105 | /usr/local/include/gnunet/gnunet_container_lib.h \ | ||
106 | /usr/include/extractor.h \ | ||
107 | /usr/local/include/gnunet/gnunet_connection_lib.h \ | ||
108 | /usr/local/include/gnunet/gnunet_client_lib.h \ | ||
109 | /usr/local/include/gnunet/gnunet_getopt_lib.h \ | ||
110 | /usr/local/include/gnunet/gnunet_helper_lib.h \ | ||
111 | /usr/local/include/gnunet/gnunet_server_lib.h \ | ||
112 | /usr/local/include/gnunet/gnunet_mq_lib.h \ | ||
113 | /usr/local/include/gnunet/gnunet_os_lib.h \ | ||
114 | /usr/local/include/gnunet/gnunet_peer_lib.h \ | ||
115 | /usr/local/include/gnunet/gnunet_util_lib.h \ | ||
116 | /usr/local/include/gnunet/gnunet_plugin_lib.h \ | ||
117 | /usr/local/include/gnunet/gnunet_program_lib.h \ | ||
118 | /usr/local/include/gnunet/gnunet_protocols.h \ | ||
119 | /usr/local/include/gnunet/gnunet_service_lib.h \ | ||
120 | /usr/local/include/gnunet/gnunet_signal_lib.h \ | ||
121 | /usr/local/include/gnunet/gnunet_strings_lib.h \ | ||
122 | /usr/local/include/gnunet/gnunet_fs_service.h \ | ||
123 | /usr/include/gtk-3.0/gtk/gtk.h /usr/include/gtk-3.0/gdk/gdk.h \ | ||
124 | /usr/include/gtk-3.0/gdk/gdkconfig.h /usr/include/glib-2.0/glib.h \ | ||
125 | /usr/include/glib-2.0/glib/galloca.h /usr/include/glib-2.0/glib/gtypes.h \ | ||
126 | /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ | ||
127 | /usr/include/glib-2.0/glib/gmacros.h \ | ||
128 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/float.h \ | ||
129 | /usr/include/glib-2.0/glib/gversionmacros.h \ | ||
130 | /usr/include/glib-2.0/glib/garray.h \ | ||
131 | /usr/include/glib-2.0/glib/gasyncqueue.h \ | ||
132 | /usr/include/glib-2.0/glib/gthread.h \ | ||
133 | /usr/include/glib-2.0/glib/gatomic.h /usr/include/glib-2.0/glib/gerror.h \ | ||
134 | /usr/include/glib-2.0/glib/gquark.h \ | ||
135 | /usr/include/glib-2.0/glib/gbacktrace.h \ | ||
136 | /usr/include/glib-2.0/glib/gbase64.h \ | ||
137 | /usr/include/glib-2.0/glib/gbitlock.h \ | ||
138 | /usr/include/glib-2.0/glib/gbookmarkfile.h \ | ||
139 | /usr/include/glib-2.0/glib/gbytes.h \ | ||
140 | /usr/include/glib-2.0/glib/gcharset.h \ | ||
141 | /usr/include/glib-2.0/glib/gchecksum.h \ | ||
142 | /usr/include/glib-2.0/glib/gconvert.h \ | ||
143 | /usr/include/glib-2.0/glib/gdataset.h /usr/include/glib-2.0/glib/gdate.h \ | ||
144 | /usr/include/glib-2.0/glib/gdatetime.h \ | ||
145 | /usr/include/glib-2.0/glib/gtimezone.h /usr/include/glib-2.0/glib/gdir.h \ | ||
146 | /usr/include/glib-2.0/glib/genviron.h \ | ||
147 | /usr/include/glib-2.0/glib/gfileutils.h \ | ||
148 | /usr/include/glib-2.0/glib/ggettext.h /usr/include/glib-2.0/glib/ghash.h \ | ||
149 | /usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \ | ||
150 | /usr/include/glib-2.0/glib/ghmac.h \ | ||
151 | /usr/include/glib-2.0/glib/gchecksum.h \ | ||
152 | /usr/include/glib-2.0/glib/ghook.h \ | ||
153 | /usr/include/glib-2.0/glib/ghostutils.h \ | ||
154 | /usr/include/glib-2.0/glib/giochannel.h \ | ||
155 | /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gpoll.h \ | ||
156 | /usr/include/glib-2.0/glib/gslist.h /usr/include/glib-2.0/glib/gstring.h \ | ||
157 | /usr/include/glib-2.0/glib/gunicode.h \ | ||
158 | /usr/include/glib-2.0/glib/gutils.h \ | ||
159 | /usr/include/glib-2.0/glib/gkeyfile.h \ | ||
160 | /usr/include/glib-2.0/glib/gmappedfile.h \ | ||
161 | /usr/include/glib-2.0/glib/gmarkup.h \ | ||
162 | /usr/include/glib-2.0/glib/gmessages.h \ | ||
163 | /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \ | ||
164 | /usr/include/glib-2.0/glib/gpattern.h \ | ||
165 | /usr/include/glib-2.0/glib/gprimes.h /usr/include/glib-2.0/glib/gqsort.h \ | ||
166 | /usr/include/glib-2.0/glib/gqueue.h /usr/include/glib-2.0/glib/grand.h \ | ||
167 | /usr/include/glib-2.0/glib/gregex.h \ | ||
168 | /usr/include/glib-2.0/glib/gscanner.h \ | ||
169 | /usr/include/glib-2.0/glib/gsequence.h \ | ||
170 | /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gslice.h \ | ||
171 | /usr/include/glib-2.0/glib/gspawn.h \ | ||
172 | /usr/include/glib-2.0/glib/gstrfuncs.h \ | ||
173 | /usr/include/glib-2.0/glib/gstringchunk.h \ | ||
174 | /usr/include/glib-2.0/glib/gtestutils.h \ | ||
175 | /usr/include/glib-2.0/glib/gthreadpool.h \ | ||
176 | /usr/include/glib-2.0/glib/gtimer.h \ | ||
177 | /usr/include/glib-2.0/glib/gtrashstack.h \ | ||
178 | /usr/include/glib-2.0/glib/gtree.h \ | ||
179 | /usr/include/glib-2.0/glib/gurifuncs.h \ | ||
180 | /usr/include/glib-2.0/glib/gvarianttype.h \ | ||
181 | /usr/include/glib-2.0/glib/gvariant.h \ | ||
182 | /usr/include/glib-2.0/glib/gversion.h \ | ||
183 | /usr/include/glib-2.0/glib/deprecated/gallocator.h \ | ||
184 | /usr/include/glib-2.0/glib/deprecated/gcache.h \ | ||
185 | /usr/include/glib-2.0/glib/deprecated/gcompletion.h \ | ||
186 | /usr/include/glib-2.0/glib/deprecated/gmain.h \ | ||
187 | /usr/include/glib-2.0/glib/deprecated/grel.h \ | ||
188 | /usr/include/glib-2.0/glib/deprecated/gthread.h /usr/include/pthread.h \ | ||
189 | /usr/include/sched.h /usr/include/x86_64-linux-gnu/bits/sched.h \ | ||
190 | /usr/include/x86_64-linux-gnu/bits/setjmp.h \ | ||
191 | /usr/include/gtk-3.0/gdk/gdkversionmacros.h \ | ||
192 | /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h \ | ||
193 | /usr/include/glib-2.0/gio/gio.h /usr/include/glib-2.0/gio/giotypes.h \ | ||
194 | /usr/include/glib-2.0/gio/gioenums.h /usr/include/glib-2.0/glib-object.h \ | ||
195 | /usr/include/glib-2.0/gobject/gbinding.h \ | ||
196 | /usr/include/glib-2.0/gobject/gobject.h \ | ||
197 | /usr/include/glib-2.0/gobject/gtype.h \ | ||
198 | /usr/include/glib-2.0/gobject/gvalue.h \ | ||
199 | /usr/include/glib-2.0/gobject/gparam.h \ | ||
200 | /usr/include/glib-2.0/gobject/gclosure.h \ | ||
201 | /usr/include/glib-2.0/gobject/gsignal.h \ | ||
202 | /usr/include/glib-2.0/gobject/gmarshal.h \ | ||
203 | /usr/include/glib-2.0/gobject/gboxed.h \ | ||
204 | /usr/include/glib-2.0/gobject/glib-types.h \ | ||
205 | /usr/include/glib-2.0/gobject/genums.h \ | ||
206 | /usr/include/glib-2.0/gobject/gparamspecs.h \ | ||
207 | /usr/include/glib-2.0/gobject/gsourceclosure.h \ | ||
208 | /usr/include/glib-2.0/gobject/gtypemodule.h \ | ||
209 | /usr/include/glib-2.0/gobject/gtypeplugin.h \ | ||
210 | /usr/include/glib-2.0/gobject/gvaluearray.h \ | ||
211 | /usr/include/glib-2.0/gobject/gvaluetypes.h \ | ||
212 | /usr/include/glib-2.0/gio/gaction.h \ | ||
213 | /usr/include/glib-2.0/gio/gactiongroup.h \ | ||
214 | /usr/include/glib-2.0/gio/gactiongroupexporter.h \ | ||
215 | /usr/include/glib-2.0/gio/gactionmap.h \ | ||
216 | /usr/include/glib-2.0/gio/gappinfo.h \ | ||
217 | /usr/include/glib-2.0/gio/gapplication.h \ | ||
218 | /usr/include/glib-2.0/gio/gapplicationcommandline.h \ | ||
219 | /usr/include/glib-2.0/gio/gasyncinitable.h \ | ||
220 | /usr/include/glib-2.0/gio/ginitable.h \ | ||
221 | /usr/include/glib-2.0/gio/gasyncresult.h \ | ||
222 | /usr/include/glib-2.0/gio/gbufferedinputstream.h \ | ||
223 | /usr/include/glib-2.0/gio/gfilterinputstream.h \ | ||
224 | /usr/include/glib-2.0/gio/ginputstream.h \ | ||
225 | /usr/include/glib-2.0/gio/gbufferedoutputstream.h \ | ||
226 | /usr/include/glib-2.0/gio/gfilteroutputstream.h \ | ||
227 | /usr/include/glib-2.0/gio/goutputstream.h \ | ||
228 | /usr/include/glib-2.0/gio/gcancellable.h \ | ||
229 | /usr/include/glib-2.0/gio/gcharsetconverter.h \ | ||
230 | /usr/include/glib-2.0/gio/gconverter.h \ | ||
231 | /usr/include/glib-2.0/gio/gcontenttype.h \ | ||
232 | /usr/include/glib-2.0/gio/gconverterinputstream.h \ | ||
233 | /usr/include/glib-2.0/gio/gconverteroutputstream.h \ | ||
234 | /usr/include/glib-2.0/gio/gcredentials.h \ | ||
235 | /usr/include/glib-2.0/gio/gdatainputstream.h \ | ||
236 | /usr/include/glib-2.0/gio/gdataoutputstream.h \ | ||
237 | /usr/include/glib-2.0/gio/gdbusaddress.h \ | ||
238 | /usr/include/glib-2.0/gio/gdbusauthobserver.h \ | ||
239 | /usr/include/glib-2.0/gio/gdbusconnection.h \ | ||
240 | /usr/include/glib-2.0/gio/gdbuserror.h \ | ||
241 | /usr/include/glib-2.0/gio/gdbusintrospection.h \ | ||
242 | /usr/include/glib-2.0/gio/gdbusmessage.h \ | ||
243 | /usr/include/glib-2.0/gio/gdbusmethodinvocation.h \ | ||
244 | /usr/include/glib-2.0/gio/gdbusnameowning.h \ | ||
245 | /usr/include/glib-2.0/gio/gdbusnamewatching.h \ | ||
246 | /usr/include/glib-2.0/gio/gdbusproxy.h \ | ||
247 | /usr/include/glib-2.0/gio/gdbusserver.h \ | ||
248 | /usr/include/glib-2.0/gio/gdbusutils.h \ | ||
249 | /usr/include/glib-2.0/gio/gdrive.h \ | ||
250 | /usr/include/glib-2.0/gio/gemblemedicon.h \ | ||
251 | /usr/include/glib-2.0/gio/gicon.h /usr/include/glib-2.0/gio/gemblem.h \ | ||
252 | /usr/include/glib-2.0/gio/gfileattribute.h \ | ||
253 | /usr/include/glib-2.0/gio/gfileenumerator.h \ | ||
254 | /usr/include/glib-2.0/gio/gfile.h /usr/include/glib-2.0/gio/gfileicon.h \ | ||
255 | /usr/include/glib-2.0/gio/gfileinfo.h \ | ||
256 | /usr/include/glib-2.0/gio/gfileinputstream.h \ | ||
257 | /usr/include/glib-2.0/gio/gfileiostream.h \ | ||
258 | /usr/include/glib-2.0/gio/giostream.h \ | ||
259 | /usr/include/glib-2.0/gio/gioerror.h \ | ||
260 | /usr/include/glib-2.0/gio/gfilemonitor.h \ | ||
261 | /usr/include/glib-2.0/gio/gfilenamecompleter.h \ | ||
262 | /usr/include/glib-2.0/gio/gfileoutputstream.h \ | ||
263 | /usr/include/glib-2.0/gio/ginetaddress.h \ | ||
264 | /usr/include/glib-2.0/gio/ginetaddressmask.h \ | ||
265 | /usr/include/glib-2.0/gio/ginetsocketaddress.h \ | ||
266 | /usr/include/glib-2.0/gio/gsocketaddress.h \ | ||
267 | /usr/include/glib-2.0/gio/gioenumtypes.h \ | ||
268 | /usr/include/glib-2.0/gio/giomodule.h /usr/include/glib-2.0/gmodule.h \ | ||
269 | /usr/include/glib-2.0/gio/gioscheduler.h \ | ||
270 | /usr/include/glib-2.0/gio/gloadableicon.h \ | ||
271 | /usr/include/glib-2.0/gio/gmemoryinputstream.h \ | ||
272 | /usr/include/glib-2.0/gio/gmemoryoutputstream.h \ | ||
273 | /usr/include/glib-2.0/gio/gmount.h \ | ||
274 | /usr/include/glib-2.0/gio/gmountoperation.h \ | ||
275 | /usr/include/glib-2.0/gio/gnativevolumemonitor.h \ | ||
276 | /usr/include/glib-2.0/gio/gvolumemonitor.h \ | ||
277 | /usr/include/glib-2.0/gio/gnetworkaddress.h \ | ||
278 | /usr/include/glib-2.0/gio/gnetworkmonitor.h \ | ||
279 | /usr/include/glib-2.0/gio/gnetworkservice.h \ | ||
280 | /usr/include/glib-2.0/gio/gpermission.h \ | ||
281 | /usr/include/glib-2.0/gio/gpollableinputstream.h \ | ||
282 | /usr/include/glib-2.0/gio/gpollableoutputstream.h \ | ||
283 | /usr/include/glib-2.0/gio/gproxy.h \ | ||
284 | /usr/include/glib-2.0/gio/gproxyaddress.h \ | ||
285 | /usr/include/glib-2.0/gio/gproxyaddressenumerator.h \ | ||
286 | /usr/include/glib-2.0/gio/gsocketaddressenumerator.h \ | ||
287 | /usr/include/glib-2.0/gio/gproxyresolver.h \ | ||
288 | /usr/include/glib-2.0/gio/gresolver.h \ | ||
289 | /usr/include/glib-2.0/gio/gresource.h \ | ||
290 | /usr/include/glib-2.0/gio/gseekable.h \ | ||
291 | /usr/include/glib-2.0/gio/gsettingsschema.h \ | ||
292 | /usr/include/glib-2.0/gio/gsettings.h \ | ||
293 | /usr/include/glib-2.0/gio/gsimpleaction.h \ | ||
294 | /usr/include/glib-2.0/gio/gsimpleactiongroup.h \ | ||
295 | /usr/include/glib-2.0/gio/gactiongroup.h \ | ||
296 | /usr/include/glib-2.0/gio/gactionmap.h \ | ||
297 | /usr/include/glib-2.0/gio/gsimpleasyncresult.h \ | ||
298 | /usr/include/glib-2.0/gio/gsimplepermission.h \ | ||
299 | /usr/include/glib-2.0/gio/gsocketclient.h \ | ||
300 | /usr/include/glib-2.0/gio/gsocketconnectable.h \ | ||
301 | /usr/include/glib-2.0/gio/gsocketconnection.h \ | ||
302 | /usr/include/glib-2.0/gio/gsocket.h \ | ||
303 | /usr/include/glib-2.0/gio/gsocketcontrolmessage.h \ | ||
304 | /usr/include/glib-2.0/gio/gsocketlistener.h \ | ||
305 | /usr/include/glib-2.0/gio/gsocketservice.h \ | ||
306 | /usr/include/glib-2.0/gio/gsrvtarget.h \ | ||
307 | /usr/include/glib-2.0/gio/gtcpconnection.h \ | ||
308 | /usr/include/glib-2.0/gio/gtcpwrapperconnection.h \ | ||
309 | /usr/include/glib-2.0/gio/gthemedicon.h \ | ||
310 | /usr/include/glib-2.0/gio/gthreadedsocketservice.h \ | ||
311 | /usr/include/glib-2.0/gio/gtlsbackend.h \ | ||
312 | /usr/include/glib-2.0/gio/gtlscertificate.h \ | ||
313 | /usr/include/glib-2.0/gio/gtlsclientconnection.h \ | ||
314 | /usr/include/glib-2.0/gio/gtlsconnection.h \ | ||
315 | /usr/include/glib-2.0/gio/gtlsdatabase.h \ | ||
316 | /usr/include/glib-2.0/gio/gtlsfiledatabase.h \ | ||
317 | /usr/include/glib-2.0/gio/gtlsinteraction.h \ | ||
318 | /usr/include/glib-2.0/gio/gtlsserverconnection.h \ | ||
319 | /usr/include/glib-2.0/gio/gtlspassword.h \ | ||
320 | /usr/include/glib-2.0/gio/gvfs.h /usr/include/glib-2.0/gio/gvolume.h \ | ||
321 | /usr/include/glib-2.0/gio/gzlibcompressor.h \ | ||
322 | /usr/include/glib-2.0/gio/gzlibdecompressor.h \ | ||
323 | /usr/include/glib-2.0/gio/gdbusinterface.h \ | ||
324 | /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h \ | ||
325 | /usr/include/glib-2.0/gio/gdbusobject.h \ | ||
326 | /usr/include/glib-2.0/gio/gdbusobjectskeleton.h \ | ||
327 | /usr/include/glib-2.0/gio/gdbusobjectproxy.h \ | ||
328 | /usr/include/glib-2.0/gio/gdbusobjectmanager.h \ | ||
329 | /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h \ | ||
330 | /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h \ | ||
331 | /usr/include/glib-2.0/gio/gdbusactiongroup.h \ | ||
332 | /usr/include/glib-2.0/gio/giotypes.h \ | ||
333 | /usr/include/glib-2.0/gio/gremoteactiongroup.h \ | ||
334 | /usr/include/glib-2.0/gio/gmenumodel.h /usr/include/glib-2.0/gio/gmenu.h \ | ||
335 | /usr/include/glib-2.0/gio/gmenuexporter.h \ | ||
336 | /usr/include/glib-2.0/gio/gdbusmenumodel.h \ | ||
337 | /usr/include/gtk-3.0/gdk/gdktypes.h /usr/include/pango-1.0/pango/pango.h \ | ||
338 | /usr/include/pango-1.0/pango/pango-attributes.h \ | ||
339 | /usr/include/pango-1.0/pango/pango-font.h \ | ||
340 | /usr/include/pango-1.0/pango/pango-coverage.h \ | ||
341 | /usr/include/pango-1.0/pango/pango-types.h \ | ||
342 | /usr/include/pango-1.0/pango/pango-gravity.h \ | ||
343 | /usr/include/pango-1.0/pango/pango-matrix.h \ | ||
344 | /usr/include/pango-1.0/pango/pango-script.h \ | ||
345 | /usr/include/pango-1.0/pango/pango-language.h \ | ||
346 | /usr/include/pango-1.0/pango/pango-bidi-type.h \ | ||
347 | /usr/include/pango-1.0/pango/pango-break.h \ | ||
348 | /usr/include/pango-1.0/pango/pango-item.h \ | ||
349 | /usr/include/pango-1.0/pango/pango-context.h \ | ||
350 | /usr/include/pango-1.0/pango/pango-fontmap.h \ | ||
351 | /usr/include/pango-1.0/pango/pango-fontset.h \ | ||
352 | /usr/include/pango-1.0/pango/pango-engine.h \ | ||
353 | /usr/include/pango-1.0/pango/pango-glyph.h \ | ||
354 | /usr/include/pango-1.0/pango/pango-enum-types.h \ | ||
355 | /usr/include/pango-1.0/pango/pango-features.h \ | ||
356 | /usr/include/pango-1.0/pango/pango-glyph-item.h \ | ||
357 | /usr/include/pango-1.0/pango/pango-layout.h \ | ||
358 | /usr/include/pango-1.0/pango/pango-tabs.h \ | ||
359 | /usr/include/pango-1.0/pango/pango-renderer.h \ | ||
360 | /usr/include/pango-1.0/pango/pango-utils.h /usr/include/cairo/cairo.h \ | ||
361 | /usr/include/cairo/cairo-version.h /usr/include/cairo/cairo-features.h \ | ||
362 | /usr/include/cairo/cairo-deprecated.h \ | ||
363 | /usr/include/gtk-3.0/gdk/gdkscreen.h \ | ||
364 | /usr/include/gtk-3.0/gdk/gdkdisplay.h \ | ||
365 | /usr/include/gtk-3.0/gdk/gdkevents.h /usr/include/gtk-3.0/gdk/gdkcolor.h \ | ||
366 | /usr/include/gtk-3.0/gdk/gdkdnd.h /usr/include/gtk-3.0/gdk/gdkdevice.h \ | ||
367 | /usr/include/gtk-3.0/gdk/gdkdevicemanager.h \ | ||
368 | /usr/include/gtk-3.0/gdk/gdkcairo.h /usr/include/gtk-3.0/gdk/gdkrgba.h \ | ||
369 | /usr/include/gtk-3.0/gdk/gdkpixbuf.h \ | ||
370 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h \ | ||
371 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h \ | ||
372 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h \ | ||
373 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h \ | ||
374 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h \ | ||
375 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h \ | ||
376 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h \ | ||
377 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h \ | ||
378 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h \ | ||
379 | /usr/include/pango-1.0/pango/pangocairo.h \ | ||
380 | /usr/include/gtk-3.0/gdk/gdkcursor.h \ | ||
381 | /usr/include/gtk-3.0/gdk/gdkdisplaymanager.h \ | ||
382 | /usr/include/gtk-3.0/gdk/gdkenumtypes.h \ | ||
383 | /usr/include/gtk-3.0/gdk/gdkkeys.h /usr/include/gtk-3.0/gdk/gdkkeysyms.h \ | ||
384 | /usr/include/gtk-3.0/gdk/gdkmain.h /usr/include/gtk-3.0/gdk/gdkpango.h \ | ||
385 | /usr/include/gtk-3.0/gdk/gdkproperty.h \ | ||
386 | /usr/include/gtk-3.0/gdk/gdkrectangle.h \ | ||
387 | /usr/include/gtk-3.0/gdk/gdkselection.h \ | ||
388 | /usr/include/gtk-3.0/gdk/gdktestutils.h \ | ||
389 | /usr/include/gtk-3.0/gdk/gdkwindow.h \ | ||
390 | /usr/include/gtk-3.0/gdk/gdkthreads.h \ | ||
391 | /usr/include/gtk-3.0/gdk/gdkvisual.h \ | ||
392 | /usr/include/gtk-3.0/gtk/gtkaboutdialog.h \ | ||
393 | /usr/include/gtk-3.0/gtk/gtkdialog.h \ | ||
394 | /usr/include/gtk-3.0/gtk/gtkwindow.h \ | ||
395 | /usr/include/gtk-3.0/gtk/gtkapplication.h \ | ||
396 | /usr/include/gtk-3.0/gtk/gtkwidget.h \ | ||
397 | /usr/include/gtk-3.0/gtk/gtkaccelgroup.h \ | ||
398 | /usr/include/gtk-3.0/gtk/gtkenums.h /usr/include/gtk-3.0/gtk/gtkborder.h \ | ||
399 | /usr/include/gtk-3.0/gtk/gtktypes.h /usr/include/atk-1.0/atk/atk.h \ | ||
400 | /usr/include/atk-1.0/atk/atkobject.h /usr/include/atk-1.0/atk/atkstate.h \ | ||
401 | /usr/include/atk-1.0/atk/atkrelationtype.h \ | ||
402 | /usr/include/atk-1.0/atk/atkaction.h \ | ||
403 | /usr/include/atk-1.0/atk/atkcomponent.h \ | ||
404 | /usr/include/atk-1.0/atk/atkutil.h \ | ||
405 | /usr/include/atk-1.0/atk/atkdocument.h \ | ||
406 | /usr/include/atk-1.0/atk/atkeditabletext.h \ | ||
407 | /usr/include/atk-1.0/atk/atktext.h \ | ||
408 | /usr/include/atk-1.0/atk/atkgobjectaccessible.h \ | ||
409 | /usr/include/atk-1.0/atk/atkhyperlink.h \ | ||
410 | /usr/include/atk-1.0/atk/atkhyperlinkimpl.h \ | ||
411 | /usr/include/atk-1.0/atk/atkhypertext.h \ | ||
412 | /usr/include/atk-1.0/atk/atkimage.h \ | ||
413 | /usr/include/atk-1.0/atk/atknoopobject.h \ | ||
414 | /usr/include/atk-1.0/atk/atknoopobjectfactory.h \ | ||
415 | /usr/include/atk-1.0/atk/atkobjectfactory.h \ | ||
416 | /usr/include/atk-1.0/atk/atkplug.h \ | ||
417 | /usr/include/atk-1.0/atk/atkregistry.h \ | ||
418 | /usr/include/atk-1.0/atk/atkobjectfactory.h \ | ||
419 | /usr/include/atk-1.0/atk/atkrelation.h \ | ||
420 | /usr/include/atk-1.0/atk/atkrelationset.h \ | ||
421 | /usr/include/atk-1.0/atk/atkselection.h \ | ||
422 | /usr/include/atk-1.0/atk/atksocket.h \ | ||
423 | /usr/include/atk-1.0/atk/atkstateset.h \ | ||
424 | /usr/include/atk-1.0/atk/atkstreamablecontent.h \ | ||
425 | /usr/include/atk-1.0/atk/atktable.h /usr/include/atk-1.0/atk/atkmisc.h \ | ||
426 | /usr/include/atk-1.0/atk/atkvalue.h /usr/include/atk-1.0/atk/atkwindow.h \ | ||
427 | /usr/include/gtk-3.0/gtk/gtkbin.h \ | ||
428 | /usr/include/gtk-3.0/gtk/gtkcontainer.h \ | ||
429 | /usr/include/gtk-3.0/gtk/gtkaccellabel.h \ | ||
430 | /usr/include/gtk-3.0/gtk/gtklabel.h /usr/include/gtk-3.0/gtk/gtkmisc.h \ | ||
431 | /usr/include/gtk-3.0/gtk/gtkmenu.h \ | ||
432 | /usr/include/gtk-3.0/gtk/gtkmenushell.h \ | ||
433 | /usr/include/gtk-3.0/gtk/gtkaccelmap.h \ | ||
434 | /usr/include/gtk-3.0/gtk/gtkaccessible.h \ | ||
435 | /usr/include/gtk-3.0/gtk/gtkaction.h \ | ||
436 | /usr/include/gtk-3.0/gtk/gtkactionable.h \ | ||
437 | /usr/include/gtk-3.0/gtk/gtkactiongroup.h \ | ||
438 | /usr/include/gtk-3.0/gtk/gtkstock.h \ | ||
439 | /usr/include/gtk-3.0/gtk/gtkactivatable.h \ | ||
440 | /usr/include/gtk-3.0/gtk/gtkadjustment.h \ | ||
441 | /usr/include/gtk-3.0/gtk/gtkalignment.h \ | ||
442 | /usr/include/gtk-3.0/gtk/gtkappchooser.h \ | ||
443 | /usr/include/gtk-3.0/gtk/gtkappchooserdialog.h \ | ||
444 | /usr/include/gtk-3.0/gtk/gtkappchooserwidget.h \ | ||
445 | /usr/include/gtk-3.0/gtk/gtkbox.h \ | ||
446 | /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h \ | ||
447 | /usr/include/gtk-3.0/gtk/gtkcombobox.h \ | ||
448 | /usr/include/gtk-3.0/gtk/gtktreemodel.h \ | ||
449 | /usr/include/gtk-3.0/gtk/gtktreeview.h \ | ||
450 | /usr/include/gtk-3.0/gtk/gtktreeviewcolumn.h \ | ||
451 | /usr/include/gtk-3.0/gtk/gtkcellrenderer.h \ | ||
452 | /usr/include/gtk-3.0/gtk/gtkcelleditable.h \ | ||
453 | /usr/include/gtk-3.0/gtk/gtktreesortable.h \ | ||
454 | /usr/include/gtk-3.0/gtk/gtkcellarea.h /usr/include/gtk-3.0/gtk/gtkdnd.h \ | ||
455 | /usr/include/gtk-3.0/gtk/gtkselection.h \ | ||
456 | /usr/include/gtk-3.0/gtk/gtktextiter.h \ | ||
457 | /usr/include/gtk-3.0/gtk/gtktextattributes.h \ | ||
458 | /usr/include/gtk-3.0/gtk/gtktextchild.h \ | ||
459 | /usr/include/gtk-3.0/gtk/gtktexttag.h \ | ||
460 | /usr/include/gtk-3.0/gtk/gtkentry.h \ | ||
461 | /usr/include/gtk-3.0/gtk/gtkeditable.h \ | ||
462 | /usr/include/gtk-3.0/gtk/gtkimcontext.h \ | ||
463 | /usr/include/gtk-3.0/gtk/gtkentrybuffer.h \ | ||
464 | /usr/include/gtk-3.0/gtk/gtkentrycompletion.h \ | ||
465 | /usr/include/gtk-3.0/gtk/gtkliststore.h \ | ||
466 | /usr/include/gtk-3.0/gtk/gtktreemodelfilter.h \ | ||
467 | /usr/include/gtk-3.0/gtk/gtkimage.h \ | ||
468 | /usr/include/gtk-3.0/gtk/gtkapplicationwindow.h \ | ||
469 | /usr/include/gtk-3.0/gtk/gtkarrow.h \ | ||
470 | /usr/include/gtk-3.0/gtk/gtkaspectframe.h \ | ||
471 | /usr/include/gtk-3.0/gtk/gtkframe.h \ | ||
472 | /usr/include/gtk-3.0/gtk/gtkassistant.h \ | ||
473 | /usr/include/gtk-3.0/gtk/gtkbbox.h \ | ||
474 | /usr/include/gtk-3.0/gtk/gtkbindings.h \ | ||
475 | /usr/include/gtk-3.0/gtk/gtkbuildable.h \ | ||
476 | /usr/include/gtk-3.0/gtk/gtkbuilder.h \ | ||
477 | /usr/include/gtk-3.0/gtk/gtkbutton.h \ | ||
478 | /usr/include/gtk-3.0/gtk/gtkcalendar.h \ | ||
479 | /usr/include/gtk-3.0/gtk/gtkcellareabox.h \ | ||
480 | /usr/include/gtk-3.0/gtk/gtkcellareacontext.h \ | ||
481 | /usr/include/gtk-3.0/gtk/gtkcelllayout.h \ | ||
482 | /usr/include/gtk-3.0/gtk/gtkcellrendereraccel.h \ | ||
483 | /usr/include/gtk-3.0/gtk/gtkcellrenderertext.h \ | ||
484 | /usr/include/gtk-3.0/gtk/gtkcellrenderercombo.h \ | ||
485 | /usr/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h \ | ||
486 | /usr/include/gtk-3.0/gtk/gtkcellrendererprogress.h \ | ||
487 | /usr/include/gtk-3.0/gtk/gtkcellrendererspin.h \ | ||
488 | /usr/include/gtk-3.0/gtk/gtkcellrendererspinner.h \ | ||
489 | /usr/include/gtk-3.0/gtk/gtkcellrenderertoggle.h \ | ||
490 | /usr/include/gtk-3.0/gtk/gtkcellview.h \ | ||
491 | /usr/include/gtk-3.0/gtk/gtkcheckbutton.h \ | ||
492 | /usr/include/gtk-3.0/gtk/gtktogglebutton.h \ | ||
493 | /usr/include/gtk-3.0/gtk/gtkcheckmenuitem.h \ | ||
494 | /usr/include/gtk-3.0/gtk/gtkmenuitem.h \ | ||
495 | /usr/include/gtk-3.0/gtk/gtkclipboard.h \ | ||
496 | /usr/include/gtk-3.0/gtk/gtkcolorbutton.h \ | ||
497 | /usr/include/gtk-3.0/gtk/gtkcolorchooser.h \ | ||
498 | /usr/include/gtk-3.0/gtk/gtkcolorchooserdialog.h \ | ||
499 | /usr/include/gtk-3.0/gtk/gtkcolorchooserwidget.h \ | ||
500 | /usr/include/gtk-3.0/gtk/gtkcolorutils.h \ | ||
501 | /usr/include/gtk-3.0/gtk/gtkcomboboxtext.h \ | ||
502 | /usr/include/gtk-3.0/gtk/gtkcssprovider.h \ | ||
503 | /usr/include/gtk-3.0/gtk/gtkcsssection.h \ | ||
504 | /usr/include/gtk-3.0/gtk/gtkdebug.h \ | ||
505 | /usr/include/gtk-3.0/gtk/gtkdrawingarea.h \ | ||
506 | /usr/include/gtk-3.0/gtk/gtkeventbox.h \ | ||
507 | /usr/include/gtk-3.0/gtk/gtkexpander.h \ | ||
508 | /usr/include/gtk-3.0/gtk/gtkfixed.h \ | ||
509 | /usr/include/gtk-3.0/gtk/gtkfilechooser.h \ | ||
510 | /usr/include/gtk-3.0/gtk/gtkfilefilter.h \ | ||
511 | /usr/include/gtk-3.0/gtk/gtkfilechooserbutton.h \ | ||
512 | /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h \ | ||
513 | /usr/include/gtk-3.0/gtk/gtkfilechooserwidget.h \ | ||
514 | /usr/include/gtk-3.0/gtk/gtkfontbutton.h \ | ||
515 | /usr/include/gtk-3.0/gtk/gtkfontchooser.h \ | ||
516 | /usr/include/gtk-3.0/gtk/gtkfontchooserdialog.h \ | ||
517 | /usr/include/gtk-3.0/gtk/gtkfontchooserwidget.h \ | ||
518 | /usr/include/gtk-3.0/gtk/gtkgradient.h \ | ||
519 | /usr/include/gtk-3.0/gtk/gtkstylecontext.h \ | ||
520 | /usr/include/gtk-3.0/gtk/gtkstyleprovider.h \ | ||
521 | /usr/include/gtk-3.0/gtk/gtkiconfactory.h \ | ||
522 | /usr/include/gtk-3.0/gtk/gtkstyleproperties.h \ | ||
523 | /usr/include/gtk-3.0/gtk/gtksymboliccolor.h \ | ||
524 | /usr/include/gtk-3.0/gtk/gtkgrid.h \ | ||
525 | /usr/include/gtk-3.0/gtk/gtkicontheme.h \ | ||
526 | /usr/include/gtk-3.0/gtk/gtkiconview.h \ | ||
527 | /usr/include/gtk-3.0/gtk/gtktooltip.h \ | ||
528 | /usr/include/gtk-3.0/gtk/gtkimagemenuitem.h \ | ||
529 | /usr/include/gtk-3.0/gtk/gtkimcontextinfo.h \ | ||
530 | /usr/include/gtk-3.0/gtk/gtkimcontextsimple.h \ | ||
531 | /usr/include/gtk-3.0/gtk/gtkimmulticontext.h \ | ||
532 | /usr/include/gtk-3.0/gtk/gtkinfobar.h \ | ||
533 | /usr/include/gtk-3.0/gtk/gtkinvisible.h \ | ||
534 | /usr/include/gtk-3.0/gtk/gtklayout.h \ | ||
535 | /usr/include/gtk-3.0/gtk/gtklinkbutton.h \ | ||
536 | /usr/include/gtk-3.0/gtk/gtklockbutton.h \ | ||
537 | /usr/include/gtk-3.0/gtk/gtkmain.h /usr/include/gtk-3.0/gtk/gtkmenubar.h \ | ||
538 | /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h \ | ||
539 | /usr/include/gtk-3.0/gtk/gtktoolbutton.h \ | ||
540 | /usr/include/gtk-3.0/gtk/gtktoolitem.h \ | ||
541 | /usr/include/gtk-3.0/gtk/gtksizegroup.h \ | ||
542 | /usr/include/gtk-3.0/gtk/gtkmessagedialog.h \ | ||
543 | /usr/include/gtk-3.0/gtk/gtkmodules.h \ | ||
544 | /usr/include/gtk-3.0/gtk/gtkmountoperation.h \ | ||
545 | /usr/include/gtk-3.0/gtk/gtknotebook.h \ | ||
546 | /usr/include/gtk-3.0/gtk/gtknumerableicon.h \ | ||
547 | /usr/include/gtk-3.0/gtk/gtkoffscreenwindow.h \ | ||
548 | /usr/include/gtk-3.0/gtk/gtkorientable.h \ | ||
549 | /usr/include/gtk-3.0/gtk/gtkoverlay.h \ | ||
550 | /usr/include/gtk-3.0/gtk/gtkpagesetup.h \ | ||
551 | /usr/include/gtk-3.0/gtk/gtkpapersize.h \ | ||
552 | /usr/include/gtk-3.0/gtk/gtkpaned.h \ | ||
553 | /usr/include/gtk-3.0/gtk/gtkprintcontext.h \ | ||
554 | /usr/include/gtk-3.0/gtk/gtkprintoperation.h \ | ||
555 | /usr/include/gtk-3.0/gtk/gtkprintsettings.h \ | ||
556 | /usr/include/gtk-3.0/gtk/gtkprintoperationpreview.h \ | ||
557 | /usr/include/gtk-3.0/gtk/gtkprogressbar.h \ | ||
558 | /usr/include/gtk-3.0/gtk/gtkradioaction.h \ | ||
559 | /usr/include/gtk-3.0/gtk/gtktoggleaction.h \ | ||
560 | /usr/include/gtk-3.0/gtk/gtkradiobutton.h \ | ||
561 | /usr/include/gtk-3.0/gtk/gtkradiomenuitem.h \ | ||
562 | /usr/include/gtk-3.0/gtk/gtkradiotoolbutton.h \ | ||
563 | /usr/include/gtk-3.0/gtk/gtktoggletoolbutton.h \ | ||
564 | /usr/include/gtk-3.0/gtk/gtkrange.h \ | ||
565 | /usr/include/gtk-3.0/gtk/gtkrecentaction.h \ | ||
566 | /usr/include/gtk-3.0/gtk/gtkrecentmanager.h \ | ||
567 | /usr/include/gtk-3.0/gtk/gtkrecentchooser.h \ | ||
568 | /usr/include/gtk-3.0/gtk/gtkrecentfilter.h \ | ||
569 | /usr/include/gtk-3.0/gtk/gtkrecentchooserdialog.h \ | ||
570 | /usr/include/gtk-3.0/gtk/gtkrecentchoosermenu.h \ | ||
571 | /usr/include/gtk-3.0/gtk/gtkrecentchooserwidget.h \ | ||
572 | /usr/include/gtk-3.0/gtk/gtkscale.h \ | ||
573 | /usr/include/gtk-3.0/gtk/gtkscalebutton.h \ | ||
574 | /usr/include/gtk-3.0/gtk/gtkscrollable.h \ | ||
575 | /usr/include/gtk-3.0/gtk/gtkscrollbar.h \ | ||
576 | /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h \ | ||
577 | /usr/include/gtk-3.0/gtk/gtkseparator.h \ | ||
578 | /usr/include/gtk-3.0/gtk/gtkseparatormenuitem.h \ | ||
579 | /usr/include/gtk-3.0/gtk/gtkseparatortoolitem.h \ | ||
580 | /usr/include/gtk-3.0/gtk/gtksettings.h \ | ||
581 | /usr/include/gtk-3.0/gtk/gtkshow.h \ | ||
582 | /usr/include/gtk-3.0/gtk/gtksizerequest.h \ | ||
583 | /usr/include/gtk-3.0/gtk/gtkspinbutton.h \ | ||
584 | /usr/include/gtk-3.0/gtk/gtkspinner.h \ | ||
585 | /usr/include/gtk-3.0/gtk/gtkstatusbar.h \ | ||
586 | /usr/include/gtk-3.0/gtk/gtkstatusicon.h \ | ||
587 | /usr/include/gtk-3.0/gtk/gtkswitch.h \ | ||
588 | /usr/include/gtk-3.0/gtk/gtktextbuffer.h \ | ||
589 | /usr/include/gtk-3.0/gtk/gtktexttagtable.h \ | ||
590 | /usr/include/gtk-3.0/gtk/gtktextmark.h \ | ||
591 | /usr/include/gtk-3.0/gtk/gtktextbufferrichtext.h \ | ||
592 | /usr/include/gtk-3.0/gtk/gtktextview.h \ | ||
593 | /usr/include/gtk-3.0/gtk/gtkthemingengine.h \ | ||
594 | /usr/include/gtk-3.0/gtk/gtktoolbar.h \ | ||
595 | /usr/include/gtk-3.0/gtk/gtktoolitemgroup.h \ | ||
596 | /usr/include/gtk-3.0/gtk/gtktoolpalette.h \ | ||
597 | /usr/include/gtk-3.0/gtk/gtktoolshell.h \ | ||
598 | /usr/include/gtk-3.0/gtk/gtktestutils.h \ | ||
599 | /usr/include/gtk-3.0/gtk/gtktreednd.h \ | ||
600 | /usr/include/gtk-3.0/gtk/gtktreemodelsort.h \ | ||
601 | /usr/include/gtk-3.0/gtk/gtktreeselection.h \ | ||
602 | /usr/include/gtk-3.0/gtk/gtktreestore.h \ | ||
603 | /usr/include/gtk-3.0/gtk/gtktypebuiltins.h \ | ||
604 | /usr/include/gtk-3.0/gtk/gtkuimanager.h \ | ||
605 | /usr/include/gtk-3.0/gtk/gtkversion.h \ | ||
606 | /usr/include/gtk-3.0/gtk/gtkviewport.h \ | ||
607 | /usr/include/gtk-3.0/gtk/gtkvolumebutton.h \ | ||
608 | /usr/include/gtk-3.0/gtk/gtkwidgetpath.h \ | ||
609 | /usr/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h \ | ||
610 | /usr/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h \ | ||
611 | /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h \ | ||
612 | /usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h \ | ||
613 | /usr/include/gtk-3.0/gtk/deprecated/gtkhbbox.h \ | ||
614 | /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h \ | ||
615 | /usr/include/gtk-3.0/gtk/deprecated/gtkhpaned.h \ | ||
616 | /usr/include/gtk-3.0/gtk/deprecated/gtkhsv.h \ | ||
617 | /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h \ | ||
618 | /usr/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h \ | ||
619 | /usr/include/gtk-3.0/gtk/deprecated/gtkhseparator.h \ | ||
620 | /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h \ | ||
621 | /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h \ | ||
622 | /usr/include/gtk-3.0/gtk/deprecated/gtktable.h \ | ||
623 | /usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h \ | ||
624 | /usr/include/gtk-3.0/gtk/deprecated/gtkvbbox.h \ | ||
625 | /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h \ | ||
626 | /usr/include/gtk-3.0/gtk/deprecated/gtkvpaned.h \ | ||
627 | /usr/include/gtk-3.0/gtk/deprecated/gtkvscale.h \ | ||
628 | /usr/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h \ | ||
629 | /usr/include/gtk-3.0/gtk/deprecated/gtkvseparator.h \ | ||
630 | /usr/include/libgladeui-2.0/gladeui/glade.h \ | ||
631 | /usr/include/libgladeui-2.0/gladeui/glade-xml-utils.h \ | ||
632 | /usr/include/libgladeui-2.0/gladeui/glade-widget-adaptor.h \ | ||
633 | /usr/include/libgladeui-2.0/gladeui/glade-property-class.h \ | ||
634 | /usr/include/libgladeui-2.0/gladeui/glade-editor-property.h \ | ||
635 | /usr/include/libgladeui-2.0/gladeui/glade-signal-class.h \ | ||
636 | /usr/include/libgladeui-2.0/gladeui/glade-catalog.h \ | ||
637 | /usr/include/libgladeui-2.0/gladeui/glade-editable.h \ | ||
638 | /usr/include/libgladeui-2.0/gladeui/glade-widget.h \ | ||
639 | /usr/include/libgladeui-2.0/gladeui/glade-widget-action.h \ | ||
640 | /usr/include/libgladeui-2.0/gladeui/glade-signal.h \ | ||
641 | /usr/include/libgladeui-2.0/gladeui/glade-property.h \ | ||
642 | /usr/include/libgladeui-2.0/gladeui/glade-project.h \ | ||
643 | /usr/include/libgladeui-2.0/gladeui/glade-command.h \ | ||
644 | /usr/include/libgladeui-2.0/gladeui/glade-placeholder.h \ | ||
645 | /usr/include/libgladeui-2.0/gladeui/glade-utils.h \ | ||
646 | /usr/include/libgladeui-2.0/gladeui/glade-app.h \ | ||
647 | /usr/include/libgladeui-2.0/gladeui/glade-editor.h \ | ||
648 | /usr/include/libgladeui-2.0/gladeui/glade-signal-editor.h \ | ||
649 | /usr/include/libgladeui-2.0/gladeui/glade-palette.h \ | ||
650 | /usr/include/libgladeui-2.0/gladeui/glade-clipboard.h \ | ||
651 | /usr/include/libgladeui-2.0/gladeui/glade-base-editor.h \ | ||
652 | /usr/include/libgladeui-2.0/gladeui/glade-design-view.h \ | ||
653 | /usr/include/libgladeui-2.0/gladeui/glade-inspector.h \ | ||
654 | /usr/include/libgladeui-2.0/gladeui/glade-builtins.h \ | ||
655 | /usr/include/libgladeui-2.0/gladeui/glade-name-context.h \ | ||
656 | /usr/include/libgladeui-2.0/gladeui/glade-displayable-values.h \ | ||
657 | /usr/include/libgladeui-2.0/gladeui/glade-cell-renderer-icon.h \ | ||
658 | /usr/include/libgladeui-2.0/gladeui/glade-cursor.h \ | ||
659 | gnunet-conversation-gtk.h \ | ||
660 | /usr/local/include/gnunet/gnunet_gnsrecord_lib.h \ | ||
661 | /usr/local/include/gnunet/gnunet_conversation_service.h \ | ||
662 | /usr/local/include/gnunet/gnunet_identity_service.h \ | ||
663 | /usr/local/include/gnunet/gnunet_namestore_service.h \ | ||
664 | /usr/local/include/gnunet/gnunet_block_lib.h \ | ||
665 | /usr/local/include/gnunet/gnunet_gnsrecord_lib.h \ | ||
666 | /usr/local/include/gnunet/gnunet_speaker_lib.h \ | ||
667 | /usr/local/include/gnunet/gnunet_microphone_lib.h \ | ||
668 | /usr/local/include/gnunet/gnunet_identity_service.h \ | ||
669 | /usr/local/include/gnunet/gnunet_namestore_service.h \ | ||
670 | /usr/local/include/gnunet/gnunet_speaker_lib.h \ | ||
671 | /usr/local/include/gnunet/gnunet_microphone_lib.h | ||
672 | |||
673 | ../../src/include/gnunet_gtk.h: | ||
674 | |||
675 | ../../gnunet_gtk_config.h: | ||
676 | |||
677 | /usr/local/include/gnunet/platform.h: | ||
678 | |||
679 | /usr/include/x86_64-linux-gnu/sys/types.h: | ||
680 | |||
681 | /usr/include/features.h: | ||
682 | |||
683 | /usr/include/x86_64-linux-gnu/bits/predefs.h: | ||
684 | |||
685 | /usr/include/x86_64-linux-gnu/sys/cdefs.h: | ||
686 | |||
687 | /usr/include/x86_64-linux-gnu/bits/wordsize.h: | ||
688 | |||
689 | /usr/include/x86_64-linux-gnu/gnu/stubs.h: | ||
690 | |||
691 | /usr/include/x86_64-linux-gnu/gnu/stubs-64.h: | ||
692 | |||
693 | /usr/include/x86_64-linux-gnu/bits/types.h: | ||
694 | |||
695 | /usr/include/x86_64-linux-gnu/bits/typesizes.h: | ||
696 | |||
697 | /usr/include/time.h: | ||
698 | |||
699 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stddef.h: | ||
700 | |||
701 | /usr/include/endian.h: | ||
702 | |||
703 | /usr/include/x86_64-linux-gnu/bits/endian.h: | ||
704 | |||
705 | /usr/include/x86_64-linux-gnu/bits/byteswap.h: | ||
706 | |||
707 | /usr/include/x86_64-linux-gnu/sys/select.h: | ||
708 | |||
709 | /usr/include/x86_64-linux-gnu/bits/select.h: | ||
710 | |||
711 | /usr/include/x86_64-linux-gnu/bits/sigset.h: | ||
712 | |||
713 | /usr/include/x86_64-linux-gnu/bits/time.h: | ||
714 | |||
715 | /usr/include/x86_64-linux-gnu/sys/sysmacros.h: | ||
716 | |||
717 | /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: | ||
718 | |||
719 | /usr/include/netdb.h: | ||
720 | |||
721 | /usr/include/netinet/in.h: | ||
722 | |||
723 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdint.h: | ||
724 | |||
725 | /usr/include/stdint.h: | ||
726 | |||
727 | /usr/include/x86_64-linux-gnu/bits/wchar.h: | ||
728 | |||
729 | /usr/include/x86_64-linux-gnu/sys/socket.h: | ||
730 | |||
731 | /usr/include/x86_64-linux-gnu/sys/uio.h: | ||
732 | |||
733 | /usr/include/x86_64-linux-gnu/bits/uio.h: | ||
734 | |||
735 | /usr/include/x86_64-linux-gnu/bits/socket.h: | ||
736 | |||
737 | /usr/include/x86_64-linux-gnu/bits/sockaddr.h: | ||
738 | |||
739 | /usr/include/x86_64-linux-gnu/asm/socket.h: | ||
740 | |||
741 | /usr/include/asm-generic/socket.h: | ||
742 | |||
743 | /usr/include/x86_64-linux-gnu/asm/sockios.h: | ||
744 | |||
745 | /usr/include/asm-generic/sockios.h: | ||
746 | |||
747 | /usr/include/x86_64-linux-gnu/bits/in.h: | ||
748 | |||
749 | /usr/include/rpc/netdb.h: | ||
750 | |||
751 | /usr/include/x86_64-linux-gnu/bits/siginfo.h: | ||
752 | |||
753 | /usr/include/x86_64-linux-gnu/bits/netdb.h: | ||
754 | |||
755 | /usr/include/x86_64-linux-gnu/sys/un.h: | ||
756 | |||
757 | /usr/include/string.h: | ||
758 | |||
759 | /usr/include/xlocale.h: | ||
760 | |||
761 | /usr/include/x86_64-linux-gnu/bits/string.h: | ||
762 | |||
763 | /usr/include/x86_64-linux-gnu/bits/string2.h: | ||
764 | |||
765 | /usr/include/stdlib.h: | ||
766 | |||
767 | /usr/include/arpa/inet.h: | ||
768 | |||
769 | /usr/include/netinet/tcp.h: | ||
770 | |||
771 | /usr/include/pwd.h: | ||
772 | |||
773 | /usr/include/stdio.h: | ||
774 | |||
775 | /usr/include/x86_64-linux-gnu/sys/ioctl.h: | ||
776 | |||
777 | /usr/include/x86_64-linux-gnu/bits/ioctls.h: | ||
778 | |||
779 | /usr/include/x86_64-linux-gnu/asm/ioctls.h: | ||
780 | |||
781 | /usr/include/asm-generic/ioctls.h: | ||
782 | |||
783 | /usr/include/linux/ioctl.h: | ||
784 | |||
785 | /usr/include/x86_64-linux-gnu/asm/ioctl.h: | ||
786 | |||
787 | /usr/include/asm-generic/ioctl.h: | ||
788 | |||
789 | /usr/include/x86_64-linux-gnu/bits/ioctl-types.h: | ||
790 | |||
791 | /usr/include/x86_64-linux-gnu/sys/ttydefaults.h: | ||
792 | |||
793 | /usr/include/x86_64-linux-gnu/sys/wait.h: | ||
794 | |||
795 | /usr/include/signal.h: | ||
796 | |||
797 | /usr/include/x86_64-linux-gnu/bits/signum.h: | ||
798 | |||
799 | /usr/include/x86_64-linux-gnu/bits/sigaction.h: | ||
800 | |||
801 | /usr/include/x86_64-linux-gnu/bits/sigcontext.h: | ||
802 | |||
803 | /usr/include/x86_64-linux-gnu/bits/sigstack.h: | ||
804 | |||
805 | /usr/include/x86_64-linux-gnu/sys/ucontext.h: | ||
806 | |||
807 | /usr/include/x86_64-linux-gnu/bits/sigthread.h: | ||
808 | |||
809 | /usr/include/x86_64-linux-gnu/sys/resource.h: | ||
810 | |||
811 | /usr/include/x86_64-linux-gnu/bits/resource.h: | ||
812 | |||
813 | /usr/include/x86_64-linux-gnu/bits/waitflags.h: | ||
814 | |||
815 | /usr/include/x86_64-linux-gnu/bits/waitstatus.h: | ||
816 | |||
817 | /usr/include/grp.h: | ||
818 | |||
819 | /usr/include/libio.h: | ||
820 | |||
821 | /usr/include/_G_config.h: | ||
822 | |||
823 | /usr/include/wchar.h: | ||
824 | |||
825 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdarg.h: | ||
826 | |||
827 | /usr/include/x86_64-linux-gnu/bits/stdio_lim.h: | ||
828 | |||
829 | /usr/include/x86_64-linux-gnu/bits/sys_errlist.h: | ||
830 | |||
831 | /usr/include/x86_64-linux-gnu/bits/stdio.h: | ||
832 | |||
833 | /usr/include/alloca.h: | ||
834 | |||
835 | /usr/include/errno.h: | ||
836 | |||
837 | /usr/include/x86_64-linux-gnu/bits/errno.h: | ||
838 | |||
839 | /usr/include/linux/errno.h: | ||
840 | |||
841 | /usr/include/x86_64-linux-gnu/asm/errno.h: | ||
842 | |||
843 | /usr/include/asm-generic/errno.h: | ||
844 | |||
845 | /usr/include/asm-generic/errno-base.h: | ||
846 | |||
847 | /usr/include/libgen.h: | ||
848 | |||
849 | /usr/include/unistd.h: | ||
850 | |||
851 | /usr/include/x86_64-linux-gnu/bits/posix_opt.h: | ||
852 | |||
853 | /usr/include/x86_64-linux-gnu/bits/environments.h: | ||
854 | |||
855 | /usr/include/x86_64-linux-gnu/bits/confname.h: | ||
856 | |||
857 | /usr/include/getopt.h: | ||
858 | |||
859 | /usr/include/x86_64-linux-gnu/sys/stat.h: | ||
860 | |||
861 | /usr/include/x86_64-linux-gnu/bits/stat.h: | ||
862 | |||
863 | /usr/include/dirent.h: | ||
864 | |||
865 | /usr/include/x86_64-linux-gnu/bits/dirent.h: | ||
866 | |||
867 | /usr/include/x86_64-linux-gnu/bits/posix1_lim.h: | ||
868 | |||
869 | /usr/include/x86_64-linux-gnu/bits/local_lim.h: | ||
870 | |||
871 | /usr/include/linux/limits.h: | ||
872 | |||
873 | /usr/include/fcntl.h: | ||
874 | |||
875 | /usr/include/x86_64-linux-gnu/bits/fcntl.h: | ||
876 | |||
877 | /usr/include/math.h: | ||
878 | |||
879 | /usr/include/x86_64-linux-gnu/bits/huge_val.h: | ||
880 | |||
881 | /usr/include/x86_64-linux-gnu/bits/huge_valf.h: | ||
882 | |||
883 | /usr/include/x86_64-linux-gnu/bits/huge_vall.h: | ||
884 | |||
885 | /usr/include/x86_64-linux-gnu/bits/inf.h: | ||
886 | |||
887 | /usr/include/x86_64-linux-gnu/bits/nan.h: | ||
888 | |||
889 | /usr/include/x86_64-linux-gnu/bits/mathdef.h: | ||
890 | |||
891 | /usr/include/x86_64-linux-gnu/bits/mathcalls.h: | ||
892 | |||
893 | /usr/include/x86_64-linux-gnu/bits/mathinline.h: | ||
894 | |||
895 | /usr/include/net/if.h: | ||
896 | |||
897 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed/limits.h: | ||
898 | |||
899 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed/syslimits.h: | ||
900 | |||
901 | /usr/include/limits.h: | ||
902 | |||
903 | /usr/include/x86_64-linux-gnu/bits/posix2_lim.h: | ||
904 | |||
905 | /usr/include/x86_64-linux-gnu/bits/xopen_lim.h: | ||
906 | |||
907 | /usr/include/ctype.h: | ||
908 | |||
909 | /usr/local/include/gnunet/plibc.h: | ||
910 | |||
911 | /usr/include/locale.h: | ||
912 | |||
913 | /usr/include/x86_64-linux-gnu/bits/locale.h: | ||
914 | |||
915 | /usr/local/include/gnunet/gettext.h: | ||
916 | |||
917 | /usr/include/libintl.h: | ||
918 | |||
919 | /usr/include/x86_64-linux-gnu/sys/mman.h: | ||
920 | |||
921 | /usr/include/x86_64-linux-gnu/bits/mman.h: | ||
922 | |||
923 | /usr/include/langinfo.h: | ||
924 | |||
925 | /usr/include/nl_types.h: | ||
926 | |||
927 | /usr/local/include/gnunet/gnunet_util_lib.h: | ||
928 | |||
929 | /usr/local/include/gnunet/gnunet_crypto_lib.h: | ||
930 | |||
931 | /usr/local/include/gnunet/gnunet_common.h: | ||
932 | |||
933 | /usr/local/include/gnunet/gnunet_scheduler_lib.h: | ||
934 | |||
935 | /usr/local/include/gnunet/gnunet_time_lib.h: | ||
936 | |||
937 | /usr/local/include/gnunet/gnunet_network_lib.h: | ||
938 | |||
939 | /usr/local/include/gnunet/gnunet_disk_lib.h: | ||
940 | |||
941 | /usr/local/include/gnunet/gnunet_configuration_lib.h: | ||
942 | |||
943 | /usr/local/include/gnunet/gnunet_bandwidth_lib.h: | ||
944 | |||
945 | /usr/local/include/gnunet/gnunet_bio_lib.h: | ||
946 | |||
947 | /usr/local/include/gnunet/gnunet_container_lib.h: | ||
948 | |||
949 | /usr/include/extractor.h: | ||
950 | |||
951 | /usr/local/include/gnunet/gnunet_connection_lib.h: | ||
952 | |||
953 | /usr/local/include/gnunet/gnunet_client_lib.h: | ||
954 | |||
955 | /usr/local/include/gnunet/gnunet_getopt_lib.h: | ||
956 | |||
957 | /usr/local/include/gnunet/gnunet_helper_lib.h: | ||
958 | |||
959 | /usr/local/include/gnunet/gnunet_server_lib.h: | ||
960 | |||
961 | /usr/local/include/gnunet/gnunet_mq_lib.h: | ||
962 | |||
963 | /usr/local/include/gnunet/gnunet_os_lib.h: | ||
964 | |||
965 | /usr/local/include/gnunet/gnunet_peer_lib.h: | ||
966 | |||
967 | /usr/local/include/gnunet/gnunet_util_lib.h: | ||
968 | |||
969 | /usr/local/include/gnunet/gnunet_plugin_lib.h: | ||
970 | |||
971 | /usr/local/include/gnunet/gnunet_program_lib.h: | ||
972 | |||
973 | /usr/local/include/gnunet/gnunet_protocols.h: | ||
974 | |||
975 | /usr/local/include/gnunet/gnunet_service_lib.h: | ||
976 | |||
977 | /usr/local/include/gnunet/gnunet_signal_lib.h: | ||
978 | |||
979 | /usr/local/include/gnunet/gnunet_strings_lib.h: | ||
980 | |||
981 | /usr/local/include/gnunet/gnunet_fs_service.h: | ||
982 | |||
983 | /usr/include/gtk-3.0/gtk/gtk.h: | ||
984 | |||
985 | /usr/include/gtk-3.0/gdk/gdk.h: | ||
986 | |||
987 | /usr/include/gtk-3.0/gdk/gdkconfig.h: | ||
988 | |||
989 | /usr/include/glib-2.0/glib.h: | ||
990 | |||
991 | /usr/include/glib-2.0/glib/galloca.h: | ||
992 | |||
993 | /usr/include/glib-2.0/glib/gtypes.h: | ||
994 | |||
995 | /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h: | ||
996 | |||
997 | /usr/include/glib-2.0/glib/gmacros.h: | ||
998 | |||
999 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/float.h: | ||
1000 | |||
1001 | /usr/include/glib-2.0/glib/gversionmacros.h: | ||
1002 | |||
1003 | /usr/include/glib-2.0/glib/garray.h: | ||
1004 | |||
1005 | /usr/include/glib-2.0/glib/gasyncqueue.h: | ||
1006 | |||
1007 | /usr/include/glib-2.0/glib/gthread.h: | ||
1008 | |||
1009 | /usr/include/glib-2.0/glib/gatomic.h: | ||
1010 | |||
1011 | /usr/include/glib-2.0/glib/gerror.h: | ||
1012 | |||
1013 | /usr/include/glib-2.0/glib/gquark.h: | ||
1014 | |||
1015 | /usr/include/glib-2.0/glib/gbacktrace.h: | ||
1016 | |||
1017 | /usr/include/glib-2.0/glib/gbase64.h: | ||
1018 | |||
1019 | /usr/include/glib-2.0/glib/gbitlock.h: | ||
1020 | |||
1021 | /usr/include/glib-2.0/glib/gbookmarkfile.h: | ||
1022 | |||
1023 | /usr/include/glib-2.0/glib/gbytes.h: | ||
1024 | |||
1025 | /usr/include/glib-2.0/glib/gcharset.h: | ||
1026 | |||
1027 | /usr/include/glib-2.0/glib/gchecksum.h: | ||
1028 | |||
1029 | /usr/include/glib-2.0/glib/gconvert.h: | ||
1030 | |||
1031 | /usr/include/glib-2.0/glib/gdataset.h: | ||
1032 | |||
1033 | /usr/include/glib-2.0/glib/gdate.h: | ||
1034 | |||
1035 | /usr/include/glib-2.0/glib/gdatetime.h: | ||
1036 | |||
1037 | /usr/include/glib-2.0/glib/gtimezone.h: | ||
1038 | |||
1039 | /usr/include/glib-2.0/glib/gdir.h: | ||
1040 | |||
1041 | /usr/include/glib-2.0/glib/genviron.h: | ||
1042 | |||
1043 | /usr/include/glib-2.0/glib/gfileutils.h: | ||
1044 | |||
1045 | /usr/include/glib-2.0/glib/ggettext.h: | ||
1046 | |||
1047 | /usr/include/glib-2.0/glib/ghash.h: | ||
1048 | |||
1049 | /usr/include/glib-2.0/glib/glist.h: | ||
1050 | |||
1051 | /usr/include/glib-2.0/glib/gmem.h: | ||
1052 | |||
1053 | /usr/include/glib-2.0/glib/ghmac.h: | ||
1054 | |||
1055 | /usr/include/glib-2.0/glib/gchecksum.h: | ||
1056 | |||
1057 | /usr/include/glib-2.0/glib/ghook.h: | ||
1058 | |||
1059 | /usr/include/glib-2.0/glib/ghostutils.h: | ||
1060 | |||
1061 | /usr/include/glib-2.0/glib/giochannel.h: | ||
1062 | |||
1063 | /usr/include/glib-2.0/glib/gmain.h: | ||
1064 | |||
1065 | /usr/include/glib-2.0/glib/gpoll.h: | ||
1066 | |||
1067 | /usr/include/glib-2.0/glib/gslist.h: | ||
1068 | |||
1069 | /usr/include/glib-2.0/glib/gstring.h: | ||
1070 | |||
1071 | /usr/include/glib-2.0/glib/gunicode.h: | ||
1072 | |||
1073 | /usr/include/glib-2.0/glib/gutils.h: | ||
1074 | |||
1075 | /usr/include/glib-2.0/glib/gkeyfile.h: | ||
1076 | |||
1077 | /usr/include/glib-2.0/glib/gmappedfile.h: | ||
1078 | |||
1079 | /usr/include/glib-2.0/glib/gmarkup.h: | ||
1080 | |||
1081 | /usr/include/glib-2.0/glib/gmessages.h: | ||
1082 | |||
1083 | /usr/include/glib-2.0/glib/gnode.h: | ||
1084 | |||
1085 | /usr/include/glib-2.0/glib/goption.h: | ||
1086 | |||
1087 | /usr/include/glib-2.0/glib/gpattern.h: | ||
1088 | |||
1089 | /usr/include/glib-2.0/glib/gprimes.h: | ||
1090 | |||
1091 | /usr/include/glib-2.0/glib/gqsort.h: | ||
1092 | |||
1093 | /usr/include/glib-2.0/glib/gqueue.h: | ||
1094 | |||
1095 | /usr/include/glib-2.0/glib/grand.h: | ||
1096 | |||
1097 | /usr/include/glib-2.0/glib/gregex.h: | ||
1098 | |||
1099 | /usr/include/glib-2.0/glib/gscanner.h: | ||
1100 | |||
1101 | /usr/include/glib-2.0/glib/gsequence.h: | ||
1102 | |||
1103 | /usr/include/glib-2.0/glib/gshell.h: | ||
1104 | |||
1105 | /usr/include/glib-2.0/glib/gslice.h: | ||
1106 | |||
1107 | /usr/include/glib-2.0/glib/gspawn.h: | ||
1108 | |||
1109 | /usr/include/glib-2.0/glib/gstrfuncs.h: | ||
1110 | |||
1111 | /usr/include/glib-2.0/glib/gstringchunk.h: | ||
1112 | |||
1113 | /usr/include/glib-2.0/glib/gtestutils.h: | ||
1114 | |||
1115 | /usr/include/glib-2.0/glib/gthreadpool.h: | ||
1116 | |||
1117 | /usr/include/glib-2.0/glib/gtimer.h: | ||
1118 | |||
1119 | /usr/include/glib-2.0/glib/gtrashstack.h: | ||
1120 | |||
1121 | /usr/include/glib-2.0/glib/gtree.h: | ||
1122 | |||
1123 | /usr/include/glib-2.0/glib/gurifuncs.h: | ||
1124 | |||
1125 | /usr/include/glib-2.0/glib/gvarianttype.h: | ||
1126 | |||
1127 | /usr/include/glib-2.0/glib/gvariant.h: | ||
1128 | |||
1129 | /usr/include/glib-2.0/glib/gversion.h: | ||
1130 | |||
1131 | /usr/include/glib-2.0/glib/deprecated/gallocator.h: | ||
1132 | |||
1133 | /usr/include/glib-2.0/glib/deprecated/gcache.h: | ||
1134 | |||
1135 | /usr/include/glib-2.0/glib/deprecated/gcompletion.h: | ||
1136 | |||
1137 | /usr/include/glib-2.0/glib/deprecated/gmain.h: | ||
1138 | |||
1139 | /usr/include/glib-2.0/glib/deprecated/grel.h: | ||
1140 | |||
1141 | /usr/include/glib-2.0/glib/deprecated/gthread.h: | ||
1142 | |||
1143 | /usr/include/pthread.h: | ||
1144 | |||
1145 | /usr/include/sched.h: | ||
1146 | |||
1147 | /usr/include/x86_64-linux-gnu/bits/sched.h: | ||
1148 | |||
1149 | /usr/include/x86_64-linux-gnu/bits/setjmp.h: | ||
1150 | |||
1151 | /usr/include/gtk-3.0/gdk/gdkversionmacros.h: | ||
1152 | |||
1153 | /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h: | ||
1154 | |||
1155 | /usr/include/glib-2.0/gio/gio.h: | ||
1156 | |||
1157 | /usr/include/glib-2.0/gio/giotypes.h: | ||
1158 | |||
1159 | /usr/include/glib-2.0/gio/gioenums.h: | ||
1160 | |||
1161 | /usr/include/glib-2.0/glib-object.h: | ||
1162 | |||
1163 | /usr/include/glib-2.0/gobject/gbinding.h: | ||
1164 | |||
1165 | /usr/include/glib-2.0/gobject/gobject.h: | ||
1166 | |||
1167 | /usr/include/glib-2.0/gobject/gtype.h: | ||
1168 | |||
1169 | /usr/include/glib-2.0/gobject/gvalue.h: | ||
1170 | |||
1171 | /usr/include/glib-2.0/gobject/gparam.h: | ||
1172 | |||
1173 | /usr/include/glib-2.0/gobject/gclosure.h: | ||
1174 | |||
1175 | /usr/include/glib-2.0/gobject/gsignal.h: | ||
1176 | |||
1177 | /usr/include/glib-2.0/gobject/gmarshal.h: | ||
1178 | |||
1179 | /usr/include/glib-2.0/gobject/gboxed.h: | ||
1180 | |||
1181 | /usr/include/glib-2.0/gobject/glib-types.h: | ||
1182 | |||
1183 | /usr/include/glib-2.0/gobject/genums.h: | ||
1184 | |||
1185 | /usr/include/glib-2.0/gobject/gparamspecs.h: | ||
1186 | |||
1187 | /usr/include/glib-2.0/gobject/gsourceclosure.h: | ||
1188 | |||
1189 | /usr/include/glib-2.0/gobject/gtypemodule.h: | ||
1190 | |||
1191 | /usr/include/glib-2.0/gobject/gtypeplugin.h: | ||
1192 | |||
1193 | /usr/include/glib-2.0/gobject/gvaluearray.h: | ||
1194 | |||
1195 | /usr/include/glib-2.0/gobject/gvaluetypes.h: | ||
1196 | |||
1197 | /usr/include/glib-2.0/gio/gaction.h: | ||
1198 | |||
1199 | /usr/include/glib-2.0/gio/gactiongroup.h: | ||
1200 | |||
1201 | /usr/include/glib-2.0/gio/gactiongroupexporter.h: | ||
1202 | |||
1203 | /usr/include/glib-2.0/gio/gactionmap.h: | ||
1204 | |||
1205 | /usr/include/glib-2.0/gio/gappinfo.h: | ||
1206 | |||
1207 | /usr/include/glib-2.0/gio/gapplication.h: | ||
1208 | |||
1209 | /usr/include/glib-2.0/gio/gapplicationcommandline.h: | ||
1210 | |||
1211 | /usr/include/glib-2.0/gio/gasyncinitable.h: | ||
1212 | |||
1213 | /usr/include/glib-2.0/gio/ginitable.h: | ||
1214 | |||
1215 | /usr/include/glib-2.0/gio/gasyncresult.h: | ||
1216 | |||
1217 | /usr/include/glib-2.0/gio/gbufferedinputstream.h: | ||
1218 | |||
1219 | /usr/include/glib-2.0/gio/gfilterinputstream.h: | ||
1220 | |||
1221 | /usr/include/glib-2.0/gio/ginputstream.h: | ||
1222 | |||
1223 | /usr/include/glib-2.0/gio/gbufferedoutputstream.h: | ||
1224 | |||
1225 | /usr/include/glib-2.0/gio/gfilteroutputstream.h: | ||
1226 | |||
1227 | /usr/include/glib-2.0/gio/goutputstream.h: | ||
1228 | |||
1229 | /usr/include/glib-2.0/gio/gcancellable.h: | ||
1230 | |||
1231 | /usr/include/glib-2.0/gio/gcharsetconverter.h: | ||
1232 | |||
1233 | /usr/include/glib-2.0/gio/gconverter.h: | ||
1234 | |||
1235 | /usr/include/glib-2.0/gio/gcontenttype.h: | ||
1236 | |||
1237 | /usr/include/glib-2.0/gio/gconverterinputstream.h: | ||
1238 | |||
1239 | /usr/include/glib-2.0/gio/gconverteroutputstream.h: | ||
1240 | |||
1241 | /usr/include/glib-2.0/gio/gcredentials.h: | ||
1242 | |||
1243 | /usr/include/glib-2.0/gio/gdatainputstream.h: | ||
1244 | |||
1245 | /usr/include/glib-2.0/gio/gdataoutputstream.h: | ||
1246 | |||
1247 | /usr/include/glib-2.0/gio/gdbusaddress.h: | ||
1248 | |||
1249 | /usr/include/glib-2.0/gio/gdbusauthobserver.h: | ||
1250 | |||
1251 | /usr/include/glib-2.0/gio/gdbusconnection.h: | ||
1252 | |||
1253 | /usr/include/glib-2.0/gio/gdbuserror.h: | ||
1254 | |||
1255 | /usr/include/glib-2.0/gio/gdbusintrospection.h: | ||
1256 | |||
1257 | /usr/include/glib-2.0/gio/gdbusmessage.h: | ||
1258 | |||
1259 | /usr/include/glib-2.0/gio/gdbusmethodinvocation.h: | ||
1260 | |||
1261 | /usr/include/glib-2.0/gio/gdbusnameowning.h: | ||
1262 | |||
1263 | /usr/include/glib-2.0/gio/gdbusnamewatching.h: | ||
1264 | |||
1265 | /usr/include/glib-2.0/gio/gdbusproxy.h: | ||
1266 | |||
1267 | /usr/include/glib-2.0/gio/gdbusserver.h: | ||
1268 | |||
1269 | /usr/include/glib-2.0/gio/gdbusutils.h: | ||
1270 | |||
1271 | /usr/include/glib-2.0/gio/gdrive.h: | ||
1272 | |||
1273 | /usr/include/glib-2.0/gio/gemblemedicon.h: | ||
1274 | |||
1275 | /usr/include/glib-2.0/gio/gicon.h: | ||
1276 | |||
1277 | /usr/include/glib-2.0/gio/gemblem.h: | ||
1278 | |||
1279 | /usr/include/glib-2.0/gio/gfileattribute.h: | ||
1280 | |||
1281 | /usr/include/glib-2.0/gio/gfileenumerator.h: | ||
1282 | |||
1283 | /usr/include/glib-2.0/gio/gfile.h: | ||
1284 | |||
1285 | /usr/include/glib-2.0/gio/gfileicon.h: | ||
1286 | |||
1287 | /usr/include/glib-2.0/gio/gfileinfo.h: | ||
1288 | |||
1289 | /usr/include/glib-2.0/gio/gfileinputstream.h: | ||
1290 | |||
1291 | /usr/include/glib-2.0/gio/gfileiostream.h: | ||
1292 | |||
1293 | /usr/include/glib-2.0/gio/giostream.h: | ||
1294 | |||
1295 | /usr/include/glib-2.0/gio/gioerror.h: | ||
1296 | |||
1297 | /usr/include/glib-2.0/gio/gfilemonitor.h: | ||
1298 | |||
1299 | /usr/include/glib-2.0/gio/gfilenamecompleter.h: | ||
1300 | |||
1301 | /usr/include/glib-2.0/gio/gfileoutputstream.h: | ||
1302 | |||
1303 | /usr/include/glib-2.0/gio/ginetaddress.h: | ||
1304 | |||
1305 | /usr/include/glib-2.0/gio/ginetaddressmask.h: | ||
1306 | |||
1307 | /usr/include/glib-2.0/gio/ginetsocketaddress.h: | ||
1308 | |||
1309 | /usr/include/glib-2.0/gio/gsocketaddress.h: | ||
1310 | |||
1311 | /usr/include/glib-2.0/gio/gioenumtypes.h: | ||
1312 | |||
1313 | /usr/include/glib-2.0/gio/giomodule.h: | ||
1314 | |||
1315 | /usr/include/glib-2.0/gmodule.h: | ||
1316 | |||
1317 | /usr/include/glib-2.0/gio/gioscheduler.h: | ||
1318 | |||
1319 | /usr/include/glib-2.0/gio/gloadableicon.h: | ||
1320 | |||
1321 | /usr/include/glib-2.0/gio/gmemoryinputstream.h: | ||
1322 | |||
1323 | /usr/include/glib-2.0/gio/gmemoryoutputstream.h: | ||
1324 | |||
1325 | /usr/include/glib-2.0/gio/gmount.h: | ||
1326 | |||
1327 | /usr/include/glib-2.0/gio/gmountoperation.h: | ||
1328 | |||
1329 | /usr/include/glib-2.0/gio/gnativevolumemonitor.h: | ||
1330 | |||
1331 | /usr/include/glib-2.0/gio/gvolumemonitor.h: | ||
1332 | |||
1333 | /usr/include/glib-2.0/gio/gnetworkaddress.h: | ||
1334 | |||
1335 | /usr/include/glib-2.0/gio/gnetworkmonitor.h: | ||
1336 | |||
1337 | /usr/include/glib-2.0/gio/gnetworkservice.h: | ||
1338 | |||
1339 | /usr/include/glib-2.0/gio/gpermission.h: | ||
1340 | |||
1341 | /usr/include/glib-2.0/gio/gpollableinputstream.h: | ||
1342 | |||
1343 | /usr/include/glib-2.0/gio/gpollableoutputstream.h: | ||
1344 | |||
1345 | /usr/include/glib-2.0/gio/gproxy.h: | ||
1346 | |||
1347 | /usr/include/glib-2.0/gio/gproxyaddress.h: | ||
1348 | |||
1349 | /usr/include/glib-2.0/gio/gproxyaddressenumerator.h: | ||
1350 | |||
1351 | /usr/include/glib-2.0/gio/gsocketaddressenumerator.h: | ||
1352 | |||
1353 | /usr/include/glib-2.0/gio/gproxyresolver.h: | ||
1354 | |||
1355 | /usr/include/glib-2.0/gio/gresolver.h: | ||
1356 | |||
1357 | /usr/include/glib-2.0/gio/gresource.h: | ||
1358 | |||
1359 | /usr/include/glib-2.0/gio/gseekable.h: | ||
1360 | |||
1361 | /usr/include/glib-2.0/gio/gsettingsschema.h: | ||
1362 | |||
1363 | /usr/include/glib-2.0/gio/gsettings.h: | ||
1364 | |||
1365 | /usr/include/glib-2.0/gio/gsimpleaction.h: | ||
1366 | |||
1367 | /usr/include/glib-2.0/gio/gsimpleactiongroup.h: | ||
1368 | |||
1369 | /usr/include/glib-2.0/gio/gactiongroup.h: | ||
1370 | |||
1371 | /usr/include/glib-2.0/gio/gactionmap.h: | ||
1372 | |||
1373 | /usr/include/glib-2.0/gio/gsimpleasyncresult.h: | ||
1374 | |||
1375 | /usr/include/glib-2.0/gio/gsimplepermission.h: | ||
1376 | |||
1377 | /usr/include/glib-2.0/gio/gsocketclient.h: | ||
1378 | |||
1379 | /usr/include/glib-2.0/gio/gsocketconnectable.h: | ||
1380 | |||
1381 | /usr/include/glib-2.0/gio/gsocketconnection.h: | ||
1382 | |||
1383 | /usr/include/glib-2.0/gio/gsocket.h: | ||
1384 | |||
1385 | /usr/include/glib-2.0/gio/gsocketcontrolmessage.h: | ||
1386 | |||
1387 | /usr/include/glib-2.0/gio/gsocketlistener.h: | ||
1388 | |||
1389 | /usr/include/glib-2.0/gio/gsocketservice.h: | ||
1390 | |||
1391 | /usr/include/glib-2.0/gio/gsrvtarget.h: | ||
1392 | |||
1393 | /usr/include/glib-2.0/gio/gtcpconnection.h: | ||
1394 | |||
1395 | /usr/include/glib-2.0/gio/gtcpwrapperconnection.h: | ||
1396 | |||
1397 | /usr/include/glib-2.0/gio/gthemedicon.h: | ||
1398 | |||
1399 | /usr/include/glib-2.0/gio/gthreadedsocketservice.h: | ||
1400 | |||
1401 | /usr/include/glib-2.0/gio/gtlsbackend.h: | ||
1402 | |||
1403 | /usr/include/glib-2.0/gio/gtlscertificate.h: | ||
1404 | |||
1405 | /usr/include/glib-2.0/gio/gtlsclientconnection.h: | ||
1406 | |||
1407 | /usr/include/glib-2.0/gio/gtlsconnection.h: | ||
1408 | |||
1409 | /usr/include/glib-2.0/gio/gtlsdatabase.h: | ||
1410 | |||
1411 | /usr/include/glib-2.0/gio/gtlsfiledatabase.h: | ||
1412 | |||
1413 | /usr/include/glib-2.0/gio/gtlsinteraction.h: | ||
1414 | |||
1415 | /usr/include/glib-2.0/gio/gtlsserverconnection.h: | ||
1416 | |||
1417 | /usr/include/glib-2.0/gio/gtlspassword.h: | ||
1418 | |||
1419 | /usr/include/glib-2.0/gio/gvfs.h: | ||
1420 | |||
1421 | /usr/include/glib-2.0/gio/gvolume.h: | ||
1422 | |||
1423 | /usr/include/glib-2.0/gio/gzlibcompressor.h: | ||
1424 | |||
1425 | /usr/include/glib-2.0/gio/gzlibdecompressor.h: | ||
1426 | |||
1427 | /usr/include/glib-2.0/gio/gdbusinterface.h: | ||
1428 | |||
1429 | /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h: | ||
1430 | |||
1431 | /usr/include/glib-2.0/gio/gdbusobject.h: | ||
1432 | |||
1433 | /usr/include/glib-2.0/gio/gdbusobjectskeleton.h: | ||
1434 | |||
1435 | /usr/include/glib-2.0/gio/gdbusobjectproxy.h: | ||
1436 | |||
1437 | /usr/include/glib-2.0/gio/gdbusobjectmanager.h: | ||
1438 | |||
1439 | /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h: | ||
1440 | |||
1441 | /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h: | ||
1442 | |||
1443 | /usr/include/glib-2.0/gio/gdbusactiongroup.h: | ||
1444 | |||
1445 | /usr/include/glib-2.0/gio/giotypes.h: | ||
1446 | |||
1447 | /usr/include/glib-2.0/gio/gremoteactiongroup.h: | ||
1448 | |||
1449 | /usr/include/glib-2.0/gio/gmenumodel.h: | ||
1450 | |||
1451 | /usr/include/glib-2.0/gio/gmenu.h: | ||
1452 | |||
1453 | /usr/include/glib-2.0/gio/gmenuexporter.h: | ||
1454 | |||
1455 | /usr/include/glib-2.0/gio/gdbusmenumodel.h: | ||
1456 | |||
1457 | /usr/include/gtk-3.0/gdk/gdktypes.h: | ||
1458 | |||
1459 | /usr/include/pango-1.0/pango/pango.h: | ||
1460 | |||
1461 | /usr/include/pango-1.0/pango/pango-attributes.h: | ||
1462 | |||
1463 | /usr/include/pango-1.0/pango/pango-font.h: | ||
1464 | |||
1465 | /usr/include/pango-1.0/pango/pango-coverage.h: | ||
1466 | |||
1467 | /usr/include/pango-1.0/pango/pango-types.h: | ||
1468 | |||
1469 | /usr/include/pango-1.0/pango/pango-gravity.h: | ||
1470 | |||
1471 | /usr/include/pango-1.0/pango/pango-matrix.h: | ||
1472 | |||
1473 | /usr/include/pango-1.0/pango/pango-script.h: | ||
1474 | |||
1475 | /usr/include/pango-1.0/pango/pango-language.h: | ||
1476 | |||
1477 | /usr/include/pango-1.0/pango/pango-bidi-type.h: | ||
1478 | |||
1479 | /usr/include/pango-1.0/pango/pango-break.h: | ||
1480 | |||
1481 | /usr/include/pango-1.0/pango/pango-item.h: | ||
1482 | |||
1483 | /usr/include/pango-1.0/pango/pango-context.h: | ||
1484 | |||
1485 | /usr/include/pango-1.0/pango/pango-fontmap.h: | ||
1486 | |||
1487 | /usr/include/pango-1.0/pango/pango-fontset.h: | ||
1488 | |||
1489 | /usr/include/pango-1.0/pango/pango-engine.h: | ||
1490 | |||
1491 | /usr/include/pango-1.0/pango/pango-glyph.h: | ||
1492 | |||
1493 | /usr/include/pango-1.0/pango/pango-enum-types.h: | ||
1494 | |||
1495 | /usr/include/pango-1.0/pango/pango-features.h: | ||
1496 | |||
1497 | /usr/include/pango-1.0/pango/pango-glyph-item.h: | ||
1498 | |||
1499 | /usr/include/pango-1.0/pango/pango-layout.h: | ||
1500 | |||
1501 | /usr/include/pango-1.0/pango/pango-tabs.h: | ||
1502 | |||
1503 | /usr/include/pango-1.0/pango/pango-renderer.h: | ||
1504 | |||
1505 | /usr/include/pango-1.0/pango/pango-utils.h: | ||
1506 | |||
1507 | /usr/include/cairo/cairo.h: | ||
1508 | |||
1509 | /usr/include/cairo/cairo-version.h: | ||
1510 | |||
1511 | /usr/include/cairo/cairo-features.h: | ||
1512 | |||
1513 | /usr/include/cairo/cairo-deprecated.h: | ||
1514 | |||
1515 | /usr/include/gtk-3.0/gdk/gdkscreen.h: | ||
1516 | |||
1517 | /usr/include/gtk-3.0/gdk/gdkdisplay.h: | ||
1518 | |||
1519 | /usr/include/gtk-3.0/gdk/gdkevents.h: | ||
1520 | |||
1521 | /usr/include/gtk-3.0/gdk/gdkcolor.h: | ||
1522 | |||
1523 | /usr/include/gtk-3.0/gdk/gdkdnd.h: | ||
1524 | |||
1525 | /usr/include/gtk-3.0/gdk/gdkdevice.h: | ||
1526 | |||
1527 | /usr/include/gtk-3.0/gdk/gdkdevicemanager.h: | ||
1528 | |||
1529 | /usr/include/gtk-3.0/gdk/gdkcairo.h: | ||
1530 | |||
1531 | /usr/include/gtk-3.0/gdk/gdkrgba.h: | ||
1532 | |||
1533 | /usr/include/gtk-3.0/gdk/gdkpixbuf.h: | ||
1534 | |||
1535 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h: | ||
1536 | |||
1537 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h: | ||
1538 | |||
1539 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h: | ||
1540 | |||
1541 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h: | ||
1542 | |||
1543 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h: | ||
1544 | |||
1545 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h: | ||
1546 | |||
1547 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h: | ||
1548 | |||
1549 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h: | ||
1550 | |||
1551 | /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h: | ||
1552 | |||
1553 | /usr/include/pango-1.0/pango/pangocairo.h: | ||
1554 | |||
1555 | /usr/include/gtk-3.0/gdk/gdkcursor.h: | ||
1556 | |||
1557 | /usr/include/gtk-3.0/gdk/gdkdisplaymanager.h: | ||
1558 | |||
1559 | /usr/include/gtk-3.0/gdk/gdkenumtypes.h: | ||
1560 | |||
1561 | /usr/include/gtk-3.0/gdk/gdkkeys.h: | ||
1562 | |||
1563 | /usr/include/gtk-3.0/gdk/gdkkeysyms.h: | ||
1564 | |||
1565 | /usr/include/gtk-3.0/gdk/gdkmain.h: | ||
1566 | |||
1567 | /usr/include/gtk-3.0/gdk/gdkpango.h: | ||
1568 | |||
1569 | /usr/include/gtk-3.0/gdk/gdkproperty.h: | ||
1570 | |||
1571 | /usr/include/gtk-3.0/gdk/gdkrectangle.h: | ||
1572 | |||
1573 | /usr/include/gtk-3.0/gdk/gdkselection.h: | ||
1574 | |||
1575 | /usr/include/gtk-3.0/gdk/gdktestutils.h: | ||
1576 | |||
1577 | /usr/include/gtk-3.0/gdk/gdkwindow.h: | ||
1578 | |||
1579 | /usr/include/gtk-3.0/gdk/gdkthreads.h: | ||
1580 | |||
1581 | /usr/include/gtk-3.0/gdk/gdkvisual.h: | ||
1582 | |||
1583 | /usr/include/gtk-3.0/gtk/gtkaboutdialog.h: | ||
1584 | |||
1585 | /usr/include/gtk-3.0/gtk/gtkdialog.h: | ||
1586 | |||
1587 | /usr/include/gtk-3.0/gtk/gtkwindow.h: | ||
1588 | |||
1589 | /usr/include/gtk-3.0/gtk/gtkapplication.h: | ||
1590 | |||
1591 | /usr/include/gtk-3.0/gtk/gtkwidget.h: | ||
1592 | |||
1593 | /usr/include/gtk-3.0/gtk/gtkaccelgroup.h: | ||
1594 | |||
1595 | /usr/include/gtk-3.0/gtk/gtkenums.h: | ||
1596 | |||
1597 | /usr/include/gtk-3.0/gtk/gtkborder.h: | ||
1598 | |||
1599 | /usr/include/gtk-3.0/gtk/gtktypes.h: | ||
1600 | |||
1601 | /usr/include/atk-1.0/atk/atk.h: | ||
1602 | |||
1603 | /usr/include/atk-1.0/atk/atkobject.h: | ||
1604 | |||
1605 | /usr/include/atk-1.0/atk/atkstate.h: | ||
1606 | |||
1607 | /usr/include/atk-1.0/atk/atkrelationtype.h: | ||
1608 | |||
1609 | /usr/include/atk-1.0/atk/atkaction.h: | ||
1610 | |||
1611 | /usr/include/atk-1.0/atk/atkcomponent.h: | ||
1612 | |||
1613 | /usr/include/atk-1.0/atk/atkutil.h: | ||
1614 | |||
1615 | /usr/include/atk-1.0/atk/atkdocument.h: | ||
1616 | |||
1617 | /usr/include/atk-1.0/atk/atkeditabletext.h: | ||
1618 | |||
1619 | /usr/include/atk-1.0/atk/atktext.h: | ||
1620 | |||
1621 | /usr/include/atk-1.0/atk/atkgobjectaccessible.h: | ||
1622 | |||
1623 | /usr/include/atk-1.0/atk/atkhyperlink.h: | ||
1624 | |||
1625 | /usr/include/atk-1.0/atk/atkhyperlinkimpl.h: | ||
1626 | |||
1627 | /usr/include/atk-1.0/atk/atkhypertext.h: | ||
1628 | |||
1629 | /usr/include/atk-1.0/atk/atkimage.h: | ||
1630 | |||
1631 | /usr/include/atk-1.0/atk/atknoopobject.h: | ||
1632 | |||
1633 | /usr/include/atk-1.0/atk/atknoopobjectfactory.h: | ||
1634 | |||
1635 | /usr/include/atk-1.0/atk/atkobjectfactory.h: | ||
1636 | |||
1637 | /usr/include/atk-1.0/atk/atkplug.h: | ||
1638 | |||
1639 | /usr/include/atk-1.0/atk/atkregistry.h: | ||
1640 | |||
1641 | /usr/include/atk-1.0/atk/atkobjectfactory.h: | ||
1642 | |||
1643 | /usr/include/atk-1.0/atk/atkrelation.h: | ||
1644 | |||
1645 | /usr/include/atk-1.0/atk/atkrelationset.h: | ||
1646 | |||
1647 | /usr/include/atk-1.0/atk/atkselection.h: | ||
1648 | |||
1649 | /usr/include/atk-1.0/atk/atksocket.h: | ||
1650 | |||
1651 | /usr/include/atk-1.0/atk/atkstateset.h: | ||
1652 | |||
1653 | /usr/include/atk-1.0/atk/atkstreamablecontent.h: | ||
1654 | |||
1655 | /usr/include/atk-1.0/atk/atktable.h: | ||
1656 | |||
1657 | /usr/include/atk-1.0/atk/atkmisc.h: | ||
1658 | |||
1659 | /usr/include/atk-1.0/atk/atkvalue.h: | ||
1660 | |||
1661 | /usr/include/atk-1.0/atk/atkwindow.h: | ||
1662 | |||
1663 | /usr/include/gtk-3.0/gtk/gtkbin.h: | ||
1664 | |||
1665 | /usr/include/gtk-3.0/gtk/gtkcontainer.h: | ||
1666 | |||
1667 | /usr/include/gtk-3.0/gtk/gtkaccellabel.h: | ||
1668 | |||
1669 | /usr/include/gtk-3.0/gtk/gtklabel.h: | ||
1670 | |||
1671 | /usr/include/gtk-3.0/gtk/gtkmisc.h: | ||
1672 | |||
1673 | /usr/include/gtk-3.0/gtk/gtkmenu.h: | ||
1674 | |||
1675 | /usr/include/gtk-3.0/gtk/gtkmenushell.h: | ||
1676 | |||
1677 | /usr/include/gtk-3.0/gtk/gtkaccelmap.h: | ||
1678 | |||
1679 | /usr/include/gtk-3.0/gtk/gtkaccessible.h: | ||
1680 | |||
1681 | /usr/include/gtk-3.0/gtk/gtkaction.h: | ||
1682 | |||
1683 | /usr/include/gtk-3.0/gtk/gtkactionable.h: | ||
1684 | |||
1685 | /usr/include/gtk-3.0/gtk/gtkactiongroup.h: | ||
1686 | |||
1687 | /usr/include/gtk-3.0/gtk/gtkstock.h: | ||
1688 | |||
1689 | /usr/include/gtk-3.0/gtk/gtkactivatable.h: | ||
1690 | |||
1691 | /usr/include/gtk-3.0/gtk/gtkadjustment.h: | ||
1692 | |||
1693 | /usr/include/gtk-3.0/gtk/gtkalignment.h: | ||
1694 | |||
1695 | /usr/include/gtk-3.0/gtk/gtkappchooser.h: | ||
1696 | |||
1697 | /usr/include/gtk-3.0/gtk/gtkappchooserdialog.h: | ||
1698 | |||
1699 | /usr/include/gtk-3.0/gtk/gtkappchooserwidget.h: | ||
1700 | |||
1701 | /usr/include/gtk-3.0/gtk/gtkbox.h: | ||
1702 | |||
1703 | /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h: | ||
1704 | |||
1705 | /usr/include/gtk-3.0/gtk/gtkcombobox.h: | ||
1706 | |||
1707 | /usr/include/gtk-3.0/gtk/gtktreemodel.h: | ||
1708 | |||
1709 | /usr/include/gtk-3.0/gtk/gtktreeview.h: | ||
1710 | |||
1711 | /usr/include/gtk-3.0/gtk/gtktreeviewcolumn.h: | ||
1712 | |||
1713 | /usr/include/gtk-3.0/gtk/gtkcellrenderer.h: | ||
1714 | |||
1715 | /usr/include/gtk-3.0/gtk/gtkcelleditable.h: | ||
1716 | |||
1717 | /usr/include/gtk-3.0/gtk/gtktreesortable.h: | ||
1718 | |||
1719 | /usr/include/gtk-3.0/gtk/gtkcellarea.h: | ||
1720 | |||
1721 | /usr/include/gtk-3.0/gtk/gtkdnd.h: | ||
1722 | |||
1723 | /usr/include/gtk-3.0/gtk/gtkselection.h: | ||
1724 | |||
1725 | /usr/include/gtk-3.0/gtk/gtktextiter.h: | ||
1726 | |||
1727 | /usr/include/gtk-3.0/gtk/gtktextattributes.h: | ||
1728 | |||
1729 | /usr/include/gtk-3.0/gtk/gtktextchild.h: | ||
1730 | |||
1731 | /usr/include/gtk-3.0/gtk/gtktexttag.h: | ||
1732 | |||
1733 | /usr/include/gtk-3.0/gtk/gtkentry.h: | ||
1734 | |||
1735 | /usr/include/gtk-3.0/gtk/gtkeditable.h: | ||
1736 | |||
1737 | /usr/include/gtk-3.0/gtk/gtkimcontext.h: | ||
1738 | |||
1739 | /usr/include/gtk-3.0/gtk/gtkentrybuffer.h: | ||
1740 | |||
1741 | /usr/include/gtk-3.0/gtk/gtkentrycompletion.h: | ||
1742 | |||
1743 | /usr/include/gtk-3.0/gtk/gtkliststore.h: | ||
1744 | |||
1745 | /usr/include/gtk-3.0/gtk/gtktreemodelfilter.h: | ||
1746 | |||
1747 | /usr/include/gtk-3.0/gtk/gtkimage.h: | ||
1748 | |||
1749 | /usr/include/gtk-3.0/gtk/gtkapplicationwindow.h: | ||
1750 | |||
1751 | /usr/include/gtk-3.0/gtk/gtkarrow.h: | ||
1752 | |||
1753 | /usr/include/gtk-3.0/gtk/gtkaspectframe.h: | ||
1754 | |||
1755 | /usr/include/gtk-3.0/gtk/gtkframe.h: | ||
1756 | |||
1757 | /usr/include/gtk-3.0/gtk/gtkassistant.h: | ||
1758 | |||
1759 | /usr/include/gtk-3.0/gtk/gtkbbox.h: | ||
1760 | |||
1761 | /usr/include/gtk-3.0/gtk/gtkbindings.h: | ||
1762 | |||
1763 | /usr/include/gtk-3.0/gtk/gtkbuildable.h: | ||
1764 | |||
1765 | /usr/include/gtk-3.0/gtk/gtkbuilder.h: | ||
1766 | |||
1767 | /usr/include/gtk-3.0/gtk/gtkbutton.h: | ||
1768 | |||
1769 | /usr/include/gtk-3.0/gtk/gtkcalendar.h: | ||
1770 | |||
1771 | /usr/include/gtk-3.0/gtk/gtkcellareabox.h: | ||
1772 | |||
1773 | /usr/include/gtk-3.0/gtk/gtkcellareacontext.h: | ||
1774 | |||
1775 | /usr/include/gtk-3.0/gtk/gtkcelllayout.h: | ||
1776 | |||
1777 | /usr/include/gtk-3.0/gtk/gtkcellrendereraccel.h: | ||
1778 | |||
1779 | /usr/include/gtk-3.0/gtk/gtkcellrenderertext.h: | ||
1780 | |||
1781 | /usr/include/gtk-3.0/gtk/gtkcellrenderercombo.h: | ||
1782 | |||
1783 | /usr/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h: | ||
1784 | |||
1785 | /usr/include/gtk-3.0/gtk/gtkcellrendererprogress.h: | ||
1786 | |||
1787 | /usr/include/gtk-3.0/gtk/gtkcellrendererspin.h: | ||
1788 | |||
1789 | /usr/include/gtk-3.0/gtk/gtkcellrendererspinner.h: | ||
1790 | |||
1791 | /usr/include/gtk-3.0/gtk/gtkcellrenderertoggle.h: | ||
1792 | |||
1793 | /usr/include/gtk-3.0/gtk/gtkcellview.h: | ||
1794 | |||
1795 | /usr/include/gtk-3.0/gtk/gtkcheckbutton.h: | ||
1796 | |||
1797 | /usr/include/gtk-3.0/gtk/gtktogglebutton.h: | ||
1798 | |||
1799 | /usr/include/gtk-3.0/gtk/gtkcheckmenuitem.h: | ||
1800 | |||
1801 | /usr/include/gtk-3.0/gtk/gtkmenuitem.h: | ||
1802 | |||
1803 | /usr/include/gtk-3.0/gtk/gtkclipboard.h: | ||
1804 | |||
1805 | /usr/include/gtk-3.0/gtk/gtkcolorbutton.h: | ||
1806 | |||
1807 | /usr/include/gtk-3.0/gtk/gtkcolorchooser.h: | ||
1808 | |||
1809 | /usr/include/gtk-3.0/gtk/gtkcolorchooserdialog.h: | ||
1810 | |||
1811 | /usr/include/gtk-3.0/gtk/gtkcolorchooserwidget.h: | ||
1812 | |||
1813 | /usr/include/gtk-3.0/gtk/gtkcolorutils.h: | ||
1814 | |||
1815 | /usr/include/gtk-3.0/gtk/gtkcomboboxtext.h: | ||
1816 | |||
1817 | /usr/include/gtk-3.0/gtk/gtkcssprovider.h: | ||
1818 | |||
1819 | /usr/include/gtk-3.0/gtk/gtkcsssection.h: | ||
1820 | |||
1821 | /usr/include/gtk-3.0/gtk/gtkdebug.h: | ||
1822 | |||
1823 | /usr/include/gtk-3.0/gtk/gtkdrawingarea.h: | ||
1824 | |||
1825 | /usr/include/gtk-3.0/gtk/gtkeventbox.h: | ||
1826 | |||
1827 | /usr/include/gtk-3.0/gtk/gtkexpander.h: | ||
1828 | |||
1829 | /usr/include/gtk-3.0/gtk/gtkfixed.h: | ||
1830 | |||
1831 | /usr/include/gtk-3.0/gtk/gtkfilechooser.h: | ||
1832 | |||
1833 | /usr/include/gtk-3.0/gtk/gtkfilefilter.h: | ||
1834 | |||
1835 | /usr/include/gtk-3.0/gtk/gtkfilechooserbutton.h: | ||
1836 | |||
1837 | /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h: | ||
1838 | |||
1839 | /usr/include/gtk-3.0/gtk/gtkfilechooserwidget.h: | ||
1840 | |||
1841 | /usr/include/gtk-3.0/gtk/gtkfontbutton.h: | ||
1842 | |||
1843 | /usr/include/gtk-3.0/gtk/gtkfontchooser.h: | ||
1844 | |||
1845 | /usr/include/gtk-3.0/gtk/gtkfontchooserdialog.h: | ||
1846 | |||
1847 | /usr/include/gtk-3.0/gtk/gtkfontchooserwidget.h: | ||
1848 | |||
1849 | /usr/include/gtk-3.0/gtk/gtkgradient.h: | ||
1850 | |||
1851 | /usr/include/gtk-3.0/gtk/gtkstylecontext.h: | ||
1852 | |||
1853 | /usr/include/gtk-3.0/gtk/gtkstyleprovider.h: | ||
1854 | |||
1855 | /usr/include/gtk-3.0/gtk/gtkiconfactory.h: | ||
1856 | |||
1857 | /usr/include/gtk-3.0/gtk/gtkstyleproperties.h: | ||
1858 | |||
1859 | /usr/include/gtk-3.0/gtk/gtksymboliccolor.h: | ||
1860 | |||
1861 | /usr/include/gtk-3.0/gtk/gtkgrid.h: | ||
1862 | |||
1863 | /usr/include/gtk-3.0/gtk/gtkicontheme.h: | ||
1864 | |||
1865 | /usr/include/gtk-3.0/gtk/gtkiconview.h: | ||
1866 | |||
1867 | /usr/include/gtk-3.0/gtk/gtktooltip.h: | ||
1868 | |||
1869 | /usr/include/gtk-3.0/gtk/gtkimagemenuitem.h: | ||
1870 | |||
1871 | /usr/include/gtk-3.0/gtk/gtkimcontextinfo.h: | ||
1872 | |||
1873 | /usr/include/gtk-3.0/gtk/gtkimcontextsimple.h: | ||
1874 | |||
1875 | /usr/include/gtk-3.0/gtk/gtkimmulticontext.h: | ||
1876 | |||
1877 | /usr/include/gtk-3.0/gtk/gtkinfobar.h: | ||
1878 | |||
1879 | /usr/include/gtk-3.0/gtk/gtkinvisible.h: | ||
1880 | |||
1881 | /usr/include/gtk-3.0/gtk/gtklayout.h: | ||
1882 | |||
1883 | /usr/include/gtk-3.0/gtk/gtklinkbutton.h: | ||
1884 | |||
1885 | /usr/include/gtk-3.0/gtk/gtklockbutton.h: | ||
1886 | |||
1887 | /usr/include/gtk-3.0/gtk/gtkmain.h: | ||
1888 | |||
1889 | /usr/include/gtk-3.0/gtk/gtkmenubar.h: | ||
1890 | |||
1891 | /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h: | ||
1892 | |||
1893 | /usr/include/gtk-3.0/gtk/gtktoolbutton.h: | ||
1894 | |||
1895 | /usr/include/gtk-3.0/gtk/gtktoolitem.h: | ||
1896 | |||
1897 | /usr/include/gtk-3.0/gtk/gtksizegroup.h: | ||
1898 | |||
1899 | /usr/include/gtk-3.0/gtk/gtkmessagedialog.h: | ||
1900 | |||
1901 | /usr/include/gtk-3.0/gtk/gtkmodules.h: | ||
1902 | |||
1903 | /usr/include/gtk-3.0/gtk/gtkmountoperation.h: | ||
1904 | |||
1905 | /usr/include/gtk-3.0/gtk/gtknotebook.h: | ||
1906 | |||
1907 | /usr/include/gtk-3.0/gtk/gtknumerableicon.h: | ||
1908 | |||
1909 | /usr/include/gtk-3.0/gtk/gtkoffscreenwindow.h: | ||
1910 | |||
1911 | /usr/include/gtk-3.0/gtk/gtkorientable.h: | ||
1912 | |||
1913 | /usr/include/gtk-3.0/gtk/gtkoverlay.h: | ||
1914 | |||
1915 | /usr/include/gtk-3.0/gtk/gtkpagesetup.h: | ||
1916 | |||
1917 | /usr/include/gtk-3.0/gtk/gtkpapersize.h: | ||
1918 | |||
1919 | /usr/include/gtk-3.0/gtk/gtkpaned.h: | ||
1920 | |||
1921 | /usr/include/gtk-3.0/gtk/gtkprintcontext.h: | ||
1922 | |||
1923 | /usr/include/gtk-3.0/gtk/gtkprintoperation.h: | ||
1924 | |||
1925 | /usr/include/gtk-3.0/gtk/gtkprintsettings.h: | ||
1926 | |||
1927 | /usr/include/gtk-3.0/gtk/gtkprintoperationpreview.h: | ||
1928 | |||
1929 | /usr/include/gtk-3.0/gtk/gtkprogressbar.h: | ||
1930 | |||
1931 | /usr/include/gtk-3.0/gtk/gtkradioaction.h: | ||
1932 | |||
1933 | /usr/include/gtk-3.0/gtk/gtktoggleaction.h: | ||
1934 | |||
1935 | /usr/include/gtk-3.0/gtk/gtkradiobutton.h: | ||
1936 | |||
1937 | /usr/include/gtk-3.0/gtk/gtkradiomenuitem.h: | ||
1938 | |||
1939 | /usr/include/gtk-3.0/gtk/gtkradiotoolbutton.h: | ||
1940 | |||
1941 | /usr/include/gtk-3.0/gtk/gtktoggletoolbutton.h: | ||
1942 | |||
1943 | /usr/include/gtk-3.0/gtk/gtkrange.h: | ||
1944 | |||
1945 | /usr/include/gtk-3.0/gtk/gtkrecentaction.h: | ||
1946 | |||
1947 | /usr/include/gtk-3.0/gtk/gtkrecentmanager.h: | ||
1948 | |||
1949 | /usr/include/gtk-3.0/gtk/gtkrecentchooser.h: | ||
1950 | |||
1951 | /usr/include/gtk-3.0/gtk/gtkrecentfilter.h: | ||
1952 | |||
1953 | /usr/include/gtk-3.0/gtk/gtkrecentchooserdialog.h: | ||
1954 | |||
1955 | /usr/include/gtk-3.0/gtk/gtkrecentchoosermenu.h: | ||
1956 | |||
1957 | /usr/include/gtk-3.0/gtk/gtkrecentchooserwidget.h: | ||
1958 | |||
1959 | /usr/include/gtk-3.0/gtk/gtkscale.h: | ||
1960 | |||
1961 | /usr/include/gtk-3.0/gtk/gtkscalebutton.h: | ||
1962 | |||
1963 | /usr/include/gtk-3.0/gtk/gtkscrollable.h: | ||
1964 | |||
1965 | /usr/include/gtk-3.0/gtk/gtkscrollbar.h: | ||
1966 | |||
1967 | /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h: | ||
1968 | |||
1969 | /usr/include/gtk-3.0/gtk/gtkseparator.h: | ||
1970 | |||
1971 | /usr/include/gtk-3.0/gtk/gtkseparatormenuitem.h: | ||
1972 | |||
1973 | /usr/include/gtk-3.0/gtk/gtkseparatortoolitem.h: | ||
1974 | |||
1975 | /usr/include/gtk-3.0/gtk/gtksettings.h: | ||
1976 | |||
1977 | /usr/include/gtk-3.0/gtk/gtkshow.h: | ||
1978 | |||
1979 | /usr/include/gtk-3.0/gtk/gtksizerequest.h: | ||
1980 | |||
1981 | /usr/include/gtk-3.0/gtk/gtkspinbutton.h: | ||
1982 | |||
1983 | /usr/include/gtk-3.0/gtk/gtkspinner.h: | ||
1984 | |||
1985 | /usr/include/gtk-3.0/gtk/gtkstatusbar.h: | ||
1986 | |||
1987 | /usr/include/gtk-3.0/gtk/gtkstatusicon.h: | ||
1988 | |||
1989 | /usr/include/gtk-3.0/gtk/gtkswitch.h: | ||
1990 | |||
1991 | /usr/include/gtk-3.0/gtk/gtktextbuffer.h: | ||
1992 | |||
1993 | /usr/include/gtk-3.0/gtk/gtktexttagtable.h: | ||
1994 | |||
1995 | /usr/include/gtk-3.0/gtk/gtktextmark.h: | ||
1996 | |||
1997 | /usr/include/gtk-3.0/gtk/gtktextbufferrichtext.h: | ||
1998 | |||
1999 | /usr/include/gtk-3.0/gtk/gtktextview.h: | ||
2000 | |||
2001 | /usr/include/gtk-3.0/gtk/gtkthemingengine.h: | ||
2002 | |||
2003 | /usr/include/gtk-3.0/gtk/gtktoolbar.h: | ||
2004 | |||
2005 | /usr/include/gtk-3.0/gtk/gtktoolitemgroup.h: | ||
2006 | |||
2007 | /usr/include/gtk-3.0/gtk/gtktoolpalette.h: | ||
2008 | |||
2009 | /usr/include/gtk-3.0/gtk/gtktoolshell.h: | ||
2010 | |||
2011 | /usr/include/gtk-3.0/gtk/gtktestutils.h: | ||
2012 | |||
2013 | /usr/include/gtk-3.0/gtk/gtktreednd.h: | ||
2014 | |||
2015 | /usr/include/gtk-3.0/gtk/gtktreemodelsort.h: | ||
2016 | |||
2017 | /usr/include/gtk-3.0/gtk/gtktreeselection.h: | ||
2018 | |||
2019 | /usr/include/gtk-3.0/gtk/gtktreestore.h: | ||
2020 | |||
2021 | /usr/include/gtk-3.0/gtk/gtktypebuiltins.h: | ||
2022 | |||
2023 | /usr/include/gtk-3.0/gtk/gtkuimanager.h: | ||
2024 | |||
2025 | /usr/include/gtk-3.0/gtk/gtkversion.h: | ||
2026 | |||
2027 | /usr/include/gtk-3.0/gtk/gtkviewport.h: | ||
2028 | |||
2029 | /usr/include/gtk-3.0/gtk/gtkvolumebutton.h: | ||
2030 | |||
2031 | /usr/include/gtk-3.0/gtk/gtkwidgetpath.h: | ||
2032 | |||
2033 | /usr/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h: | ||
2034 | |||
2035 | /usr/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h: | ||
2036 | |||
2037 | /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h: | ||
2038 | |||
2039 | /usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h: | ||
2040 | |||
2041 | /usr/include/gtk-3.0/gtk/deprecated/gtkhbbox.h: | ||
2042 | |||
2043 | /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h: | ||
2044 | |||
2045 | /usr/include/gtk-3.0/gtk/deprecated/gtkhpaned.h: | ||
2046 | |||
2047 | /usr/include/gtk-3.0/gtk/deprecated/gtkhsv.h: | ||
2048 | |||
2049 | /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h: | ||
2050 | |||
2051 | /usr/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h: | ||
2052 | |||
2053 | /usr/include/gtk-3.0/gtk/deprecated/gtkhseparator.h: | ||
2054 | |||
2055 | /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h: | ||
2056 | |||
2057 | /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h: | ||
2058 | |||
2059 | /usr/include/gtk-3.0/gtk/deprecated/gtktable.h: | ||
2060 | |||
2061 | /usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h: | ||
2062 | |||
2063 | /usr/include/gtk-3.0/gtk/deprecated/gtkvbbox.h: | ||
2064 | |||
2065 | /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h: | ||
2066 | |||
2067 | /usr/include/gtk-3.0/gtk/deprecated/gtkvpaned.h: | ||
2068 | |||
2069 | /usr/include/gtk-3.0/gtk/deprecated/gtkvscale.h: | ||
2070 | |||
2071 | /usr/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h: | ||
2072 | |||
2073 | /usr/include/gtk-3.0/gtk/deprecated/gtkvseparator.h: | ||
2074 | |||
2075 | /usr/include/libgladeui-2.0/gladeui/glade.h: | ||
2076 | |||
2077 | /usr/include/libgladeui-2.0/gladeui/glade-xml-utils.h: | ||
2078 | |||
2079 | /usr/include/libgladeui-2.0/gladeui/glade-widget-adaptor.h: | ||
2080 | |||
2081 | /usr/include/libgladeui-2.0/gladeui/glade-property-class.h: | ||
2082 | |||
2083 | /usr/include/libgladeui-2.0/gladeui/glade-editor-property.h: | ||
2084 | |||
2085 | /usr/include/libgladeui-2.0/gladeui/glade-signal-class.h: | ||
2086 | |||
2087 | /usr/include/libgladeui-2.0/gladeui/glade-catalog.h: | ||
2088 | |||
2089 | /usr/include/libgladeui-2.0/gladeui/glade-editable.h: | ||
2090 | |||
2091 | /usr/include/libgladeui-2.0/gladeui/glade-widget.h: | ||
2092 | |||
2093 | /usr/include/libgladeui-2.0/gladeui/glade-widget-action.h: | ||
2094 | |||
2095 | /usr/include/libgladeui-2.0/gladeui/glade-signal.h: | ||
2096 | |||
2097 | /usr/include/libgladeui-2.0/gladeui/glade-property.h: | ||
2098 | |||
2099 | /usr/include/libgladeui-2.0/gladeui/glade-project.h: | ||
2100 | |||
2101 | /usr/include/libgladeui-2.0/gladeui/glade-command.h: | ||
2102 | |||
2103 | /usr/include/libgladeui-2.0/gladeui/glade-placeholder.h: | ||
2104 | |||
2105 | /usr/include/libgladeui-2.0/gladeui/glade-utils.h: | ||
2106 | |||
2107 | /usr/include/libgladeui-2.0/gladeui/glade-app.h: | ||
2108 | |||
2109 | /usr/include/libgladeui-2.0/gladeui/glade-editor.h: | ||
2110 | |||
2111 | /usr/include/libgladeui-2.0/gladeui/glade-signal-editor.h: | ||
2112 | |||
2113 | /usr/include/libgladeui-2.0/gladeui/glade-palette.h: | ||
2114 | |||
2115 | /usr/include/libgladeui-2.0/gladeui/glade-clipboard.h: | ||
2116 | |||
2117 | /usr/include/libgladeui-2.0/gladeui/glade-base-editor.h: | ||
2118 | |||
2119 | /usr/include/libgladeui-2.0/gladeui/glade-design-view.h: | ||
2120 | |||
2121 | /usr/include/libgladeui-2.0/gladeui/glade-inspector.h: | ||
2122 | |||
2123 | /usr/include/libgladeui-2.0/gladeui/glade-builtins.h: | ||
2124 | |||
2125 | /usr/include/libgladeui-2.0/gladeui/glade-name-context.h: | ||
2126 | |||
2127 | /usr/include/libgladeui-2.0/gladeui/glade-displayable-values.h: | ||
2128 | |||
2129 | /usr/include/libgladeui-2.0/gladeui/glade-cell-renderer-icon.h: | ||
2130 | |||
2131 | /usr/include/libgladeui-2.0/gladeui/glade-cursor.h: | ||
2132 | |||
2133 | gnunet-conversation-gtk.h: | ||
2134 | |||
2135 | /usr/local/include/gnunet/gnunet_gnsrecord_lib.h: | ||
2136 | |||
2137 | /usr/local/include/gnunet/gnunet_conversation_service.h: | ||
2138 | |||
2139 | /usr/local/include/gnunet/gnunet_identity_service.h: | ||
2140 | |||
2141 | /usr/local/include/gnunet/gnunet_namestore_service.h: | ||
2142 | |||
2143 | /usr/local/include/gnunet/gnunet_block_lib.h: | ||
2144 | |||
2145 | /usr/local/include/gnunet/gnunet_gnsrecord_lib.h: | ||
2146 | |||
2147 | /usr/local/include/gnunet/gnunet_speaker_lib.h: | ||
2148 | |||
2149 | /usr/local/include/gnunet/gnunet_microphone_lib.h: | ||
2150 | |||
2151 | /usr/local/include/gnunet/gnunet_identity_service.h: | ||
2152 | |||
2153 | /usr/local/include/gnunet/gnunet_namestore_service.h: | ||
2154 | |||
2155 | /usr/local/include/gnunet/gnunet_speaker_lib.h: | ||
2156 | |||
2157 | /usr/local/include/gnunet/gnunet_microphone_lib.h: | ||
diff --git a/src/conversation/.deps/gnunet-conversation-gtk_about.Po b/src/conversation/.deps/gnunet-conversation-gtk_about.Po new file mode 100644 index 00000000..7bd33199 --- /dev/null +++ b/src/conversation/.deps/gnunet-conversation-gtk_about.Po | |||
@@ -0,0 +1,2118 @@ | |||
1 | gnunet-conversation-gtk_about.o: gnunet-conversation-gtk_about.c \ | ||
2 | ../../src/include/gnunet_gtk.h ../../gnunet_gtk_config.h \ | ||
3 | /usr/local/include/gnunet/platform.h \ | ||
4 | /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/features.h \ | ||
5 | /usr/include/x86_64-linux-gnu/bits/predefs.h \ | ||
6 | /usr/include/x86_64-linux-gnu/sys/cdefs.h \ | ||
7 | /usr/include/x86_64-linux-gnu/bits/wordsize.h \ | ||
8 | /usr/include/x86_64-linux-gnu/gnu/stubs.h \ | ||
9 | /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ | ||
10 | /usr/include/x86_64-linux-gnu/bits/types.h \ | ||
11 | /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/time.h \ | ||
12 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stddef.h /usr/include/endian.h \ | ||
13 | /usr/include/x86_64-linux-gnu/bits/endian.h \ | ||
14 | /usr/include/x86_64-linux-gnu/bits/byteswap.h \ | ||
15 | /usr/include/x86_64-linux-gnu/sys/select.h \ | ||
16 | /usr/include/x86_64-linux-gnu/bits/select.h \ | ||
17 | /usr/include/x86_64-linux-gnu/bits/sigset.h \ | ||
18 | /usr/include/x86_64-linux-gnu/bits/time.h \ | ||
19 | /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ | ||
20 | /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/netdb.h \ | ||
21 | /usr/include/netinet/in.h \ | ||
22 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdint.h /usr/include/stdint.h \ | ||
23 | /usr/include/x86_64-linux-gnu/bits/wchar.h \ | ||
24 | /usr/include/x86_64-linux-gnu/sys/socket.h \ | ||
25 | /usr/include/x86_64-linux-gnu/sys/uio.h \ | ||
26 | /usr/include/x86_64-linux-gnu/bits/uio.h \ | ||
27 | /usr/include/x86_64-linux-gnu/bits/socket.h \ | ||
28 | /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ | ||
29 | /usr/include/x86_64-linux-gnu/asm/socket.h \ | ||
30 | /usr/include/asm-generic/socket.h \ | ||
31 | /usr/include/x86_64-linux-gnu/asm/sockios.h \ | ||
32 | /usr/include/asm-generic/sockios.h \ | ||
33 | /usr/include/x86_64-linux-gnu/bits/in.h /usr/include/rpc/netdb.h \ | ||
34 | /usr/include/x86_64-linux-gnu/bits/siginfo.h \ | ||
35 | /usr/include/x86_64-linux-gnu/bits/netdb.h \ | ||
36 | /usr/include/x86_64-linux-gnu/sys/un.h /usr/include/string.h \ | ||
37 | /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ | ||
38 | /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ | ||
39 | /usr/include/arpa/inet.h /usr/include/netinet/tcp.h /usr/include/pwd.h \ | ||
40 | /usr/include/stdio.h /usr/include/x86_64-linux-gnu/sys/ioctl.h \ | ||
41 | /usr/include/x86_64-linux-gnu/bits/ioctls.h \ | ||
42 | /usr/include/x86_64-linux-gnu/asm/ioctls.h \ | ||
43 | /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ | ||
44 | /usr/include/x86_64-linux-gnu/asm/ioctl.h \ | ||
45 | /usr/include/asm-generic/ioctl.h \ | ||
46 | /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ | ||
47 | /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ | ||
48 | /usr/include/x86_64-linux-gnu/sys/wait.h /usr/include/signal.h \ | ||
49 | /usr/include/x86_64-linux-gnu/bits/signum.h \ | ||
50 | /usr/include/x86_64-linux-gnu/bits/sigaction.h \ | ||
51 | /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ | ||
52 | /usr/include/x86_64-linux-gnu/bits/sigstack.h \ | ||
53 | /usr/include/x86_64-linux-gnu/sys/ucontext.h \ | ||
54 | /usr/include/x86_64-linux-gnu/bits/sigthread.h \ | ||
55 | /usr/include/x86_64-linux-gnu/sys/resource.h \ | ||
56 | /usr/include/x86_64-linux-gnu/bits/resource.h \ | ||
57 | /usr/include/x86_64-linux-gnu/bits/waitflags.h \ | ||
58 | /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/grp.h \ | ||
59 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ | ||
60 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdarg.h \ | ||
61 | /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ | ||
62 | /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ | ||
63 | /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/alloca.h \ | ||
64 | /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ | ||
65 | /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \ | ||
66 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ | ||
67 | /usr/include/libgen.h /usr/include/unistd.h \ | ||
68 | /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ | ||
69 | /usr/include/x86_64-linux-gnu/bits/environments.h \ | ||
70 | /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \ | ||
71 | /usr/include/x86_64-linux-gnu/sys/stat.h \ | ||
72 | /usr/include/x86_64-linux-gnu/bits/stat.h /usr/include/dirent.h \ | ||
73 | /usr/include/x86_64-linux-gnu/bits/dirent.h \ | ||
74 | /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ | ||
75 | /usr/include/x86_64-linux-gnu/bits/local_lim.h \ | ||
76 | /usr/include/linux/limits.h /usr/include/fcntl.h \ | ||
77 | /usr/include/x86_64-linux-gnu/bits/fcntl.h /usr/include/math.h \ | ||
78 | /usr/include/x86_64-linux-gnu/bits/huge_val.h \ | ||
79 | /usr/include/x86_64-linux-gnu/bits/huge_valf.h \ | ||
80 | /usr/include/x86_64-linux-gnu/bits/huge_vall.h \ | ||
81 | /usr/include/x86_64-linux-gnu/bits/inf.h \ | ||
82 | /usr/include/x86_64-linux-gnu/bits/nan.h \ | ||
83 | /usr/include/x86_64-linux-gnu/bits/mathdef.h \ | ||
84 | /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ | ||
85 | /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/net/if.h \ | ||
86 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed/limits.h \ | ||
87 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed/syslimits.h \ | ||
88 | /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ | ||
89 | /usr/include/x86_64-linux-gnu/bits/xopen_lim.h /usr/include/ctype.h \ | ||
90 | /usr/local/include/gnunet/plibc.h /usr/include/locale.h \ | ||
91 | /usr/include/x86_64-linux-gnu/bits/locale.h \ | ||
92 | /usr/local/include/gnunet/gettext.h /usr/include/libintl.h \ | ||
93 | /usr/include/x86_64-linux-gnu/sys/mman.h \ | ||
94 | /usr/include/x86_64-linux-gnu/bits/mman.h /usr/include/langinfo.h \ | ||
95 | /usr/include/nl_types.h /usr/local/include/gnunet/gnunet_util_lib.h \ | ||
96 | /usr/local/include/gnunet/gnunet_crypto_lib.h \ | ||
97 | /usr/local/include/gnunet/gnunet_common.h \ | ||
98 | /usr/local/include/gnunet/gnunet_scheduler_lib.h \ | ||
99 | /usr/local/include/gnunet/gnunet_time_lib.h \ | ||
100 | /usr/local/include/gnunet/gnunet_network_lib.h \ | ||
101 | /usr/local/include/gnunet/gnunet_disk_lib.h \ | ||
102 | /usr/local/include/gnunet/gnunet_configuration_lib.h \ | ||
103 | /usr/local/include/gnunet/gnunet_bandwidth_lib.h \ | ||
104 | /usr/local/include/gnunet/gnunet_bio_lib.h \ | ||
105 | /usr/local/include/gnunet/gnunet_container_lib.h \ | ||
106 | /usr/include/extractor.h \ | ||
107 | /usr/local/include/gnunet/gnunet_connection_lib.h \ | ||
108 | /usr/local/include/gnunet/gnunet_client_lib.h \ | ||
109 | /usr/local/include/gnunet/gnunet_getopt_lib.h \ | ||
110 | /usr/local/include/gnunet/gnunet_helper_lib.h \ | ||
111 | /usr/local/include/gnunet/gnunet_server_lib.h \ | ||
112 | /usr/local/include/gnunet/gnunet_mq_lib.h \ | ||
113 | /usr/local/include/gnunet/gnunet_os_lib.h \ | ||
114 | /usr/local/include/gnunet/gnunet_peer_lib.h \ | ||
115 | /usr/local/include/gnunet/gnunet_util_lib.h \ | ||
116 | /usr/local/include/gnunet/gnunet_plugin_lib.h \ | ||
117 | /usr/local/include/gnunet/gnunet_program_lib.h \ | ||
118 | /usr/local/include/gnunet/gnunet_protocols.h \ | ||
119 | /usr/local/include/gnunet/gnunet_service_lib.h \ | ||
120 | /usr/local/include/gnunet/gnunet_signal_lib.h \ | ||
121 | /usr/local/include/gnunet/gnunet_strings_lib.h \ | ||
122 | /usr/local/include/gnunet/gnunet_fs_service.h \ | ||
123 | /usr/include/gtk-3.0/gtk/gtk.h /usr/include/gtk-3.0/gdk/gdk.h \ | ||
124 | /usr/include/gtk-3.0/gdk/gdkconfig.h /usr/include/glib-2.0/glib.h \ | ||
125 | /usr/include/glib-2.0/glib/galloca.h /usr/include/glib-2.0/glib/gtypes.h \ | ||
126 | /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ | ||
127 | /usr/include/glib-2.0/glib/gmacros.h \ | ||
128 | /usr/lib/gcc/x86_64-linux-gnu/4.7/include/float.h \ | ||
129 | /usr/include/glib-2.0/glib/gversionmacros.h \ | ||
130 | /usr/include/glib-2.0/glib/garray.h \ | ||
131 | /usr/include/glib-2.0/glib/gasyncqueue.h \ | ||
132 | /usr/include/glib-2.0/glib/gthread.h \ | ||
133 | /usr/include/glib-2.0/glib/gatomic.h /usr/include/glib-2.0/glib/gerror.h \ | ||
134 | /usr/include/glib-2.0/glib/gquark.h \ | ||
135 | /usr/include/glib-2.0/glib/gbacktrace.h \ | ||
136 | /usr/include/glib-2.0/glib/gbase64.h \ | ||
137 | /usr/include/glib-2.0/glib/gbitlock.h \ | ||
138 | /usr/include/glib-2.0/glib/gbookmarkfile.h \ | ||
139 | /usr/include/glib-2.0/glib/gbytes.h \ | ||
140 | /usr/include/glib-2.0/glib/gcharset.h \ | ||
141 | /usr/include/glib-2.0/glib/gchecksum.h \ | ||
142 | /usr/include/glib-2.0/glib/gconvert.h \ | ||
143 | /usr/include/glib-2.0/glib/gdataset.h /usr/include/glib-2.0/glib/gdate.h \ | ||
144 | /usr/include/glib-2.0/glib/gdatetime.h \ | ||
145 | /usr/include/glib-2.0/glib/gtimezone.h /usr/include/glib-2.0/glib/gdir.h \ | ||
146 | /usr/include/glib-2.0/glib/genviron.h \ | ||
147 | /usr/include/glib-2.0/glib/gfileutils.h \ | ||
148 | /usr/include/glib-2.0/glib/ggettext.h /usr/include/glib-2.0/glib/ghash.h \ | ||
149 | /usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \ | ||
150 | /usr/include/glib-2.0/glib/ghmac.h \ | ||
151 | /usr/include/glib-2.0/glib/gchecksum.h \ | ||
152 | /usr/include/glib-2.0/glib/ghook.h \ | ||
153 | /usr/include/glib-2.0/glib/ghostutils.h \ | ||
154 | /usr/include/glib-2.0/glib/giochannel.h \ | ||
155 | /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gpoll.h \ | ||
156 | /usr/include/glib-2.0/glib/gslist.h /usr/include/glib-2.0/glib/gstring.h \ | ||
157 | /usr/include/glib-2.0/glib/gunicode.h \ | ||
158 | /usr/include/glib-2.0/glib/gutils.h \ | ||
159 | /usr/include/glib-2.0/glib/gkeyfile.h \ | ||
160 | /usr/include/glib-2.0/glib/gmappedfile.h \ | ||
161 | /usr/include/glib-2.0/glib/gmarkup.h \ | ||
162 | /usr/include/glib-2.0/glib/gmessages.h \ | ||
163 | /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \ | ||
164 | /usr/include/glib-2.0/glib/gpattern.h \ | ||
165 | /usr/include/glib-2.0/glib/gprimes.h /usr/include/glib-2.0/glib/gqsort.h \ | ||
166 | /usr/include/glib-2.0/glib/gqueue.h /usr/include/glib-2.0/glib/grand.h \ | ||
167 | /usr/include/glib-2.0/glib/gregex.h \ | ||
168 | /usr/include/glib-2.0/glib/gscanner.h \ | ||
169 | /usr/include/glib-2.0/glib/gsequence.h \ | ||
170 | /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gslice.h \ | ||
171 | /usr/include/glib-2.0/glib/gspawn.h \ | ||
172 | /usr/include/glib-2.0/glib/gstrfuncs.h \ | ||
173 | /usr/include/glib-2.0/glib/gstringchunk.h \ | ||
174 | /usr/include/glib-2.0/glib/gtestutils.h \ | ||
175 | /usr/include/glib-2.0/glib/gthreadpool.h \ | ||
176 | /usr/include/glib-2.0/glib/gtimer.h \ | ||
177 | /usr/include/glib-2.0/glib/gtrashstack.h \ | ||
178 | /usr/include/glib-2.0/glib/gtree.h \ | ||
179 | /usr/include/glib-2.0/glib/gurifuncs.h \ | ||
180 | /usr/include/glib-2.0/glib/gvarianttype.h \ | ||
181 | /usr/include/glib-2.0/glib/gvariant.h \ | ||
182 | /usr/include/glib-2.0/glib/gversion.h \ | ||
183 | /usr/include/glib-2.0/glib/deprecated/gallocator.h \ | ||
184 | /usr/include/glib-2.0/glib/deprecated/gcache.h \ | ||
185 | /usr/include/glib-2.0/glib/deprecated/gcompletion.h \ | ||
186 | /usr/include/glib-2.0/glib/deprecated/gmain.h \ | ||
187 | /usr/include/glib-2.0/glib/deprecated/grel.h \ | ||
188 | /usr/include/glib-2.0/glib/deprecated/gthread.h /usr/include/pthread.h \ | ||
189 | /usr/include/sched.h /usr/include/x86_64-linux-gnu/bits/sched.h \ | ||
190 | /usr/include/x86_64-linux-gnu/bits/setjmp.h \ | ||
191 | /usr/include/gtk-3.0/gdk/gdkversionmacros.h \ | ||
192 | /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h \ | ||
193 | /usr/include/glib-2.0/gio/gio.h /usr/include/glib-2.0/gio/giotypes.h \ | ||
194 | /usr/include/glib-2.0/gio/gioenums.h /usr/include/glib-2.0/glib-object.h \ | ||
195 | /usr/include/glib-2.0/gobject/gbinding.h \ | ||
196 | /usr/include/glib-2.0/gobject/gobject.h \ | ||
197 | /usr/include/glib-2.0/gobject/gtype.h \ | ||
198 | /usr/include/glib-2.0/gobject/gvalue.h \ | ||
199 | /usr/include/glib-2.0/gobject/gparam.h \ | ||
200 | /usr/include/glib-2.0/gobject/gclosure.h \ | ||
201 | /usr/include/glib-2.0/gobject/gsignal.h \ | ||
202 | /usr/include/glib-2.0/gobject/gmarshal.h \ | ||
203 | /usr/include/glib-2.0/gobject/gboxed.h \ | ||
204 | /usr/include/glib-2.0/gobject/glib-types.h \ | ||
205 | /usr/include/glib-2.0/gobject/genums.h \ | ||
206 | /usr/include/glib-2.0/gobject/gparamspecs.h \ | ||
207 | /usr/include/glib-2.0/gobject/gsourceclosure.h \ | ||
208 | /usr/include/glib-2.0/gobject/gtypemodule.h \ | ||
209 | /usr/include/glib-2.0/gobject/gtypeplugin.h \ | ||
210 | /usr/include/glib-2.0/gobject/gvaluearray.h \ | ||
211 | /usr/include/glib-2.0/gobject/gvaluetypes.h \ | ||
212 | /usr/include/glib-2.0/gio/gaction.h \ | ||
213 | /usr/include/glib-2.0/gio/gactiongroup.h \ | ||
214 | /usr/include/glib-2.0/gio/gactiongroupexporter.h \ | ||
215 | /usr/include/glib-2.0/gio/gactionmap.h \ | ||
216 | /usr/include/glib-2.0/gio/gappinfo.h \ | ||
217 | /usr/include/glib-2.0/gio/gapplication.h \ | ||
218 | /usr/include/glib-2.0/gio/gapplicationcommandline.h \ | ||
219 | /usr/include/glib-2.0/gio/gasyncinitable.h \ | ||
220 | /usr/include/glib-2.0/gio/ginitable.h \ | ||
221 | /usr/include/glib-2.0/gio/gasyncresult.h \ | ||
222 | /usr/include/glib-2.0/gio/gbufferedinputstream.h \ | ||
223 | /usr/include/glib-2.0/gio/gfilterinputstream.h \ | ||
224 | /usr/include/glib-2.0/gio/ginputstream.h \ | ||
225 | /usr/include/glib-2.0/gio/gbufferedoutputstream.h \ | ||
226 | /usr/include/glib-2.0/gio/gfilteroutputstream.h \ | ||
227 | /usr/include/glib-2.0/gio/goutputstream.h \ | ||
228 | /usr/include/glib-2.0/gio/gcancellable.h \ | ||
229 | /usr/include/glib-2.0/gio/gcharsetconverter.h \ | ||
230 | /usr/include/glib-2.0/gio/gconverter.h \ | ||
231 | /usr/include/glib-2.0/gio/gcontenttype.h \ | ||
232 | /usr/include/glib-2.0/gio/gconverterinputstream.h \ | ||
233 | /usr/include/glib-2.0/gio/gconverteroutputstream.h \ | ||
234 | /usr/include/glib-2.0/gio/gcredentials.h \ | ||
235 | /usr/include/glib-2.0/gio/gdatainputstream.h \ | ||
236 | /usr/include/glib-2.0/gio/gdataoutputstream.h \ | ||
237 | /usr/include/glib-2.0/gio/gdbusaddress.h \ | ||
238 | /usr/include/glib-2.0/gio/gdbusauthobserver.h \ | ||
239 | /usr/include/glib-2.0/gio/gdbusconnection.h \ | ||
240 | /usr/include/glib-2.0/gio/gdbuserror.h \ | ||
241 | /usr/include/glib-2.0/gio/gdbusintrospection.h \ | ||
242 | /usr/include/glib-2.0/gio/gdbusmessage.h \ | ||
243 | /usr/include/glib-2.0/gio/gdbusmethodinvocation.h \ | ||
244 | /usr/include/glib-2.0/gio/gdbusnameowning.h \ | ||
245 | /usr/include/glib-2.0/gio/gdbusnamewatching.h \ | ||
246 | /usr/include/glib-2.0/gio/gdbusproxy.h \ | ||
247 | /usr/include/glib-2.0/gio/gdbusserver.h \ | ||
248 | /usr/include/glib-2.0/gio/gdbusutils.h \ | ||
249 | /usr/include/glib-2.0/gio/gdrive.h \ | ||
250 | /usr/include/glib-2.0/gio/gemblemedicon.h \ | ||
251 | /usr/include/glib-2.0/gio/gicon.h /usr/include/glib-2.0/gio/gemblem.h \ | ||
252 | /usr/include/glib-2.0/gio/gfileattribute.h \ | ||
253 | /usr/include/glib-2.0/gio/gfileenumerator.h \ | ||
254 | /usr/include/glib-2.0/gio/gfile.h /usr/include/glib-2.0/gio/gfileicon.h \ | ||
255 | /usr/include/glib-2.0/gio/gfileinfo.h \ | ||
256 | /usr/include/glib-2.0/gio/gfileinputstream.h \ | ||
257 | /usr/include/glib-2.0/gio/gfileiostream.h \ | ||
258 | /usr/include/glib-2.0/gio/giostream.h \ | ||
259 | /usr/include/glib-2.0/gio/gioerror.h \ | ||
260 | /usr/include/glib-2.0/gio/gfilemonitor.h \ | ||
261 | /usr/include/glib-2.0/gio/gfilenamecompleter.h \ | ||
262 | /usr/include/glib-2.0/gio/gfileoutputstream.h \ | ||
263 | /usr/include/glib-2.0/gio/ginetaddress.h \ | ||
264 | /usr/include/glib-2.0/gio/ginetaddressmask.h \ | ||
265 | /usr/include/glib-2.0/gio/ginetsocketaddress.h \ | ||
266 | /usr/include/glib-2.0/gio/gsocketaddress.h \ | ||
267 | /usr/include/glib-2.0/gio/gioenumtypes.h \ | ||
268 | /usr/include/glib-2.0/gio/giomodule.h /usr/include/glib-2.0/gmodule.h \ | ||
269 | /usr/include/glib-2.0/gio/gioscheduler.h \ | ||
270 | /usr/include/glib-2.0/gio/gloadableicon.h \ | ||
271 | /usr/include/glib-2.0/gio/gmemoryinputstream.h \ | ||
272 | /usr/include/glib-2.0/gio/gmemoryoutputstream.h \ | ||
273 | /usr/include/glib-2.0/gio/gmount.h \ | ||
274 | /usr/include/glib-2.0/gio/gmountoperation.h \ | ||
275 | /usr/include/glib-2.0/gio/gnativevolumemonitor.h \ | ||
276 | /usr/include/glib-2.0/gio/gvolumemonitor.h \ | ||
277 | /usr/include/glib-2.0/gio/gnetworkaddress.h \ | ||
278 | /usr/include/glib-2.0/gio/gnetworkmonitor.h \ | ||