cli: specify common options in a new group
Actions on modems from specific interfaces, like 3GPP, will also need the modem to be specified. The new 'Common' option group will handle all options to specify objects.
This commit is contained in:
@@ -56,4 +56,8 @@ const gchar *mmcli_get_state_string (MMModemState state);
|
||||
const gchar *mmcli_get_state_reason_string (MMModemStateChangeReason reason);
|
||||
const gchar *mmcli_get_lock_string (MMModemLock lock);
|
||||
|
||||
GOptionGroup *mmcli_get_common_option_group (void);
|
||||
const gchar *mmcli_get_common_modem_string (void);
|
||||
const gchar *mmcli_get_common_bearer_string (void);
|
||||
|
||||
#endif /* _MMCLI_COMMON_H_ */
|
||||
|
Reference in New Issue
Block a user