<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gio/gsimpleaction.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>GSimpleAction: Slightly improve docs for new()s</title>
<updated>2018-04-09T12:28:34+00:00</updated>
<author>
<name>Daniel Boles</name>
<email>dboles@src.gnome.org</email>
</author>
<published>2018-04-08T10:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=ff0c30b516195a6938c9be89c2adcd97427521f5'/>
<id>ff0c30b516195a6938c9be89c2adcd97427521f5</id>
<content type='text'>
Explain why we say "See new_stateful()" (although it's pretty obvious).
Drop a redundant copy of the argument description in the body text.
Add a # to the GVariant type name so that we can have a nice link.

https://bugzilla.gnome.org/show_bug.cgi?id=795070
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explain why we say "See new_stateful()" (although it's pretty obvious).
Drop a redundant copy of the argument description in the body text.
Add a # to the GVariant type name so that we can have a nice link.

https://bugzilla.gnome.org/show_bug.cgi?id=795070
</pre>
</div>
</content>
</entry>
<entry>
<title>GSimpleAction: Explain "(expected|correct) type"</title>
<updated>2018-04-09T12:28:34+00:00</updated>
<author>
<name>Daniel Boles</name>
<email>dboles@src.gnome.org</email>
</author>
<published>2018-04-08T10:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=21348867fe8589d2be9aa49923fe23c1e5e5964d'/>
<id>21348867fe8589d2be9aa49923fe23c1e5e5964d</id>
<content type='text'>
Let's avoid users having to infer what these mean; it's easy to explain.

https://bugzilla.gnome.org/show_bug.cgi?id=795070
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's avoid users having to infer what these mean; it's easy to explain.

https://bugzilla.gnome.org/show_bug.cgi?id=795070
</pre>
</div>
</content>
</entry>
<entry>
<title>GSimpleAction: Clarify/fix @parameter(_type) docs</title>
<updated>2018-04-09T12:28:33+00:00</updated>
<author>
<name>Daniel Boles</name>
<email>dboles@src.gnome.org</email>
</author>
<published>2018-04-08T10:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=75021c6c6ea8a5f094ef85ebf32f2f99c71cd173'/>
<id>75021c6c6ea8a5f094ef85ebf32f2f99c71cd173</id>
<content type='text'>
If something is nullable, it's always helpful to identify what NULL
means. Also, this is not the parameter for the .activate() vfunc, as we
take that over: rather, it is the parameter for the ::activate signal.

https://bugzilla.gnome.org/show_bug.cgi?id=795070
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If something is nullable, it's always helpful to identify what NULL
means. Also, this is not the parameter for the .activate() vfunc, as we
take that over: rather, it is the parameter for the ::activate signal.

https://bugzilla.gnome.org/show_bug.cgi?id=795070
</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>gapplication: reject actions without names</title>
<updated>2015-11-02T12:52:10+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2015-10-07T13:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=ee718d352615f8417683f99fba6d0d08a33760fa'/>
<id>ee718d352615f8417683f99fba6d0d08a33760fa</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=756134
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=756134
</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>GSimpleAction: add g_simple_action_set_state_hint</title>
<updated>2015-01-26T12:06:24+00:00</updated>
<author>
<name>Cosimo Cecchi</name>
<email>cosimoc@gnome.org</email>
</author>
<published>2015-01-26T11:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=be2d9b4f5801380ac02e8d158686538d10e3dee5'/>
<id>be2d9b4f5801380ac02e8d158686538d10e3dee5</id>
<content type='text'>
Currently the only way to set a state hint on an action is through a
subclass; add a g_simple_action_set_state_hint() method so that this
becomes easier for clients that already use GSimpleAction.

https://bugzilla.gnome.org/show_bug.cgi?id=743521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the only way to set a state hint on an action is through a
subclass; add a g_simple_action_set_state_hint() method so that this
becomes easier for clients that already use GSimpleAction.

https://bugzilla.gnome.org/show_bug.cgi?id=743521
</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>Annotate all examples with their language</title>
<updated>2014-02-01T20:11:49+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2014-02-01T20:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=adf892e96af403b8950dff1a370e4270ffaebc62'/>
<id>adf892e96af403b8950dff1a370e4270ffaebc62</id>
<content type='text'>
The C ones, at least.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The C ones, at least.
</pre>
</div>
</content>
</entry>
</feed>
