Skip to content

Commit

Permalink
Merge pull request #2813 from tintou/tintou/asyncprogress-typedef
Browse files Browse the repository at this point in the history
libostree: Ignore new_and_connect in the introspection
  • Loading branch information
cgwalters authored Mar 17, 2023
2 parents 233cc8c + 4ba91ec commit 28731ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/libostree/ostree-async-progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,13 @@ ostree_async_progress_new (void)
return (OstreeAsyncProgress*)g_object_new (OSTREE_TYPE_ASYNC_PROGRESS, NULL);
}


/**
* ostree_async_progress_new_and_connect: (skip)
* @changed: a notification callback
* @user_data: data to pass to @changed
*
* Returns: (transfer full): A new progress object
*/
OstreeAsyncProgress *
ostree_async_progress_new_and_connect (void (*changed) (OstreeAsyncProgress *self, gpointer user_data),
gpointer user_data)
Expand Down

0 comments on commit 28731ab

Please sign in to comment.