Home
last modified time | relevance | path

Searched defs:_GDBusAuthMechanismClass (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgdbusauthmechanism.h51 struct _GDBusAuthMechanismClass struct
54 GObjectClass parent_class;
64 gint (*get_priority) (void);
65 const gchar *(*get_name) (void);
68 gboolean (*is_supported) (GDBusAuthMechanism *mechanism);
69 gchar *(*encode_data) (GDBusAuthMechanism *mechanism,
73 gchar *(*decode_data) (GDBusAuthMechanism *mechanism,
79 GDBusAuthMechanismState (*server_get_state) (GDBusAuthMechanism *mechanism);
80 void (*server_initiate) (GDBusAuthMechanism *mechanism,
83 void (*server_data_receive) (GDBusAuthMechanism *mechanism,
[all …]