Gsf.InputMemory¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gsf.InputMemory(**kwargs)¶
- Bases:
- Abstract:
No
- classmethod new(buf, needs_free)¶
- Parameters:
- Returns:
A new
Gsf.InputMemory
- Return type:
- classmethod new_clone(buf)¶
- Parameters:
buf (
bytes
) – The input bytes- Returns:
A new
Gsf.InputMemory
- Return type:
- classmethod new_from_bzip(source)¶
- Parameters:
- Raises:
- Returns:
a new
Gsf.InputMemory
orNone
.- Return type:
- classmethod new_from_iochannel(channel)¶
- Parameters:
channel (
GLib.IOChannel
) – aGLib.IOChannel
.- Raises:
- Returns:
a new
Gsf.InputMemory
orNone
.- Return type: