projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8d414
)
gio/gdbusproxy.c: Include gasyncresult.h
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 7 Apr 2015 07:02:22 +0000
(15:02 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 7 Apr 2015 07:02:22 +0000
(15:02 +0800)
Commit
f10b655
removed the inclusion of gasyncresult.h from gdbusproxy.c,
but gdbusproxy.c uses g_async_result_get_source_object(), which caused a
build warning/error. Fix that.
gio/gdbusproxy.c
patch
|
blob
|
history
diff --git
a/gio/gdbusproxy.c
b/gio/gdbusproxy.c
index ecba6268f0d1e16724cc1a89ace6dc9ecfb7dfe4..120e0ab512170158d2f19e53087fdb27e4f77a57 100644
(file)
--- a/
gio/gdbusproxy.c
+++ b/
gio/gdbusproxy.c
@@
-35,6
+35,7
@@
#include "gtask.h"
#include "gcancellable.h"
#include "gdbusinterface.h"
+#include "gasyncresult.h"
#ifdef G_OS_UNIX
#include "gunixfdlist.h"