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:
13bc546
)
docs: Fix typo export → unexport
author
David King
<amigadave@amigadave.com>
Sun, 19 Feb 2012 16:34:27 +0000
(16:34 +0000)
committer
Ryan Lortie
<desrt@desrt.ca>
Tue, 21 Feb 2012 00:10:54 +0000
(
01:10
+0100)
gio/gdbusinterfaceskeleton.c
patch
|
blob
|
history
diff --git
a/gio/gdbusinterfaceskeleton.c
b/gio/gdbusinterfaceskeleton.c
index
b3b5096
..
2c65bf1
100644
(file)
--- a/
gio/gdbusinterfaceskeleton.c
+++ b/
gio/gdbusinterfaceskeleton.c
@@
-947,7
+947,7
@@
g_dbus_interface_skeleton_export (GDBusInterfaceSkeleton *interface_,
* Stops exporting @interface_ on all connections it is exported on.
*
* To unexport @interface_ from only a single connection, use
- * g_dbus_interface_skeleton_export_from_connection()
+ * g_dbus_interface_skeleton_
un
export_from_connection()
*
* Since: 2.30
*/