mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-30 01:47:53 +03:00
libostree: Ignore new_and_connect in the introspection
This function can't be correctly introspected and it is easy enough to connect to the signal afterwards.
This commit is contained in:
parent
51f3d03d9b
commit
4ba91ec11e
@ -469,7 +469,13 @@ ostree_async_progress_new (void)
|
|||||||
return (OstreeAsyncProgress*)g_object_new (OSTREE_TYPE_ASYNC_PROGRESS, NULL);
|
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 *
|
OstreeAsyncProgress *
|
||||||
ostree_async_progress_new_and_connect (void (*changed) (OstreeAsyncProgress *self, gpointer user_data),
|
ostree_async_progress_new_and_connect (void (*changed) (OstreeAsyncProgress *self, gpointer user_data),
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user