Skip some x11-specific calls when generating introspection
Some types are just not handled currently.
This commit is contained in:
parent
2f8d22ef89
commit
bbf73f58b6
@ -925,7 +925,7 @@ clutter_x11_get_default_screen (void)
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_x11_get_root_window:
|
||||
* clutter_x11_get_root_window: (skip)
|
||||
*
|
||||
* Retrieves the root window.
|
||||
*
|
||||
@ -946,7 +946,7 @@ clutter_x11_get_root_window (void)
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_x11_add_filter:
|
||||
* clutter_x11_add_filter: (skip)
|
||||
* @func: a filter function
|
||||
* @data: user data to be passed to the filter function, or %NULL
|
||||
*
|
||||
@ -979,7 +979,7 @@ clutter_x11_add_filter (ClutterX11FilterFunc func,
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_x11_remove_filter:
|
||||
* clutter_x11_remove_filter: (skip)
|
||||
* @func: a filter function
|
||||
* @data: user data to be passed to the filter function, or %NULL
|
||||
*
|
||||
@ -1173,7 +1173,7 @@ _clutter_backend_x11_get_visual_info (ClutterBackendX11 *backend_x11)
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_x11_get_visual_info:
|
||||
* clutter_x11_get_visual_info: (skip)
|
||||
*
|
||||
* Retrieves the <structname>XVisualInfo</structname> used by the Clutter X11
|
||||
* backend.
|
||||
|
@ -395,7 +395,7 @@ clutter_event_dispatch (GSource *source,
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_x11_get_current_event_time:
|
||||
* clutter_x11_get_current_event_time: (skip)
|
||||
*
|
||||
* Retrieves the timestamp of the last X11 event processed by
|
||||
* Clutter. This might be different from the timestamp returned
|
||||
|
@ -1104,7 +1104,7 @@ clutter_event_translator_iface_init (ClutterEventTranslatorIface *iface)
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_x11_get_stage_window:
|
||||
* clutter_x11_get_stage_window: (skip)
|
||||
* @stage: a #ClutterStage
|
||||
*
|
||||
* Gets the stages X Window.
|
||||
@ -1155,7 +1155,7 @@ clutter_x11_get_stage_from_window (Window win)
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_x11_get_stage_visual:
|
||||
* clutter_x11_get_stage_visual: (skip)
|
||||
* @stage: a #ClutterStage
|
||||
*
|
||||
* Returns an XVisualInfo suitable for creating a foreign window for the given
|
||||
|
Loading…
Reference in New Issue
Block a user