[gnome-notes/wip-remove-note-id] note-obj: move from gint to int
- From: Isaque Galdino de Araujo <igaldino src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-notes/wip-remove-note-id] note-obj: move from gint to int
- Date: Thu, 21 Jan 2021 18:17:18 +0000 (UTC)
commit 084d11efeb3c7e4b1dd6033577847401dfe1d37b
Author: Isaque Galdino <igaldino gmail com>
Date: Thu Jan 21 15:15:28 2021 -0300
note-obj: move from gint to int
src/libbiji/biji-note-obj.c | 8 ++++----
src/libbiji/biji-note-obj.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/libbiji/biji-note-obj.c b/src/libbiji/biji-note-obj.c
index 30b6b44..5c4cd23 100644
--- a/src/libbiji/biji-note-obj.c
+++ b/src/libbiji/biji-note-obj.c
@@ -606,7 +606,7 @@ biji_note_obj_get_icon_file (BijiNoteObj *self)
static cairo_surface_t *
get_icon (BijiItem *item,
- gint scale)
+ int scale)
{
GdkRGBA note_color;
const char *text;
@@ -677,7 +677,7 @@ get_icon (BijiItem *item,
static cairo_surface_t *
get_pristine (BijiItem *item,
- gint scale)
+ int scale)
{
GdkRGBA note_color;
cairo_t *cr;
@@ -709,7 +709,7 @@ get_pristine (BijiItem *item,
static cairo_surface_t *
get_emblem (BijiItem *item,
- gint scale)
+ int scale)
{
GdkRGBA note_color;
cairo_t *cr;
@@ -953,7 +953,7 @@ biji_note_obj_can_format (BijiNoteObj *self)
void
biji_note_obj_editor_apply_format (BijiNoteObj *self,
- gint format)
+ int format)
{
BijiNoteObjPrivate *priv = biji_note_obj_get_instance_private (self);
diff --git a/src/libbiji/biji-note-obj.h b/src/libbiji/biji-note-obj.h
index 6a5d0a3..20187c3 100644
--- a/src/libbiji/biji-note-obj.h
+++ b/src/libbiji/biji-note-obj.h
@@ -163,7 +163,7 @@ void biji_note_obj_set_html (BijiNoteObj *self,
char *biji_note_obj_get_html (BijiNoteObj *self);
void biji_note_obj_editor_apply_format (BijiNoteObj *self,
- gint format);
+ int format);
gboolean biji_note_obj_editor_has_selection (BijiNoteObj *self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]