mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Trivial formatting fixes
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
@@ -44,7 +43,7 @@
|
||||
*
|
||||
* Currently, only metainformation about the emblem's origin is
|
||||
* supported. More may be added in the future.
|
||||
**/
|
||||
*/
|
||||
|
||||
static void g_emblem_iface_init (GIconIface *iface);
|
||||
|
||||
@@ -144,7 +143,7 @@ g_emblem_class_init (GEmblemClass *klass)
|
||||
P_("Tells which origin the emblem is derived from"),
|
||||
G_TYPE_EMBLEM_ORIGIN,
|
||||
G_EMBLEM_ORIGIN_UNKNOWN,
|
||||
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK));
|
||||
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_ICON,
|
||||
@@ -152,7 +151,7 @@ g_emblem_class_init (GEmblemClass *klass)
|
||||
P_("The icon of the emblem"),
|
||||
P_("The actual icon of the emblem"),
|
||||
G_TYPE_OBJECT,
|
||||
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK));
|
||||
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
}
|
||||
|
||||
@@ -170,7 +169,7 @@ g_emblem_init (GEmblem *emblem)
|
||||
* Returns: a new #GEmblem.
|
||||
*
|
||||
* Since: 2.18
|
||||
**/
|
||||
*/
|
||||
GEmblem *
|
||||
g_emblem_new (GIcon *icon)
|
||||
{
|
||||
@@ -197,7 +196,7 @@ g_emblem_new (GIcon *icon)
|
||||
* Returns: a new #GEmblem.
|
||||
*
|
||||
* Since: 2.18
|
||||
**/
|
||||
*/
|
||||
GEmblem *
|
||||
g_emblem_new_with_origin (GIcon *icon,
|
||||
GEmblemOrigin origin)
|
||||
@@ -225,7 +224,7 @@ g_emblem_new_with_origin (GIcon *icon,
|
||||
* and should not be modified or freed.
|
||||
*
|
||||
* Since: 2.18
|
||||
**/
|
||||
*/
|
||||
GIcon *
|
||||
g_emblem_get_icon (GEmblem *emblem)
|
||||
{
|
||||
@@ -244,7 +243,7 @@ g_emblem_get_icon (GEmblem *emblem)
|
||||
* Returns: the origin of the emblem
|
||||
*
|
||||
* Since: 2.18
|
||||
**/
|
||||
*/
|
||||
GEmblemOrigin
|
||||
g_emblem_get_origin (GEmblem *emblem)
|
||||
{
|
||||
|
Reference in New Issue
Block a user