<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gio/gapplicationcommandline.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>introspection: Add more filename type annotations for strings which can contain filenames</title>
<updated>2017-10-26T16:51:51+00:00</updated>
<author>
<name>Christoph Reiter</name>
<email>creiter@src.gnome.org</email>
</author>
<published>2017-10-11T16:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=fed574a0c82e26187358a93c649db084b7727db5'/>
<id>fed574a0c82e26187358a93c649db084b7727db5</id>
<content type='text'>
This continues the changes done in https://bugzilla.gnome.org/show_bug.cgi?id=767245

This makes it possible to pass Python path types as process arguments and env vars
in PyGObject and and makes it clear that the values are not strictly utf-8 and need
to be validated/converted first.

https://bugzilla.gnome.org/show_bug.cgi?id=788863
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This continues the changes done in https://bugzilla.gnome.org/show_bug.cgi?id=767245

This makes it possible to pass Python path types as process arguments and env vars
in PyGObject and and makes it clear that the values are not strictly utf-8 and need
to be validated/converted first.

https://bugzilla.gnome.org/show_bug.cgi?id=788863
</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>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>gio: Add missing (nullable) annotation</title>
<updated>2016-06-15T15:03:55+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip.withnall@collabora.co.uk</email>
</author>
<published>2016-06-15T15:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=f8ff1049d3e52971813243a559a8148f06c26e15'/>
<id>f8ff1049d3e52971813243a559a8148f06c26e15</id>
<content type='text'>
Add it to g_application_command_line_get_cwd(). Also add a clarifying
internal comment about the cwd private member.

https://bugzilla.gnome.org/show_bug.cgi?id=700756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add it to g_application_command_line_get_cwd(). Also add a clarifying
internal comment about the cwd private member.

https://bugzilla.gnome.org/show_bug.cgi?id=700756
</pre>
</div>
</content>
</entry>
<entry>
<title>Partly revert "gio: Add filename type annotations"</title>
<updated>2016-06-07T17:50:03+00:00</updated>
<author>
<name>Christoph Reiter</name>
<email>reiter.christoph@gmail.com</email>
</author>
<published>2016-06-07T17:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=9ec74d20a7e89344fecfc7f994168ea30a6b8c5f'/>
<id>9ec74d20a7e89344fecfc7f994168ea30a6b8c5f</id>
<content type='text'>
Revert all annotation changes for environment variables and command line
arguments.

See commit f8189ddf9869ed8e90f9b640d9545fe4011adb7d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert all annotation changes for environment variables and command line
arguments.

See commit f8189ddf9869ed8e90f9b640d9545fe4011adb7d.
</pre>
</div>
</content>
</entry>
<entry>
<title>gio: Add filename type annotations</title>
<updated>2016-06-04T18:38:42+00:00</updated>
<author>
<name>Christoph Reiter</name>
<email>reiter.christoph@gmail.com</email>
</author>
<published>2016-06-04T15:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=f8189ddf9869ed8e90f9b640d9545fe4011adb7d'/>
<id>f8189ddf9869ed8e90f9b640d9545fe4011adb7d</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=767245
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=767245
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix up docs issues in gio/</title>
<updated>2015-02-05T15:20:43+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2015-02-05T15:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=74c22150cf4c2f8a9c7d7fae058a7fd589a94a27'/>
<id>74c22150cf4c2f8a9c7d7fae058a7fd589a94a27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gio: port annotations from the Vala metadata.</title>
<updated>2014-05-23T17:04:06+00:00</updated>
<author>
<name>Evan Nemerson</name>
<email>evan@nemerson.com</email>
</author>
<published>2014-05-21T07:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=570b27b9acbf6e6f31ab0f9a31a4cce60f4d228a'/>
<id>570b27b9acbf6e6f31ab0f9a31a4cce60f4d228a</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=730493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=730493
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: let go of &amp;ast;</title>
<updated>2014-02-15T02:33:36+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2014-02-15T02:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=bc6ee788b4ff6590513da6ab657448885e92b20b'/>
<id>bc6ee788b4ff6590513da6ab657448885e92b20b</id>
<content type='text'>
Since we are no longer using sgml mode, using /&amp;ast; &amp;ast;/ to
escape block comments inside examples does not work anymore.
Switch to using line comments with //
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we are no longer using sgml mode, using /&amp;ast; &amp;ast;/ to
escape block comments inside examples does not work anymore.
Switch to using line comments with //
</pre>
</div>
</content>
</entry>
<entry>
<title>Eradicate links and xrefs</title>
<updated>2014-02-08T17:26:56+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2014-02-08T17:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=e7fd3de86d6004d8dba5f8448eb063c6731546e9'/>
<id>e7fd3de86d6004d8dba5f8448eb063c6731546e9</id>
<content type='text'>
These are all replaced by markdown ref links.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are all replaced by markdown ref links.
</pre>
</div>
</content>
</entry>
</feed>
