Skip to content

Commit

Permalink
Merge pull request #1 from kotontrion/fix/annotation
Browse files Browse the repository at this point in the history
fix: repair name of method in doc comment

The incorrect name caused the method to be excluded from GObject introspection.
  • Loading branch information
Cu3PO42 authored Mar 27, 2024
2 parents 45855d4 + 0659b90 commit 00599bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gtk-session-lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct ext_session_lock_surface_v1 *gtk_session_lock_get_ext_session_lock_surfac
G_DECLARE_FINAL_TYPE(GtkSessionLockLock, gtk_session_lock_lock, GTK_SESSION_LOCK, LOCK, GObject)

/**
* gtk_session_lock_manager_prepare_lock:
* gtk_session_lock_prepare_lock:
*
* Prepare a new #SessionLockLock. You should connect signals to it before
* calling its lock method.
Expand Down

0 comments on commit 00599bf

Please sign in to comment.