CalendarProxy.for_bus_sync
Description:
[ CCode ( has_construct_function = false ,  type = "GoaCalendar*" ) ]
public CalendarProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, string name, string object_path, Cancellable? cancellable = null) throws Error
  public CalendarProxy.for_bus_sync (BusType bus_type, DBusProxyFlags flags, string name, string object_path, Cancellable? cancellable = null) throws Error
Like CalendarProxy.sync but takes a BusType instead of a DBusConnection.
The calling thread is blocked until a reply is received.
See CalendarProxy.for_bus for the asynchronous version of this constructor.
Parameters:
| bus_type | 
           A BusType.  | 
      
| flags | 
           Flags from the DBusProxyFlags enumeration.  | 
      
| name | 
           A bus name (well-known or unique).  | 
      
| object_path | 
           An object path.  | 
      
| cancellable | 
           A Cancellable or   | 
      
Returns:
| 
           The constructed proxy object or   |