mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
generator: Create Mountable_or_Path, initially identical to Dev_or_Path
This commit is contained in:
@@ -463,7 +463,7 @@ and generate_java_prototype ?(public=false) ?(privat=false) ?(native=false)
|
||||
|
||||
match arg with
|
||||
| Pathname n
|
||||
| Device n | Mountable n | Dev_or_Path n
|
||||
| Device n | Mountable n | Dev_or_Path n | Mountable_or_Path n
|
||||
| String n
|
||||
| OptString n
|
||||
| FileIn n
|
||||
@@ -798,7 +798,7 @@ get_all_event_callbacks (guestfs_h *g, size_t *len_rtn)
|
||||
List.iter (
|
||||
function
|
||||
| Pathname n
|
||||
| Device n | Mountable n | Dev_or_Path n
|
||||
| Device n | Mountable n | Dev_or_Path n | Mountable_or_Path n
|
||||
| String n
|
||||
| OptString n
|
||||
| FileIn n
|
||||
@@ -867,7 +867,7 @@ get_all_event_callbacks (guestfs_h *g, size_t *len_rtn)
|
||||
List.iter (
|
||||
function
|
||||
| Pathname n
|
||||
| Device n | Mountable n | Dev_or_Path n
|
||||
| Device n | Mountable n | Dev_or_Path n | Mountable_or_Path n
|
||||
| String n
|
||||
| OptString n
|
||||
| FileIn n
|
||||
@@ -924,7 +924,7 @@ get_all_event_callbacks (guestfs_h *g, size_t *len_rtn)
|
||||
List.iter (
|
||||
function
|
||||
| Pathname n
|
||||
| Device n | Mountable n | Dev_or_Path n
|
||||
| Device n | Mountable n | Dev_or_Path n | Mountable_or_Path n
|
||||
| String n
|
||||
| FileIn n
|
||||
| FileOut n
|
||||
@@ -991,7 +991,7 @@ get_all_event_callbacks (guestfs_h *g, size_t *len_rtn)
|
||||
List.iter (
|
||||
function
|
||||
| Pathname n
|
||||
| Device n | Mountable n | Dev_or_Path n
|
||||
| Device n | Mountable n | Dev_or_Path n | Mountable_or_Path n
|
||||
| String n
|
||||
| FileIn n
|
||||
| FileOut n
|
||||
|
||||
Reference in New Issue
Block a user