diff --git a/docs/reference/XAppFavorites.html b/docs/reference/XAppFavorites.html index cf8ab1a..24c3a89 100644 --- a/docs/reference/XAppFavorites.html +++ b/docs/reference/XAppFavorites.html @@ -207,6 +207,8 @@

The XAppFavorites class allows applications display frequently-used files and provide a safe mechanism for launching them.

A list of XAppFavoriteInfos can be retrieved in full, or only for specific mimetypes.

+

A favorites uri scheme is also available if the xapp gtk3 module is loaded and this also makes the +uri available as a shortcut in file dialogs.

XAppFavorites are new for 2.0

diff --git a/docs/reference/XAppStatusIcon.html b/docs/reference/XAppStatusIcon.html index c8c74ca..d00f862 100644 --- a/docs/reference/XAppStatusIcon.html +++ b/docs/reference/XAppStatusIcon.html @@ -916,7 +916,7 @@ additional icons are created, only the name given to the initial one will be used for dbus, though different names can still affect the sort order. This is set to the value of -g_get_application_name() if no other name is provided.

+g_get_prgname() if no other name is provided.

Owner: XAppStatusIcon

Flags: Read / Write / Construct

Default value: NULL

diff --git a/docs/reference/api-index-full.html b/docs/reference/api-index-full.html index 2352a52..53d1efa 100644 --- a/docs/reference/api-index-full.html +++ b/docs/reference/api-index-full.html @@ -13,7 +13,9 @@ - - + + - + + + + + + + + + +
@@ -65,6 +83,45 @@

Since: 1.8

+
+
+

xapp_util_get_session_is_running ()

+
gboolean
+xapp_util_get_session_is_running (void);
+

Check if the Session Manager is currently in the "Running" phase.

+
+

Returns

+

TRUE if the session is running.

+
+

Since: 2.0

+
+
+
+

xapp_pango_font_string_to_css ()

+
gchar *
+xapp_pango_font_string_to_css (const char *pango_font_string);
+

Converts a pango font description string to a string suitable for use with the css "font" tag. The font description must contain the font family and font size or conversion will fail and NULL will be returned

+
+

Parameters

+
+++++ + + + + + +

pango_font_string

a pango font description string

 
+
+
+

Returns

+

(transfer full) the css compatible font string or NULL if the conversion failed.

+
+

Since: 2.2

+