summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-31 15:40:40 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-27 15:30:57 +0100
commit9d1cce7c64662733f0b48e52e4d5a1e805a3e246 (patch)
tree6bcaf82a6181a0a3ab266fdb766d4244be392428
parent35e049459945a22b87cc61c05bd903790f05cf40 (diff)
Remove declaration of dbus_pending_call_get_g_type, which doesn't exist
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37793 Bug-NB: related to NB#218973
-rw-r--r--dbus/dbus-glib-lowlevel.h8
-rw-r--r--doc/reference/dbus-glib-sections.txt2
2 files changed, 0 insertions, 10 deletions
diff --git a/dbus/dbus-glib-lowlevel.h b/dbus/dbus-glib-lowlevel.h
index a69f8d1..d08f951 100644
--- a/dbus/dbus-glib-lowlevel.h
+++ b/dbus/dbus-glib-lowlevel.h
@@ -34,10 +34,8 @@ void dbus_set_g_error (GError **gerror,
#define DBUS_TYPE_CONNECTION (dbus_connection_get_g_type ())
#define DBUS_TYPE_MESSAGE (dbus_message_get_g_type ())
-#define DBUS_TYPE_PENDING_CALL (dbus_pending_call_get_g_type ())
GType dbus_connection_get_g_type (void) G_GNUC_CONST;
GType dbus_message_get_g_type (void) G_GNUC_CONST;
-GType dbus_pending_call_get_g_type (void) G_GNUC_CONST;
void dbus_connection_setup_with_g_main (DBusConnection *connection,
GMainContext *context);
@@ -52,12 +50,6 @@ DBusConnection* dbus_g_connection_get_connection (DBusGConnection *gconnection)
DBusGConnection* dbus_connection_get_g_connection (DBusConnection *connection);
DBusMessage* dbus_g_message_get_message (DBusGMessage *gmessage);
-/* dbus_g_pending_call_get_pending_call() deliberately skipped for now;
- * not sure it makes sense to use any of the DBusPendingCall functions
- * on the wrapped pending call (once we have the right exported
- * g-functions anyhow)
- */
-
gchar* dbus_g_method_get_sender (DBusGMethodInvocation *context);
DBusMessage* dbus_g_method_get_reply (DBusGMethodInvocation *context);
diff --git a/doc/reference/dbus-glib-sections.txt b/doc/reference/dbus-glib-sections.txt
index d2434ed..78415cc 100644
--- a/doc/reference/dbus-glib-sections.txt
+++ b/doc/reference/dbus-glib-sections.txt
@@ -117,10 +117,8 @@ dbus_server_setup_with_g_main
DBUS_TYPE_CONNECTION
DBUS_TYPE_MESSAGE
<SUBSECTION Standard>
-DBUS_TYPE_PENDING_CALL
dbus_connection_get_g_type
dbus_message_get_g_type
-dbus_pending_call_get_g_type
</SECTION>
<SECTION>