mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
clapper-gtk: Various documentation cleanups and fixes
This commit is contained in:
@@ -86,6 +86,7 @@ clapper_gtk_container_new (void)
|
||||
/**
|
||||
* clapper_gtk_container_set_child:
|
||||
* @container: a #ClapperGtkContainer
|
||||
* @child: a #GtkWidget
|
||||
*
|
||||
* Set a child #GtkWidget of @container.
|
||||
*/
|
||||
|
@@ -166,6 +166,8 @@ clapper_gtk_simple_controls_set_fullscreenable (ClapperGtkSimpleControls *self,
|
||||
*
|
||||
* Get whether [class@ClapperGtk.ToggleFullscreenButton] button in the @controls
|
||||
* is set to be visible.
|
||||
*
|
||||
* Returns: %TRUE when fullscreenable, %FALSE otherwise.
|
||||
*/
|
||||
gboolean
|
||||
clapper_gtk_simple_controls_get_fullscreenable (ClapperGtkSimpleControls *self)
|
||||
|
@@ -121,6 +121,8 @@ clapper_gtk_title_header_set_fallback_to_uri (ClapperGtkTitleHeader *self, gbool
|
||||
*
|
||||
* Get whether a [property@Clapper.MediaItem:uri] property is going
|
||||
* be displayed as a header text when no other title could be determined.
|
||||
*
|
||||
* Returns: %TRUE when item URI will be used as fallback, %FALSE otherwise.
|
||||
*/
|
||||
gboolean
|
||||
clapper_gtk_title_header_get_fallback_to_uri (ClapperGtkTitleHeader *self)
|
||||
|
@@ -283,6 +283,8 @@ clapper_gtk_title_label_set_fallback_to_uri (ClapperGtkTitleLabel *self, gboolea
|
||||
*
|
||||
* Get whether a [property@Clapper.MediaItem:uri] property is going
|
||||
* be displayed as a label text when no other title could be determined.
|
||||
*
|
||||
* Returns: %TRUE when item URI will be used as fallback, %FALSE otherwise.
|
||||
*/
|
||||
gboolean
|
||||
clapper_gtk_title_label_get_fallback_to_uri (ClapperGtkTitleLabel *self)
|
||||
|
Reference in New Issue
Block a user