<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gio/gdbusmethodinvocation.h, 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>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>GDBusMethodInvocation: add 'property_info'</title>
<updated>2013-06-22T17:38:31+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2013-04-17T13:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=c691f7b6ca664fc33100b29d1d920c2a94779a6e'/>
<id>c691f7b6ca664fc33100b29d1d920c2a94779a6e</id>
<content type='text'>
Add a field on GDBusMethodInvocation for GDBusPropertyInfo.

For now, it is always %NULL.  It will be set in future patches.

https://bugzilla.gnome.org/show_bug.cgi?id=698375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a field on GDBusMethodInvocation for GDBusPropertyInfo.

For now, it is always %NULL.  It will be set in future patches.

https://bugzilla.gnome.org/show_bug.cgi?id=698375
</pre>
</div>
</content>
</entry>
<entry>
<title>various: add GLIB_AVAILABLE_IN_ALL everywhere else</title>
<updated>2013-01-13T18:11:57+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2012-12-06T19:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=0156092a4203d1c40dcd0df7515fc7eeaebba9ac'/>
<id>0156092a4203d1c40dcd0df7515fc7eeaebba9ac</id>
<content type='text'>
Add the GLIB_AVAILABLE_IN_ALL annotation to all old functions (that
haven't already been annotated with the GLIB_AVAILABLE_IN_* macros or a
deprecation macro).

If we discover in the future that we cannot use only one macro on
Windows, it will be an easy sed patch to fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=688681
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the GLIB_AVAILABLE_IN_ALL annotation to all old functions (that
haven't already been annotated with the GLIB_AVAILABLE_IN_* macros or a
deprecation macro).

If we discover in the future that we cannot use only one macro on
Windows, it will be an easy sed patch to fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=688681
</pre>
</div>
</content>
</entry>
<entry>
<title>Add G_GNUC_PRINTF on all functions with format strings</title>
<updated>2013-01-13T17:32:40+00:00</updated>
<author>
<name>Henrique Dante de Almeida</name>
<email>hdante@gmail.com</email>
</author>
<published>2013-01-13T16:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=c219181cb20a57988ed8426be2a5da8acf6aa07c'/>
<id>c219181cb20a57988ed8426be2a5da8acf6aa07c</id>
<content type='text'>
This allows compilation with clang without errors, even when
-Wformat-nonliteral is active (as long as there are no real cases of
non literal formatting).

https://bugzilla.gnome.org/show_bug.cgi?id=691608
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows compilation with clang without errors, even when
-Wformat-nonliteral is active (as long as there are no real cases of
non literal formatting).

https://bugzilla.gnome.org/show_bug.cgi?id=691608
</pre>
</div>
</content>
</entry>
<entry>
<title>Move single-include guards inside include guards</title>
<updated>2012-12-28T04:43:14+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2012-12-28T04:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=e1b99b2ddcf21f5dab26ad74afa6935eaf70028e'/>
<id>e1b99b2ddcf21f5dab26ad74afa6935eaf70028e</id>
<content type='text'>
gcc has optimizations for include guards that only work
if they are outermost in the the header.
https://bugzilla.gnome.org/show_bug.cgi?id=689810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc has optimizations for include guards that only work
if they are outermost in the the header.
https://bugzilla.gnome.org/show_bug.cgi?id=689810
</pre>
</div>
</content>
</entry>
<entry>
<title>gdbus-codegen: Add support for new org.gtk.GDBus.C.UnixFD annotation</title>
<updated>2011-07-21T20:06:18+00:00</updated>
<author>
<name>David Zeuthen</name>
<email>davidz@redhat.com</email>
</author>
<published>2011-07-21T20:03:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=c404dbed11bc8bf4212d15719ef3a87ebf76efff'/>
<id>c404dbed11bc8bf4212d15719ef3a87ebf76efff</id>
<content type='text'>
Also add convenience _with_unix_fd_list variants to GDBusConnection,
GDBusProxy and GDBusMethodInvocation types to easily support this.

Signed-off-by: David Zeuthen &lt;davidz@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add convenience _with_unix_fd_list variants to GDBusConnection,
GDBusProxy and GDBusMethodInvocation types to easily support this.

Signed-off-by: David Zeuthen &lt;davidz@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add g_dbus_method_invocation_take_error() convenience method</title>
<updated>2011-05-12T00:57:54+00:00</updated>
<author>
<name>David Zeuthen</name>
<email>davidz@redhat.com</email>
</author>
<published>2011-05-12T00:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=5a811135f73057b81ef7080022d313bb58ee8419'/>
<id>5a811135f73057b81ef7080022d313bb58ee8419</id>
<content type='text'>
Similar in spirit to g_simple_async_result_take_error().

Signed-off-by: David Zeuthen &lt;davidz@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar in spirit to g_simple_async_result_take_error().

Signed-off-by: David Zeuthen &lt;davidz@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>GDBusMethodInvocation: nuke constructor</title>
<updated>2010-08-23T02:58:29+00:00</updated>
<author>
<name>David Zeuthen</name>
<email>davidz@redhat.com</email>
</author>
<published>2010-08-23T02:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=847e4dfe7d2ff84c23fba332381e5121ab54aa39'/>
<id>847e4dfe7d2ff84c23fba332381e5121ab54aa39</id>
<content type='text'>
... that is, make it private. This makes sense because users are never
expected to create such objects themselves - only the GDBus core will
need this.

Signed-off-by: David Zeuthen &lt;davidz@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... that is, make it private. This makes sense because users are never
expected to create such objects themselves - only the GDBus core will
need this.

Signed-off-by: David Zeuthen &lt;davidz@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>GDBus: Hide instance structures for classes we don't want to be subclassed</title>
<updated>2010-07-07T20:36:51+00:00</updated>
<author>
<name>David Zeuthen</name>
<email>davidz@redhat.com</email>
</author>
<published>2010-07-07T20:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=abc65b233ccb14366fbd07bbed3ee3cacd5e79ea'/>
<id>abc65b233ccb14366fbd07bbed3ee3cacd5e79ea</id>
<content type='text'>
This also allows us to nuke the priv-&gt; pointers and save a couple of
indirections.

Signed-off-by: David Zeuthen &lt;davidz@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also allows us to nuke the priv-&gt; pointers and save a couple of
indirections.

Signed-off-by: David Zeuthen &lt;davidz@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
