summaryrefslogtreecommitdiff
path: root/gio/src/gio_extra_objects.defs
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2010-12-15 18:13:03 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2010-12-15 18:13:03 -0500
commit3b1a6acc6a941fde9dd76189dbeae4ee9b7d4205 (patch)
treec5f87c2cfb5922b7873af6e9be5340a24e47343b /gio/src/gio_extra_objects.defs
parentbaf36358e19fd8cd438f04a2ba5dc700d7a421ad (diff)
downloadglibmm-3b1a6acc6a941fde9dd76189dbeae4ee9b7d4205.tar.gz
Variant[Iter,Type]: Add class docs.
* glib/src/variantiter.hg: * glib/src/varianttype.hg: Add class docs. * glib/src/keyfile.hg: * glib/src/optiongroup.hg: Correct @newin{}s from 2,26 to 2,28. * glib/src/variant.hg (VariantBase): Move the get_n_children() method to Variant<VariantBase> since all containers essentially are created in the C API as a GVariant containing one (or more) GVariant(s). The C++ container types (such as arrays, etc.) can derive from Glib::Variant<VariantBase> to inherit the get_n_children() method. * gio/src/gio_extra_objects.defs: Add GDBusProxy.
Diffstat (limited to 'gio/src/gio_extra_objects.defs')
-rw-r--r--gio/src/gio_extra_objects.defs26
1 files changed, 20 insertions, 6 deletions
diff --git a/gio/src/gio_extra_objects.defs b/gio/src/gio_extra_objects.defs
index b60825b0..b3bbbc0a 100644
--- a/gio/src/gio_extra_objects.defs
+++ b/gio/src/gio_extra_objects.defs
@@ -39,6 +39,26 @@
(gtype-id "G_TYPE_DBUS_METHOD_INVOCATION")
)
+; This helps DocParser.pm, which can't always guess how to break the "DB" part.
+(define-object DbusMethodInvocation
+ (in-module "GLib")
+ (c-name "GDBusMethodInvocation")
+ (gtype-id "G_TYPE_DBUS_METHOD_INVOCATION")
+)
+
+(define-object DBusProxy
+ (in-module "GLib")
+ (c-name "GDBusProxy")
+ (gtype-id "G_TYPE_DBUS_PROXY")
+)
+
+; This helps DocParser.pm, which can't always guess how to break the "DB" part.
+(define-object DbusProxy
+ (in-module "GLib")
+ (c-name "GDbusProxy")
+ (gtype-id "G_TYPE_DBUS_PROXY")
+)
+
(define-object DBusServer
(in-module "GLib")
(c-name "GDBusServer")
@@ -52,12 +72,6 @@
(gtype-id "G_TYPE_DBUS_SERVER")
)
-(define-object DBusMethodInvocation
- (in-module "GLib")
- (c-name "GDBusMethodInvocation")
- (gtype-id "G_TYPE_DBUS_METHOD_INVOCATION")
-)
-
(define-object DesktopAppInfo
(in-module "GLib")
(c-name "GDesktopAppInfo")