<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gio/gdataoutputstream.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>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>introspection: use (nullable) or (optional) instead of (allow-none)</title>
<updated>2016-11-22T22:14:37+00:00</updated>
<author>
<name>Christian Hergert</name>
<email>chergert@redhat.com</email>
</author>
<published>2016-10-29T01:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=18a33f72db6a410606674d8d53fb2dadb706091d'/>
<id>18a33f72db6a410606674d8d53fb2dadb706091d</id>
<content type='text'>
If we have an input parameter (or return value) we need to use (nullable).
However, if it is an (inout) or (out) parameter, (optional) is sufficient.

It looks like (nullable) could be used for everything according to the
Annotation documentation, but (optional) is more specific.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we have an input parameter (or return value) we need to use (nullable).
However, if it is an (inout) or (out) parameter, (optional) is sufficient.

It looks like (nullable) could be used for everything according to the
Annotation documentation, but (optional) is more specific.
</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>Make GDataOutputStream implement GSeekable</title>
<updated>2012-04-23T08:57:12+00:00</updated>
<author>
<name>Maciej Piechotka</name>
<email>uzytkownik2@gmail.com</email>
</author>
<published>2012-03-29T00:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=a44e80198340d7169197fe7627868383dc4df06c'/>
<id>a44e80198340d7169197fe7627868383dc4df06c</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=673034
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=673034
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GI annotations to GData{Input|Output}Stream</title>
<updated>2010-12-21T17:21:33+00:00</updated>
<author>
<name>Pavel Holejsovsky</name>
<email>pholejs@src.gnome.org</email>
</author>
<published>2010-12-21T17:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=5ea4fa75bd16a255786a37502cd09489055cc22d'/>
<id>5ea4fa75bd16a255786a37502cd09489055cc22d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gio/: fully remove gioalias hacks</title>
<updated>2010-07-07T23:53:22+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2010-07-07T23:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=5b946e0504952a472cea1ef95df0967e8a4a7b47'/>
<id>5b946e0504952a472cea1ef95df0967e8a4a7b47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include "config.h" instead of &lt;config.h&gt; Command used: find -name</title>
<updated>2008-06-22T15:10:51+00:00</updated>
<author>
<name>Johan Dahlin</name>
<email>jdahlin@async.com.br</email>
</author>
<published>2008-06-22T15:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=761424465aaad736916b029383483b6ac419d831'/>
<id>761424465aaad736916b029383483b6ac419d831</id>
<content type='text'>
2008-06-21  Johan Dahlin  &lt;jdahlin@async.com.br&gt;

    * *.[ch]: Include "config.h" instead of &lt;config.h&gt;
    Command used:
    find -name \*.[ch]|xargs perl -p -i -e 's/^#include &lt;config.h&gt;/#include "config.h"/g'
    Rubberstamped by Mitch


svn path=/trunk/; revision=7092
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2008-06-21  Johan Dahlin  &lt;jdahlin@async.com.br&gt;

    * *.[ch]: Include "config.h" instead of &lt;config.h&gt;
    Command used:
    find -name \*.[ch]|xargs perl -p -i -e 's/^#include &lt;config.h&gt;/#include "config.h"/g'
    Rubberstamped by Mitch


svn path=/trunk/; revision=7092
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc fixes</title>
<updated>2008-02-21T18:20:17+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>matthiasc@src.gnome.org</email>
</author>
<published>2008-02-21T18:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=f3144c7efe8c84f7a00bff9b796d5e73efc151cf'/>
<id>f3144c7efe8c84f7a00bff9b796d5e73efc151cf</id>
<content type='text'>
svn path=/trunk/; revision=6554
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=6554
</pre>
</div>
</content>
</entry>
</feed>
