SimpleObserver.with_factory
Description:
[ CCode ( has_construct_function = false , type = "TpBaseClient*" ) ]
[ Version ( since = "0.15.5" ) ]
public SimpleObserver.with_factory (SimpleClientFactory factory, bool recover, string name, bool uniquify, owned SimpleObserverObserveChannelsImpl callback)
[ Version ( since = "0.15.5" ) ]
public SimpleObserver.with_factory (SimpleClientFactory factory, bool recover, string name, bool uniquify, owned SimpleObserverObserveChannelsImpl callback)
Convenient function to create a new SimpleObserver instance with a specified SimpleClientFactory.
Parameters:
factory |
a SimpleClientFactory, which may not be |
recover |
the value of the Observer.Recover D-Bus property |
name |
the name of the Observer (see name: for details) |
uniquify |
the value of the uniquify_name: property |
callback |
the function called when ObserveChannels is called |
destroy |
called with the user_data as argument, when the SimpleObserver is destroyed |
user_data |
arbitrary user-supplied data passed to |
Returns:
a new SimpleObserver |