507f04a8f6
Add a semi-private function, called clutter_base_init(), which initialises the basic Clutter functionalities (at the moment, just the GLib type system) without calling in the backend-specific code. This function is only useful for gtk-doc, to introspect the library when generating documentation for signals, properties and class hierarchy. Also, change the documentation build system to use clutter_base_init() when launching the scanner program.
97 lines
1.1 KiB
Plaintext
97 lines
1.1 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
ClutterBackend
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### STRUCT ClutterBackend ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION clutter_get_default_backend ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION clutter_backend_get_event ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@backend:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION clutter_backend_peek_event ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@backend:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION clutter_backend_put_event ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@backend:
|
|
@event:
|
|
|
|
|
|
<!-- ##### FUNCTION clutter_backend_get_double_click_time ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@backend:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION clutter_backend_set_double_click_time ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@backend:
|
|
@msec:
|
|
|
|
|
|
<!-- ##### FUNCTION clutter_backend_get_double_click_distance ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@backend:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION clutter_backend_set_double_click_distance ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@backend:
|
|
@distance:
|
|
|
|
|