<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gio/gmountoperation.c, branch require-python34</title>
<subtitle>gitlab.gnome.org: GNOME/glib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/'/>
<entry>
<title>Add support for TCRYPT volumes to GMountOperation</title>
<updated>2018-06-21T13:32:04+00:00</updated>
<author>
<name>segfault</name>
<email>segfault@riseup.net</email>
</author>
<published>2018-03-08T23:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=76b4d0ab3f04e6ff54d0ae3ca624403291907af2'/>
<id>76b4d0ab3f04e6ff54d0ae3ca624403291907af2</id>
<content type='text'>
Add G_ASK_PASSWORD_TCRYPT flag to GAskPasswordFlags and add the
following properties to GMountOperation:

- hidden_volume [1]
- system_volume [2]
- pim [3]

[1] https://www.veracrypt.fr/en/Hidden%20Volume.html
[2] https://www.veracrypt.fr/en/System%20Encryption.html
[3] https://www.veracrypt.fr/en/Personal%20Iterations%20Multiplier%20(PIM).html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add G_ASK_PASSWORD_TCRYPT flag to GAskPasswordFlags and add the
following properties to GMountOperation:

- hidden_volume [1]
- system_volume [2]
- pim [3]

[1] https://www.veracrypt.fr/en/Hidden%20Volume.html
[2] https://www.veracrypt.fr/en/System%20Encryption.html
[3] https://www.veracrypt.fr/en/Personal%20Iterations%20Multiplier%20(PIM).html
</pre>
</div>
</content>
</entry>
<entry>
<title>gio/: LGPLv2+ -&gt; LGPLv2.1+</title>
<updated>2017-05-29T17:53:34+00:00</updated>
<author>
<name>Sébastien Wilmet</name>
<email>swilmet@gnome.org</email>
</author>
<published>2017-05-27T16:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=3bf4a720c315b5015c8d51edf0b458348f796674'/>
<id>3bf4a720c315b5015c8d51edf0b458348f796674</id>
<content type='text'>
Sub-directories inside gio/ already processed in a previous commit:
- fam/
- gdbus-2.0/ (which contains only codegen/)
- gvdb/
- inotify/
- tests/
- win32/
- xdgmime/

Other sub-directories inside gio/:
- completion/: no license headers
- kqueue/: not LGPL, BSD-style license

https://bugzilla.gnome.org/show_bug.cgi?id=776504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sub-directories inside gio/ already processed in a previous commit:
- fam/
- gdbus-2.0/ (which contains only codegen/)
- gvdb/
- inotify/
- tests/
- win32/
- xdgmime/

Other sub-directories inside gio/:
- completion/: no license headers
- kqueue/: not LGPL, BSD-style license

https://bugzilla.gnome.org/show_bug.cgi?id=776504
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated FSF's address</title>
<updated>2014-01-31T13:31:55+00:00</updated>
<author>
<name>Daniel Mustieles</name>
<email>daniel.mustieles@gmail.com</email>
</author>
<published>2014-01-23T11:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=078dbda148a81af1b3a76fbda72f089b963087f1'/>
<id>078dbda148a81af1b3a76fbda72f089b963087f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the generated private data getter function</title>
<updated>2013-06-24T14:43:04+00:00</updated>
<author>
<name>Emmanuele Bassi</name>
<email>ebassi@gnome.org</email>
</author>
<published>2013-06-24T14:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=54cc43630ddf724722ebdfc1d6906dc1986b773d'/>
<id>54cc43630ddf724722ebdfc1d6906dc1986b773d</id>
<content type='text'>
As it turns out, we have examples of internal functions called
type_name_get_private() in the wild (especially among older libraries),
so we need to use a name for the per-instance private data getter
function that hopefully won't conflict with anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it turns out, we have examples of internal functions called
type_name_get_private() in the wild (especially among older libraries),
so we need to use a name for the per-instance private data getter
function that hopefully won't conflict with anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>gio: Use the new private instance data declaration</title>
<updated>2013-06-24T13:18:01+00:00</updated>
<author>
<name>Emmanuele Bassi</name>
<email>ebassi@gnome.org</email>
</author>
<published>2013-06-10T23:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=32747def4bb4cce7cfc4f0f8ba8560392ec9ad3d'/>
<id>32747def4bb4cce7cfc4f0f8ba8560392ec9ad3d</id>
<content type='text'>
Use the newly added macros, and remove the explicit calls to
g_type_class_add_private().

