From 684d0059701faec13221f2a34a9d440fd31fb643 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 12 May 2016 12:10:34 +0100 Subject: Eldbus: Fix namespacing to use . and not _. --- src/lib/eldbus/eldbus_types.eot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/eldbus/eldbus_types.eot') diff --git a/src/lib/eldbus/eldbus_types.eot b/src/lib/eldbus/eldbus_types.eot index 6788ac7..0ec9943 100644 --- a/src/lib/eldbus/eldbus_types.eot +++ b/src/lib/eldbus/eldbus_types.eot @@ -1,8 +1,8 @@ import eina_types; struct Eldbus.Proxy; -struct Eldbus_Connection; [[Represents a connection of one the type of connection with the DBus daemon.]] -struct Eldbus_Object; [[Represents an object path already attached with bus name or unique id]] +struct Eldbus.Connection; [[Represents a connection of one the type of connection with the DBus daemon.]] +struct Eldbus.Object; [[Represents an object path already attached with bus name or unique id]] enum Eldbus.Introspection.Argument_Direction { -- cgit v1.1