Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GdkContentProviderClass Struct Reference

#include <gdkcontentprovider.h>

Data Fields

GObjectClass parent_class
 
void(* content_changed )(GdkContentProvider *provider)
 
void(* attach_clipboard )(GdkContentProvider *provider, GdkClipboard *clipboard)
 
void(* detach_clipboard )(GdkContentProvider *provider, GdkClipboard *clipboard)
 
GdkContentFormats *(* ref_formats )(GdkContentProvider *provider)
 
GdkContentFormats *(* ref_storable_formats )(GdkContentProvider *provider)
 
void(* write_mime_type_async )(GdkContentProvider *provider, const char *mime_type, GOutputStream *stream, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
gboolean(* write_mime_type_finish )(GdkContentProvider *provider, GAsyncResult *result, GError **error)
 
gboolean(* get_value )(GdkContentProvider *provider, GValue *value, GError **error)
 
gpointer padding [8]
 

Detailed Description

GdkContentProviderClass: @content_changed: Signal class closure for GdkContentProvider::content-changed

Class structure for GdkContentProvider.

Definition at line 49 of file gdkcontentprovider.h.

Field Documentation

◆ attach_clipboard

void(* _GdkContentProviderClass::attach_clipboard) (GdkContentProvider *provider, GdkClipboard *clipboard)

Definition at line 58 of file gdkcontentprovider.h.

◆ content_changed

void(* _GdkContentProviderClass::content_changed) (GdkContentProvider *provider)

Definition at line 54 of file gdkcontentprovider.h.

◆ detach_clipboard

void(* _GdkContentProviderClass::detach_clipboard) (GdkContentProvider *provider, GdkClipboard *clipboard)

Definition at line 60 of file gdkcontentprovider.h.

◆ get_value

gboolean(* _GdkContentProviderClass::get_value) (GdkContentProvider *provider, GValue *value, GError **error)

Definition at line 75 of file gdkcontentprovider.h.

◆ padding

gpointer _GdkContentProviderClass::padding[8]

Definition at line 80 of file gdkcontentprovider.h.

◆ parent_class

GObjectClass _GdkContentProviderClass::parent_class

Definition at line 51 of file gdkcontentprovider.h.

◆ ref_formats

GdkContentFormats *(* _GdkContentProviderClass::ref_formats) (GdkContentProvider *provider)

Definition at line 63 of file gdkcontentprovider.h.

◆ ref_storable_formats

GdkContentFormats *(* _GdkContentProviderClass::ref_storable_formats) (GdkContentProvider *provider)

Definition at line 64 of file gdkcontentprovider.h.

◆ write_mime_type_async

void(* _GdkContentProviderClass::write_mime_type_async) (GdkContentProvider *provider, const char *mime_type, GOutputStream *stream, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)

Definition at line 65 of file gdkcontentprovider.h.

◆ write_mime_type_finish

gboolean(* _GdkContentProviderClass::write_mime_type_finish) (GdkContentProvider *provider, GAsyncResult *result, GError **error)

Definition at line 72 of file gdkcontentprovider.h.


The documentation for this struct was generated from the following file: