GObject.Object
Gsf.ClipData
Import line: | Gsf = imports.gi.Gsf; |
GIR File: | Gsf-1.gir |
C documentation: | GsfClipData |
Class : | ClipData |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
object : GObject.Object
read only
|
Gsf.ClipData | |
priv : Gsf.ClipDataPrivate
read only
|
Gsf.ClipData |
Method / Constructor | Defined By | |
---|---|---|
new Gsf.ClipData
(Object properties)
Create a new Gsf.ClipData
Create a new Gsf.ClipData
|
||
Create a new Gsf.ClipData
Create a new Gsf.ClipData
|
||
get_data_blob
()
:
Gsf.Blob
Queries the data blob that actually stores a GsfClipData's binary data.
Queries the data blob that actually stores a GsfClipData's binary data. binary data. You must use g_object_unref() to dispose of that data blob when you are done with it.
|
Gsf.ClipData | |
get_format
()
:
Gsf.ClipFormat
Queries the clipboard data format of a GsfClipData.
Queries the clipboard data format of a GsfClipData. The format refers to the data blob inside the clip_data; use gsf_clip_data_get_data_blob() to get that data blob.
|
Gsf.ClipData | |
get_windows_clipboard_format
()
:
Gsf.ClipFormatWindows
Queries the Windows clipboard data format for a GsfClipData.
Queries the Windows clipboard data format for a GsfClipData. The clip_data must have been created with GSF_CLIP_FORMAT_WINDOWS_CLIPBOARD. smaller than it should be; in this case GSF_CLIP_FORMAT_WINDOWS_ERROR will be returned.
|
Gsf.ClipData | |
Queries a pointer directly to the clipboard data of a GsfClipData.
Queries a pointer directly to the clipboard data of a GsfClipData. The resulting pointer is not necessarily the same data pointer that was passed to gsf_blob_new() prior to creating the clip_data. For example, if the data is in GSF_CLIP_FORMAT_WINDOWS_CLIPBOARD format, then it will have extra header bytes in front of the actual metafile data. This function will skip over those header bytes if necessary and return a pointer to the "real" data. buffer is returned in the ret_size argument.
|
Gsf.ClipData |
None |