Skip to content
Snippets Groups Projects

Draft: Re-implement missing functionality-peermanager

Reimplement missing peer-manager functionality

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 95 89
    96 90 G_DEFINE_AUTOPTR_CLEANUP_FUNC (PeerInfo, peer_info_free)
    97 91
    92 static void
    93 polkitsubject_call_data_free (PolkitSubject *data)
    94 {
    95 g_free (data);
    96 }
    97
    98 G_DEFINE_AUTOPTR_CLEANUP_FUNC (PolkitSubject, polkitsubject_call_data_free)
  • Sudarshan CP @sudarshan.chikkapuraputtalingaiah-ext started a thread on an outdated change in commit 5d9b31c2
  • 1 rhosydd (0.2022.1) apertis; urgency=medium
  • 65 65 ${misc:Depends},
    66 66 ${shlibs:Depends},
    67 67 Replaces: libcroesor-0-4
    68 Breaks: libcroesor-0-4
  • 93 92 ${misc:Depends},
    94 93 ${shlibs:Depends},
    95 94 Replaces: librhosydd-0-4
    96 Breaks: librhosydd-0-4
  • 169 171 const gchar *name,
    170 172 gpointer user_data);
    171 173
    174 static void
    175 polkit_call_data_free (PolkitDetails *data)
    176 {
  • Update the commit log in generic way, this changes is only to remove the commented source of cbyprocess info, nothing else added, so add the proper commit message.

  • added 1 commit

    • 554051a9 - Removing unused libcanterbury dependent source

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading