summaryrefslogtreecommitdiff
path: root/gio/src/gio_extra_objects.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/gio_extra_objects.defs')
-rw-r--r--gio/src/gio_extra_objects.defs31
1 files changed, 30 insertions, 1 deletions
diff --git a/gio/src/gio_extra_objects.defs b/gio/src/gio_extra_objects.defs
index b3bbbc0a..6d1f5e53 100644
--- a/gio/src/gio_extra_objects.defs
+++ b/gio/src/gio_extra_objects.defs
@@ -6,6 +6,12 @@
; that are mentioned in documentation text.
; (DocsParser.pm:substitute_function(), which uses GtkDefs.pm:lookup_object().)
+(define-object Action
+ (in-module "GLib")
+ (c-name "GAction")
+ (gtype-id "G_TYPE_ACTION")
+)
+
(define-object DBusConnection
(in-module "GLib")
(c-name "GDBusConnection")
@@ -32,7 +38,6 @@
(gtype-id "G_TYPE_DBUS_MESSAGE")
)
-
(define-object DBusMethodInvocation
(in-module "GLib")
(c-name "GDBusMethodInvocation")
@@ -46,6 +51,19 @@
(gtype-id "G_TYPE_DBUS_METHOD_INVOCATION")
)
+(define-object DBusNodeInfo
+ (in-module "GLib")
+ (c-name "GDBusNodeInfo")
+ (gtype-id "G_TYPE_DBUS_NODE_INFO")
+)
+
+; This helps DocParser.pm, which can't always guess how to break the "DB" part.
+(define-object DbusNodeInfo
+ (in-module "GLib")
+ (c-name "GDBusNodeInfo")
+ (gtype-id "G_TYPE_DBUS_NODE_INFO")
+)
+
(define-object DBusProxy
(in-module "GLib")
(c-name "GDBusProxy")
@@ -96,3 +114,14 @@
(gtype-id "G_TYPE_FILE_INFO")
)
+(define-object Proxy
+ (in-module "GLib")
+ (c-name "GProxy")
+ (gtype-id "G_TYPE_PROXY")
+)
+
+(define-object ProxyResolver
+ (in-module "GLib")
+ (c-name "GProxyResolver")
+ (gtype-id "G_TYPE_PROXY_RESOLVER")
+)