summaryrefslogtreecommitdiff
path: root/gio/src/dbusproxy.hg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2010-10-28 01:11:42 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2010-10-28 01:11:42 -0400
commit63d7707bd9eaf874a30ba5ae1d8cd59391c3de95 (patch)
treedb2c8eb660baaa63fb8116ea2c8a023e476f9eb7 /gio/src/dbusproxy.hg
parent31f5957ecdce914e52994a08709de5dcfb50ceaa (diff)
downloadglibmm-63d7707bd9eaf874a30ba5ae1d8cd59391c3de95.tar.gz
DBusConnection: Reorder parameters to allow default values for flags.
* gio/src/dbusconnection.{ccg,hg}: Reorder the parameters in the constructors and create methods so that the DBusConnection flag parameter has a default value. * gio/src/dbusproxy.hg (get_cached_property): Docs re-formatting.
Diffstat (limited to 'gio/src/dbusproxy.hg')
-rw-r--r--gio/src/dbusproxy.hg3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/src/dbusproxy.hg b/gio/src/dbusproxy.hg
index af1dc1d9..134c7ecf 100644
--- a/gio/src/dbusproxy.hg
+++ b/gio/src/dbusproxy.hg
@@ -150,10 +150,9 @@ public:
* If proxy has an expected interface (see property_g_interface_info()),
* then @a property_name (for existence) is checked against it.
*
- * @param property_name Property name.
- *
* @param property An output parameter in which to hold to the variant
* instance that holds the value for @a property_name.
+ * @param property_name Property name.
*
* @newin{2,26}
*/