https://bugzilla.gnome.org/show_bug.cgi?id=700035
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the newly added macros, and remove the explicit calls to
g_type_class_add_private().

https://bugzilla.gnome.org/show_bug.cgi?id=700035
</pre>
</div>
</content>
</entry>
<entry>
<title>mount-op: use gint64 instead of guint64 for time_left and bytes_left</title>
<updated>2012-08-21T08:55:28+00:00</updated>
<author>
<name>Cosimo Cecchi</name>
<email>cosimoc@gnome.org</email>
</author>
<published>2012-08-20T17:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=0d8a81b722e18092062f83b7fd8c0b3a5f4d613a'/>
<id>0d8a81b722e18092062f83b7fd8c0b3a5f4d613a</id>
<content type='text'>
Since those can be -1, they need to be signed.

https://bugzilla.gnome.org/show_bug.cgi?id=682284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since those can be -1, they need to be signed.

https://bugzilla.gnome.org/show_bug.cgi?id=682284
</pre>
</div>
</content>
</entry>
<entry>
<title>mount-operation: add a Since tag to the show-unmount-progress signal</title>
<updated>2012-07-12T00:26:16+00:00</updated>
<author>
<name>Cosimo Cecchi</name>
<email>cosimoc@gnome.org</email>
</author>
<published>2012-07-12T00:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=99f26ab08f777040230fdd81423d1220722cef2f'/>
<id>99f26ab08f777040230fdd81423d1220722cef2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mount-operation: add show-unmount-progress signal</title>
<updated>2012-07-11T23:57:42+00:00</updated>
<author>
<name>Cosimo Cecchi</name>
<email>cosimoc@gnome.org</email>
</author>
<published>2012-07-06T19:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=44375ad7c595884c091056a1955d08a1975c5516'/>
<id>44375ad7c595884c091056a1955d08a1975c5516</id>
<content type='text'>
The actual implementation will be in gvfs.

https://bugzilla.gnome.org/show_bug.cgi?id=676111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The actual implementation will be in gvfs.

https://bugzilla.gnome.org/show_bug.cgi?id=676111
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix malformed GTK-Doc comment blocks: add missing colons.</title>
<updated>2012-04-05T13:23:39+00:00</updated>
<author>
<name>Dieter Verfaillie</name>
<email>dieterv@optionexplicit.be</email>
</author>
<published>2012-04-02T15:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=8e740f726faf659df912c0c496eb5de80f1695ad'/>
<id>8e740f726faf659df912c0c496eb5de80f1695ad</id>
<content type='text'>
Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254

https://bugzilla.gnome.org/show_bug.cgi?id=673385
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254

https://bugzilla.gnome.org/show_bug.cgi?id=673385
</pre>
</div>
</content>
</entry>
<entry>
<title>e G_SOURCE_CONTINUE/REMOVE internally</title>
<updated>2012-01-25T21:15:18+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2012-01-25T19:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=4e9f59bff8adc59fd8fde5bdee9879b8c3e4e55b'/>
<id>4e9f59bff8adc59fd8fde5bdee9879b8c3e4e55b</id>
<content type='text'>
Now that we have these macros, we should use them.
This commit covers everything in gio/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we have these macros, we should use them.
This commit covers everything in gio/.
</pre>
</div>
</content>
</entry>
</feed>
