]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
dbus-1.0.1: big update due to changes in DBUS API. Affected packages are: bluez-libs...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gnome / gconf-dbus / xml-backend-locks-compile-fix.patch
1 --- trunk/backends/xml-backend.c~       2006-01-18 09:57:39.000000000 -0800
2 +++ trunk/backends/xml-backend.c        2006-01-19 11:38:37.000000000 -0800
3 @@ -115,6 +115,13 @@
4  
5  typedef struct _XMLSource XMLSource;
6  
7 +extern GConfLock*
8 +gconf_get_lock (const gchar *lock_directory,
9 +                GError     **err);
10 +extern gboolean
11 +gconf_release_lock (GConfLock *lock,
12 +                    GError   **err);
13 +
14  /* XMLSource **/
15  
16  struct _XMLSource {