api,introspection: new 'SupportedIpFamilies' property

This property will let the clients know which are the IP families supported by
the modem.
This commit is contained in:
Aleksander Morgado
2013-05-23 10:39:13 +02:00
parent 7ad30ecce1
commit b3222202bd
3 changed files with 57 additions and 0 deletions

View File

@@ -156,6 +156,14 @@ struct _MMIfaceModem {
GAsyncResult *res,
GError **error);
/* Loading of the SupportedIpFamilies property */
void (* load_supported_ip_families) (MMIfaceModem *self,
GAsyncReadyCallback callback,
gpointer user_data);
MMBearerIpFamily (* load_supported_ip_families_finish) (MMIfaceModem *self,
GAsyncResult *res,
GError **error);
/* Loading of the PowerState property */
void (* load_power_state) (MMIfaceModem *self,
GAsyncReadyCallback callback,