SimpleObserver
Object Hierarchy:
Description:
[
CCode ( type_id =
"tp_simple_observer_get_type ()" ) ]
[
Version ( since =
"0.11.5" ) ]
public class SimpleObserver :
BaseClient
Data structure representing a simple Observer implementation.
Content:
Properties:
- public void* callback { construct; }
The TpSimpleObserverObserveChannelsImpl callback implementing the
ObserveChannels D-Bus method.
- public void* destroy { construct; }
The
DestroyNotify function called to free the user-data pointer when the SimpleObserver is destroyed.
- public bool recover { construct; }
The value of the Observer.
- public void* user_data { construct; }
The user-data pointer passed to the callback implementing the
ObserveChannels D-Bus method.
Creation methods:
Inherited Members:
All known members inherited from class TelepathyGLib.BaseClient
All known members inherited from class GLib.Object