Home
last modified time | relevance | path

Searched refs:nm_object (Results 1 – 6 of 6) sorted by relevance

/dports/mail/notmuch/notmuch-0.34.2/bindings/ruby/
H A Ddefs.h83 (ptr) = rb_wrapper->nm_object; \
117 void *nm_object; member
121 notmuch_rb_object_create (void *nm_object, const char *name) in notmuch_rb_object_create() argument
128 rb_wrapper->nm_object = nm_object; in notmuch_rb_object_create()
129 talloc_steal (rb_wrapper, nm_object); in notmuch_rb_object_create()
147 ((void (*)(void *)) type->data) (rb_wrapper->nm_object); in notmuch_rb_object_destroy()
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/ruby/
H A Ddefs.h83 (ptr) = rb_wrapper->nm_object; \
117 void *nm_object; member
121 notmuch_rb_object_create (void *nm_object, const char *name) in notmuch_rb_object_create() argument
128 rb_wrapper->nm_object = nm_object; in notmuch_rb_object_create()
129 talloc_steal (rb_wrapper, nm_object); in notmuch_rb_object_create()
147 ((void (*)(void *)) type->data) (rb_wrapper->nm_object); in notmuch_rb_object_destroy()
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/ruby/
H A Ddefs.h83 (ptr) = rb_wrapper->nm_object; \
117 void *nm_object; member
121 notmuch_rb_object_create (void *nm_object, const char *name) in notmuch_rb_object_create() argument
128 rb_wrapper->nm_object = nm_object; in notmuch_rb_object_create()
129 talloc_steal (rb_wrapper, nm_object); in notmuch_rb_object_create()
147 ((void (*)(void *)) type->data) (rb_wrapper->nm_object); in notmuch_rb_object_destroy()
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/ruby/
H A Ddefs.h83 (ptr) = rb_wrapper->nm_object; \
117 void *nm_object; member
121 notmuch_rb_object_create (void *nm_object, const char *name) in notmuch_rb_object_create() argument
128 rb_wrapper->nm_object = nm_object; in notmuch_rb_object_create()
129 talloc_steal (rb_wrapper, nm_object); in notmuch_rb_object_create()
147 ((void (*)(void *)) type->data) (rb_wrapper->nm_object); in notmuch_rb_object_destroy()
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/ruby/
H A Ddefs.h83 (ptr) = rb_wrapper->nm_object; \
117 void *nm_object; member
121 notmuch_rb_object_create (void *nm_object, const char *name) in notmuch_rb_object_create() argument
128 rb_wrapper->nm_object = nm_object; in notmuch_rb_object_create()
129 talloc_steal (rb_wrapper, nm_object); in notmuch_rb_object_create()
147 ((void (*)(void *)) type->data) (rb_wrapper->nm_object); in notmuch_rb_object_destroy()
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/network/
H A Dnet-object.c267 NetObject *nm_object = NET_OBJECT (object); in net_object_finalize() local
268 NetObjectPrivate *priv = nm_object->priv; in net_object_finalize()