Skip to content

Commit

Permalink
ctk,docs: add migrating-ctk-releases.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Nov 13, 2023
1 parent 603d1e7 commit 7726bee
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ EXTRA_DIST += \
dnd_internals.txt \
focus_tracking.txt \
iconcache.txt \
migrating-ctk-releases.txt \
migrating-gtk3-to-ctk.txt \
RELEASE-HOWTO \
sizing-test.txt \
Expand Down
36 changes: 36 additions & 0 deletions docs/migrating-ctk-releases.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Migrating from one CTK release to another
=========================================

While we try to maintain compatibility as far as possible, some minor
adjustments may be necessary when moving an application from one release
of CTK to the next.

Changes in CTK 3.25.1
=====================
ctkrecentmanager:

ctk_recent_info_get_added
ctk_recent_info_get_modified
ctk_recent_info_get_visited

All of them now return GDateTime instead time_t

Since the commit:
ctkrecentmanager: avoid deprecated GBookmarkFile functions
https://github.com/cafe-desktop/ctk/commit/33165914e3d0ffc1dd3be143fec03552e5531a47

Changes in CTK 3.25.2
=====================
ctkdialog:

New function:

CtkWidget *
ctk_dialog_add_button_with_icon_name (CtkDialog *dialog,
const gchar *button_text,
const gchar *icon_name,
gint response_id)

Since the commit:
ctkdialog: add function 'ctk_dialog_add_button_with_icon_name'
https://github.com/cafe-desktop/ctk/commit/3e456cbc39846b525af39257274af266853a17ce

0 comments on commit 7726bee

Please sign in to comment.